Correct .... I see you point .... Thanks.

On Wed, Jan 23, 2013 at 11:47 AM, mkl <[email protected]> wrote:

> Cristian,
>
> Cristian Chiovari wrote
> > http://itextpdf.com/book/digitalsignatures20120823.pdf
>
> You should use the URL http://itextpdf.com/book/digitalsignatures which
> resolves to the most current version of that whitepaper, currently
> http://itextpdf.com/book/digitalsignatures20121017.pdf.
>
> Cristian Chiovari wrote
> > I can use a PDFreader that take in constructor the InputStream...
> >
> > PdfReader reader = new PdfReader(inputStream);....
> >
> > That should work :) no ?
>
> No, if you create a PdfReader from an InputStream, it is completely loaded
> into memory. Store the incoming file to disc and use a PdfReader
> constructor
> with a RandomAccessFileOrArray argument.
>
> Regards,   Michael
>
>
>
> --
> View this message in context:
> http://itext-general.2136553.n4.nabble.com/signing-large-pdfs-server-side-tp4657415p4657422.html
> Sent from the iText - General mailing list archive at Nabble.com.
>
>
> ------------------------------------------------------------------------------
> Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
> MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
> with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
> MVPs and experts. ON SALE this month only -- learn more at:
> http://p.sf.net/sfu/learnnow-d2d
> _______________________________________________
> iText-questions mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/itext-questions
>
> iText(R) is a registered trademark of 1T3XT BVBA.
> Many questions posted to this list can (and will) be answered with a
> reference to the iText book: http://www.itextpdf.com/book/
> Please check the keywords list before you ask for examples:
> http://itextpdf.com/themes/keywords.php
>
------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnnow-d2d
_______________________________________________
iText-questions mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/itext-questions

iText(R) is a registered trademark of 1T3XT BVBA.
Many questions posted to this list can (and will) be answered with a reference 
to the iText book: http://www.itextpdf.com/book/
Please check the keywords list before you ask for examples: 
http://itextpdf.com/themes/keywords.php

Reply via email to