View Single Post
Old 01-27-2007, 01:21 PM   #1
Bert
Enthusiast
Bert plays well with othersBert plays well with othersBert plays well with othersBert plays well with othersBert plays well with othersBert plays well with othersBert plays well with othersBert plays well with othersBert plays well with othersBert plays well with othersBert plays well with others
 
Posts: 43
Karma: 2898
Join Date: Jan 2007
Location: Belgium
Device: iRex iLiad, PRS-600
Merge scribbles with PDF

Hi all,

After waiting a while in vain for iRex to provide a program to merge scribbles with the pdf, I decided to write my own. (I found a perl-script somewhere on this forum, but I didn't want to install perl just to run a little tool like that.)

The attached app is written in java, and uses the iText library for the merging process (just like some other apps on this forum). It can merge the file while keeping the manifest, create a pdf with only scribbled pages (useful when when proofreading a document), change the scribble colors, ... .
You need at lava 1.4 at least, just unzip the attached zip and run the jar. (java -jar ILiadPdfScribbleMerger.jar, or on windows, you can just double-click the jar)[*]
Let me know if you find any problems!


Bert.

PS: This is my first post in this forum! I lurked around here for a few months, finally buying an iLiad myself in december ... I never posted because I never had anything useful to say, until now (I think ).


Updates:
  • (v1.1) Support cropped pdf's
  • (v1.2-1.3.1) Support Linux & Mac OSX
  • (v1.4) Command line merging
  • (v1.6) Preserve bookmarks etc, drag&drop files.
  • (v1.7) Save color mappings (only for GUI for now - I'll do the commandline part later)
  • (v1.7.5) Color mappings supported in command line + small bugfix (last used color map not always saved)
  • (v1.7.6) Fixed 2 bugs related with rotated pages and cropping.
  • (v1.8) Fixed a bug (corrupt pdf generated for 'scribbled pages only'), added 'open merged pdf' option.
Attached Files
File Type: zip ILiadPdfScribbleMerger v1.7.5.zip (1.79 MB, 1427 views)
File Type: zip ILiadPdfScribbleMerger v1.7.5-src.zip (1.86 MB, 1086 views)
File Type: zip ILiadPdfScribbleMerger v1.7.6.zip (2.02 MB, 1049 views)
File Type: zip ILiadPdfScribbleMerger v1.7.6-src.zip (2.12 MB, 1018 views)
File Type: zip ILiadPdfScribbleMerger v1.8.zip (2.02 MB, 1889 views)
File Type: zip ILiadPdfScribbleMerger v1.8-src.zip (2.12 MB, 1596 views)

Last edited by Bert; 02-26-2008 at 06:24 PM. Reason: Released v1.8
Bert is offline   Reply With Quote