Home
Name Modified Size InfoDownloads / Week
pdfsplice 0.4 2012-03-01
pdfsplice 0.3.1 2012-02-27
dependencies 2011-01-25
pdfsplice 0.3 2010-06-14
pdfsplice 0.2 2010-06-02
README.markdown 2012-03-01 2.2 kB
Totals: 6 Items   2.2 kB 8

PDF Splice

PDF Splice is a small utility to make transformations on PDF files. Transformations include:

  • join PDFs
  • split in pages
  • sign document (pkcs#12 & JKS)
  • crop pages
  • divide one page in many
  • "multiply" (many pages in one)
  • attach files
  • extract attached files

The "PDF Splice" name was inspired by the splice function in Perl

Project website: http://pdfsplice.sf.net/

Running (simple version)

  1. Make sure you have JRE (Java Runtime) 5 or newer
  2. Download pdfsplice.allinone.jar
  3. Double click on pdfsplice.allinone.jar or run in the command line: java -jar pdfsplice.allinone.jar

Running (extended version)

  1. Make sure you have JRE (Java Runtime) 5 or newer
  2. Download pdfsplice.jar, iText-5.0.1.jar and bcprov-jdk15-133.jar and put them on the same folder
  3. Double click on pdfsplice.jar or run in the command line: java -jar pdfsplice.jar

Dependencies

PDF Splice depends on iText framework for manipulating PDF files.

PDF Splice also depends on Bouncy Castle for dealing with signed/cryptographed PDFs

(You can download both of them from https://sourceforge.net/projects/pdfsplice/files/dependencies/)

PDF Splice requires Java SE 5.0 or newer

Source code

License

The project is licenced under AGPLv3

Author

Telmo Brugnara

Source: README.markdown, updated 2012-03-01