Menu

Tree [d8f4d8] master /
 History

HTTPS access


File Date Author Commit
 .settings 2018-04-19 Josef Cacek Josef Cacek [1f9fb2] version 1.6.3 - support for javax.net.ssl.trust...
 conf 2014-06-30 Josef Cacek Josef Cacek [786b8d] TSA hash algorithm supported as a program optio...
 doc 2018-04-19 Josef Cacek Josef Cacek [1f9fb2] version 1.6.3 - support for javax.net.ssl.trust...
 images 2008-02-08 kwart kwart [57697c] Initial commit
 jsignpdf-itxt 2018-01-23 Vittal Aithal Vittal Aithal [e8c0ec] Remove a deprecated call that's no longer avail...
 lib 2018-08-31 didisoft didisoft [d8f4d8] added itext
 lib-build 2012-08-11 Josef Cacek Josef Cacek [f5caec] fixes for 1.3.9
 licenses 2012-04-14 kwart kwart [1ca585] DejaVuSans font used for the visible signatures...
 nbproject 2018-08-31 didisoft didisoft [d8f4d8] added itext
 plugin 2011-08-03 kwart kwart [34763f] fix OOo plugin toolbar naming
 res 2014-10-20 Aris Sotiropoulos Aris Sotiropoulos [584651] minor Greek translation correction
 src 2018-08-31 didisoft didisoft [d8f4d8] added itext
 src_test 2010-07-12 kwart kwart [5bffe2] v 1.0.2
 testdata 2010-07-12 kwart kwart [5bffe2] v 1.0.2
 unsorted 2017-12-12 Josef Cacek Josef Cacek [98c738] BouncyCastle update 1.49
 .classpath 2018-08-31 didisoft didisoft [d8f4d8] added itext
 .gitignore 2014-06-25 Josef Cacek Josef Cacek [977e7c] jsignpdf-itxt libraries were ignored from previ...
 .project 2010-06-27 kwart kwart [c2de08] HEAD continues after 1.0.1
 JSignPdf.iss 2011-03-13 kwart kwart [ae390a] jre update
 README.md 2018-01-24 Josef Cacek Josef Cacek [ad7461] Fix release steps in the README
 build.properties 2018-04-19 Josef Cacek Josef Cacek [1f9fb2] version 1.6.3 - support for javax.net.ssl.trust...
 build.xml 2014-06-24 Josef Cacek Josef Cacek [ef9076] jsignpdf-itxt moved under the JSignPdf project
 properties.xml 2012-08-11 Josef Cacek Josef Cacek [f5caec] fixes for 1.3.9
 sample.properties 2010-07-12 kwart kwart [5bffe2] v 1.0.2

Read Me

JSignPDF

Project home-page: jsignpdf.sourceforge.net

JSignPdf is a Java application which adds digital signatures to PDF documents.
It can be used as a standalone application or as an Add-On in OpenOffice.org.
The application uses the jsignpdf-itxt library for PDF manipulations
(based on iText library in version 2.1.7 with LGPL/MPL license).
JSignPdf is open-source software and can be freely used in both private and business sectors.

Build/Release process

  • install genisoimage
  • install InnoSetup installer (use wine) in version 5.4.x (http://files.jrsoftware.org/is/5/)
  • check if unsorted/iscc script contains correct path
  • update files in docs:
  • ChangeLog.txt
  • ReleaseNotes.txt
  • JSignPdf.odt (version field)
  • update build.properties
  • build the jsignpdf (the jsignpdf-itxt is built automatically)
ant clean all

The result bits are located in the Output directory.