Re: Xref parsing performance

2015-02-27 Thread Maruan Sahyoun
looked at it quickly - very nice! Maruan Am 27.02.2015 um 16:34 schrieb Andrea Vacondio : > Hi, > few days ago I was profiling PDFBox when loading medium/large size > documents and I think I found something. > If you try loading the document > http://www.adobe.com/devnet/acrobat/pdfs/pdf_refere

Xref parsing performance

2015-02-27 Thread Andrea Vacondio
Hi, few days ago I was profiling PDFBox when loading medium/large size documents and I think I found something. If you try loading the document http://www.adobe.com/devnet/acrobat/pdfs/pdf_reference_1-7.pdf you'll see it takes quite some time and that's mostly spent in the XrefTrailerResolver.getCo

Re: [PDFBOX-2.0] PDF Size after Signature

2015-02-27 Thread Andreas Lehmkühler
Hi, > Maruan Sahyoun hat am 27. Februar 2015 um 09:19 > geschrieben: > > > Hi Andreas, > > the changes you made were these before or after the ones I did to COSBase wrt > to immutable objects (PDFBOX-2685)? My changes (PDFBOX-1822, PDFBOX-2515) where made prior to PDFBOX-2685. Saying that, r16

Re: [PDFBOX-2.0] PDF Size after Signature

2015-02-27 Thread Isaias Barroso
Hi Andreas, I'm getting the SNAPSHOT from Maven Snapshot Repository https://repository.apache.org/content/groups/snapshots. Thank yout On Fri, Feb 27, 2015 at 4:45 AM, Andreas Lehmkühler wrote: > Hi, > > > Tilman Hausherr hat am 27. Februar 2015 um 07:35 > > geschrieben: > > > > > > Did you

Re: [PDFBOX-2.0] PDF Size after Signature

2015-02-27 Thread Isaias Barroso
Hi Tilman, I've started testing the signing feature with 2.0 before migrate from 1.8 to 2.0, so my focus was to get the document signed, Andreas has solved some problems and I started to use, just now that I migrated the real code I've noticed the size increase, in this way I can't say if it is re

Re: [PDFBOX-2.0] PDF Size after Signature

2015-02-27 Thread Maruan Sahyoun
Hi Andreas, the changes you made were these before or after the ones I did to COSBase wrt to immutable objects (PDFBOX-2685)? BR Maruan Am 27.02.2015 um 08:45 schrieb Andreas Lehmkühler : > Hi, > >> Tilman Hausherr hat am 27. Februar 2015 um 07:35 >> geschrieben: >> >> >> Did you just star