Re: [iText-questions] About the error "PDF header signature not found" while trying to open PdfReader with existing stream

2010-08-23 Thread leparachute
Thanks for your answer. If all is still not really clear for me, I managed to create and then sign the pdf using a MemoryStream object (equivalent to ByteArrayOutputStream in java I guess). I'm going back to learn this library, thanks again. Best regards, leparachute. On Sat, Aug 21, 2010 at 10:

Re: [iText-questions] About the error "PDF header signature not found" while trying to open PdfReader with existing stream

2010-08-21 Thread 1T3XT info
On 20/08/2010 16:50, leparachute wrote: > Hi, > > Using the last iTextSharp library (5.0.2), I have an issue and didn’t > find on the web how to manage with this. > > What I want to do : > > - Create a pdf based on HTML That's possible, but there are other tools (some of them using iText) that are

[iText-questions] About the error "PDF header signature not found" while trying to open PdfReader with existing stream

2010-08-20 Thread leparachute
Hi, Using the last iTextSharp library (5.0.2), I have an issue and didn’t find on the web how to manage with this. What I want to do : - Create a pdf based on HTML - Sign the pdf The objective would be to create the whole .pdf before having to write it on the hard disk. When I’m trying to