[UPD] README.rst

pull/621/head
OCA-git-bot 2022-04-21 21:44:16 +00:00
parent 151d176331
commit 4da9d3e8f7
2 changed files with 19 additions and 10 deletions

View File

@ -38,7 +38,7 @@ Installation
To install this module, you need to install Java JDK Headlees, e.g.: To install this module, you need to install Java JDK Headlees, e.g.:
apt-get install openjdk-8-jre-headless apt-get install default-jre-headless
Configuration Configuration
============= =============
@ -88,13 +88,17 @@ when signing date is important, for example, when signing customer invoices.
You can try the signing with the demo report that is included for customers You can try the signing with the demo report that is included for customers
called "Test PDF certificate". called "Test PDF certificate".
You can set extra parameters of JSignPdf library in the system parameter
named 'report_qweb_signer.java_position_parameters', for example '-V' to
visible signature into pdf. You can also set extra parameters for Java in the
system parameter named 'report_qweb_signer.java_parameters'.
Known issues / Roadmap Known issues / Roadmap
====================== ======================
* When signing multiple documents (if 'Allow only one document' is disable) * When signing multiple documents (if 'Allow only one document' is disable)
then 'Save as attachment' is not applied and signed result is not then 'Save as attachment' is not applied and signed result is not
saved as attachment. saved as attachment.
* To have a visible signature through an image embedded in the resulting PDF.
* Add tests. * Add tests.
Bug Tracker Bug Tracker
@ -125,6 +129,8 @@ Contributors
* Pedro M. Baeza * Pedro M. Baeza
* Jairo Llopis * Jairo Llopis
* David Vidal * David Vidal
* Santi Argüeso <santi@comunitea.com>
* Omar Castiñeira <omar@comunitea.com>
Other credits Other credits
~~~~~~~~~~~~~ ~~~~~~~~~~~~~
@ -132,9 +138,7 @@ Other credits
External utilities External utilities
++++++++++++++++++ ++++++++++++++++++
* iText v1.4.8: © 2000-2006, Paulo Soares, Bruno Lowagie and others - License `MPL <http://www.mozilla.org/MPL>`__ or `LGPL2 <http://www.gnu.org/licenses/old-licenses/lgpl-2.0.html>`__ - http://sourceforge.net/projects/itext * JSignPdf: © Josef Cacek - License `MPL <http://www.mozilla.org/MPL>`__ or `LGPL2 <http://www.gnu.org/licenses/old-licenses/lgpl-2.0.html>`__ - http://jsignpdf.sourceforge.net/
* jPdfSign: © 2006 Jan Peter Stotz - License `MPL <http://www.mozilla.org/MPL>`__ or `LGPL2 <http://www.gnu.org/licenses/old-licenses/lgpl-2.0.html>`__ (inherited from iText) - http://private.sit.fraunhofer.de/~stotz/software/jpdfsign
* Modified jPdfSign: © 2015 Antonio Espinosa - License `MPL <http://www.mozilla.org/MPL>`__ or `LGPL2 <http://www.gnu.org/licenses/old-licenses/lgpl-2.0.html>`__ (inherited from iText) - static/src/java/JPdfSign.java
Icon Icon
++++ ++++

View File

