[iText-questions] strategies for PDF validation

2010-10-10 Thread Yuvi Masory
about my PDFs? Can anyone recommend validation programs/strategies? Best, Yuvi -- Yuvi Masory University of Pennsylvania -- Beautiful is writing same markup. Internet Explorer 9 supports standards for HTML5, CSS3, SVG 1.1, ECM

Re: [iText-questions] how to get zero diff on two consecutively created pdf files

2010-09-29 Thread Yuvi Masory
ll be used. When I use the patched jar I give the overloaded constructor the hashcode the abstract syntax tree of my content, since Scala case classes have stable hashCodes between JVM instances. So I'm happy and so should the databases everyone's worried about. Best, Yuvi -- Yuvi

Re: [iText-questions] how to get zero diff on two consecutively created pdf files

2010-09-29 Thread Yuvi Masory
If by "page content" you mean the underlying content I'm making a PDF of, I think I agree. I'll mde5 the hashCode of those Java objects and make that the file ID. Should work :) Best, Yuvi -- Yuvi Masory University of Pennsylvania On Wed, Sep 29, 2010 at 12:54 PM, Leo

Re: [iText-questions] how to get zero diff on two consecutively created pdf files

2010-09-29 Thread Yuvi Masory
s traversing the Document in some way as to make a string from its contents? Thanks again for the help. Best, Yuvi -- Yuvi Masory University of Pennsylvania On Wed, Sep 29, 2010 at 7:45 AM, Leonard Rosenthol wrote: > Can you tell us what you are doing that you need iText to work this way? > &

Re: [iText-questions] how to get zero diff on two consecutively created pdf files

2010-09-29 Thread Yuvi Masory
Thanks for the feedback everyone! Right now the patch meets my needs, but I may modify it to construct unique (reproducible) IDs when I have the chance. Best, Yuvi -- Yuvi Masory University of Pennsylvania On Wed, Sep 29, 2010 at 7:01 AM, Leonard Rosenthol wrote: > As Michael said, the ID

Re: [iText-questions] how to get zero diff on two consecutively created pdf files

2010-09-29 Thread Yuvi Masory
ib/nodiff-patch-r4594 It should not be used for documents using crypto. Best, Yuvi -- Yuvi Masory University of Pennsylvania On Wed, Sep 29, 2010 at 3:16 AM, Yuvi Masory wrote: > Hi all, > > I'm trying to patch iText so two consecutively created pdf files can have &g

[iText-questions] how to get zero diff on two consecutively created pdf files

2010-09-29 Thread Yuvi Masory
hub.com/ymasory/Flashup/blob/master/lib/nodiff-patch-r4594> (In case you're wondering, I want zero diff to greatly my nightly build and and snapshot backup system for my pdfs.) Thank you for any suggestions! Best, Yuvi -- Yuvi Ma