Now i'm using 
_reader = New PdfReader(New RandomAccessFileOrArray(_fromfile, True),
Nothing)
 _Dest = New PdfStamper(_reader, New FileStream(_tofile,
FileMode.CreateNew), PdfWriter.VERSION_1_4, _appendMode)

the memory goes from 65924KB to 343164KB, so about a half.

I'm wondering if i can add annotation with pdfcopy; in this case i can avoid
this 2nd opening while adding annotations while i merge all the 3600  files
with pdfcopy




Paulo Soares-3 wrote:
> 
> Use the constructor PdfReader(RandomAccessFileOrArray raf, byte[]
> ownerPassword).
> 
> Paulo
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/PdfStamper-and-large-PDFs-tp25277039p25288776.html
Sent from the iText - General mailing list archive at Nabble.com.


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions

Buy the iText book: http://www.1t3xt.com/docs/book.php
Check the site with examples before you ask questions: 
http://www.1t3xt.info/examples/
You can also search the keywords list: http://1t3xt.info/tutorials/keywords/

Reply via email to