@ -398,7 +398,7 @@ PDFs using a PKCS#12 certificate.</p>
<h1><a class="toc-backref" href="#id1">Installation</a></h1> <h1><a class="toc-backref" href="#id1">Installation</a></h1>
<p>To install this module, you need to install Java JDK Headlees, e.g.:</p> <p>To install this module, you need to install Java JDK Headlees, e.g.:</p>
<blockquote> <blockquote>
apt-get install openjdk-8-jre-headless</blockquote> apt-get install default-jre-headless</blockquote>
</div> </div>
<div class="section" id="configuration"> <div class="section" id="configuration">
<h1><a class="toc-backref" href="#id2">Configuration</a></h1> <h1><a class="toc-backref" href="#id2">Configuration</a></h1>
@ -443,6 +443,10 @@ next time saved one is downloaded without signing again. This is appropiate
when signing date is important, for example, when signing customer invoices.</p> when signing date is important, for example, when signing customer invoices.</p>
<p>You can try the signing with the demo report that is included for customers <p>You can try the signing with the demo report that is included for customers
called “Test PDF certificate”.</p> called “Test PDF certificate”.</p>
<p>You can set extra parameters of JSignPdf library in the system parameter
named report_qweb_signer.java_position_parameters, for example -V to
visible signature into pdf. You can also set extra parameters for Java in the
system parameter named report_qweb_signer.java_parameters.</p>
</div> </div>
<div class="section" id="known-issues-roadmap"> <div class="section" id="known-issues-roadmap">
<h1><a class="toc-backref" href="#id5">Known issues / Roadmap</a></h1> <h1><a class="toc-backref" href="#id5">Known issues / Roadmap</a></h1>
@ -450,7 +454,6 @@ called “Test PDF certificate”.</p>
<li>When signing multiple documents (if Allow only one document is disable) <li>When signing multiple documents (if Allow only one document is disable)
then Save as attachment is not applied and signed result is not then Save as attachment is not applied and signed result is not
saved as attachment.</li> saved as attachment.</li>
<li>To have a visible signature through an image embedded in the resulting PDF.</li>
<li>Add tests.</li> <li>Add tests.</li>
</ul> </ul>
</div> </div>
@ -484,6 +487,10 @@ If you spotted it first, help us smashing it by providing a detailed and welcome
</ul> </ul>
</blockquote> </blockquote>
</li> </li>
<li><p class="first">Santi Argüeso &lt;<a class="reference external" href="mailto:santi&#64;comunitea.com">santi&#64;comunitea.com</a>&gt;</p>
</li>
<li><p class="first">Omar Castiñeira &lt;<a class="reference external" href="mailto:omar&#64;comunitea.com">omar&#64;comunitea.com</a>&gt;</p>
</li>
</ul> </ul>
</div> </div>
<div class="section" id="other-credits"> <div class="section" id="other-credits">
@ -491,9 +498,7 @@ If you spotted it first, help us smashing it by providing a detailed and welcome
<div class="section" id="external-utilities"> <div class="section" id="external-utilities">
<h3><a class="toc-backref" href="#id11">External utilities</a></h3> <h3><a class="toc-backref" href="#id11">External utilities</a></h3>
<ul class="simple"> <ul class="simple">
<li>iText v1.4.8: © 2000-2006, Paulo Soares, Bruno Lowagie and others - License <a class="reference external" href="http://www.mozilla.org/MPL">MPL</a> or <a class="reference external" href="http://www.gnu.org/licenses/old-licenses/lgpl-2.0.html">LGPL2</a> - <a class="reference external" href="http://sourceforge.net/projects/itext">http://sourceforge.net/projects/itext</a></li> <li>JSignPdf: © Josef Cacek - License <a class="reference external" href="http://www.mozilla.org/MPL">MPL</a> or <a class="reference external" href="http://www.gnu.org/licenses/old-licenses/lgpl-2.0.html">LGPL2</a> - <a class="reference external" href="http://jsignpdf.sourceforge.net/">http://jsignpdf.sourceforge.net/</a></li>
<li>jPdfSign: © 2006 Jan Peter Stotz - License <a class="reference external" href="http://www.mozilla.org/MPL">MPL</a> or <a class="reference external" href="http://www.gnu.org/licenses/old-licenses/lgpl-2.0.html">LGPL2</a> (inherited from iText) - <a class="reference external" href="http://private.sit.fraunhofer.de/~stotz/software/jpdfsign">http://private.sit.fraunhofer.de/~stotz/software/jpdfsign</a></li>
<li>Modified jPdfSign: © 2015 Antonio Espinosa - License <a class="reference external" href="http://www.mozilla.org/MPL">MPL</a> or <a class="reference external" href="http://www.gnu.org/licenses/old-licenses/lgpl-2.0.html">LGPL2</a> (inherited from iText) - static/src/java/JPdfSign.java</li>
</ul> </ul>
</div> </div>
<div class="section" id="icon"> <div class="section" id="icon">