[iText-questions] problem in generating html report

2008-07-10 Thread dushyant
hello I am dushyant from jaipur,india . i am working on html reports in itext . There is some problem in my print formats, i want to print my report on LEGAL page size, but i cant able to do this . i am usind htmlWriter instance & new Document(pageSize.LEGAL) constructor bu

[iText-questions] Error when verifying signature

2008-07-10 Thread 021336
Using the standard code below: PdfReader mReader = new PdfReader(aUnsignedFileName); AcroFields mForm = mReader.getAcroFields(); ArrayList mSignatures = mForm.getSignatureNames(); String mName; for (Iterator i = mSignatures.iterator(); i

Re: [iText-questions] Error when verifying signature

2008-07-10 Thread 021336
The code works fine when I go back to iText 1.5 (pre iText 2.0) and don't use the Bouncy Castle libraries, but once I move to 2.0 or greater with the latest Bouncy Castle libraries it fails. I'm trying to download older versions of Bouncy Castle to see if they will work with iText 2.0 and up but

[iText-questions] Socket Error

2008-07-10 Thread jepoys
Hello, First and foremost, I'd like to thank you guys for developing this wonderful product. I've been using this a lot. My issue is with the Safari browser (I know, we all thought IE gives more problem). I'm getting an IOException: "Software caused connection abort: socket write error" My pro

[iText-questions] document.newPage(); Error

2008-07-10 Thread Christian Anderson
I have created a pdf which has tables, paragraphs etc. It works great until I try to add in a: document.newPage(); I want to be able to force a new paragraph section to a new page. The following is the error I get plus the code. I have been searching the tutorials, google, and the iText-questions

Re: [iText-questions] OpenType font subsets not displayed in AdobeReader 8

2008-07-10 Thread Ulrich Telle
Leonard Rosenthol schrieb: > Oh, you only have Reader... > > Adobe Acrobat has tools to report on issues, but we don't put those in > Reader. I asked a colleague who has Acrobat 8 at hand to take a look at the sample PDF. Acrobat did not report an error but recognized the text based on the Op

Re: [iText-questions] Acroform with table

2008-07-10 Thread Bruno Lowagie
Dipl. -Ing. Winterstein Bernd wrote: > Okay thank you very much for the infos! > Do you know if there are Java libraries from Adobe which I can use to > fill those XFA forms? http://www.adobe.com/products/livecycle/?promoid=BPDEO br, Bruno ---

Re: [iText-questions] Acroform with table

2008-07-10 Thread Dipl. -Ing. Winterstein Bernd
Okay thank you very much for the infos! Do you know if there are Java libraries from Adobe which I can use to fill those XFA forms? Bernd Am 10.07.2008 um 18:33 schrieb Bruno Lowagie: > Bernd Winterstein wrote: >> Hi Bruno, >> I'm trying to migrate from an Oracle report to a report generated

Re: [iText-questions] Acroform with table

2008-07-10 Thread Bruno Lowagie
Bernd Winterstein wrote: > Hi Bruno, > I'm trying to migrate from an Oracle report to a report generated with > itext. i had the idea to create an AcroForm with Life Cycle designer and > fill it afterwards with itext. This way the customer could change the > layout of the report without changing

Re: [iText-questions] Proble HTML to PDF with iText

2008-07-10 Thread Xavier Le Vourch
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Oliver Constanso Fernandez wrote: | Hello, | | I'm using iText to convert an String containing HTML to PDF with iText. | The html is well generated, and just shows an image with IMG tag. I can | see the HTML page correctly. The problem is when I want t

Re: [iText-questions] How can we create PDF document which contains html(html tags like pre, bold etc) using itextsharp

2008-07-10 Thread Bruno Lowagie
Chris Anderson wrote: > I found this post on another forum and had the same question. It does > not appear that he received an answer. > > http://forums.asp.net/p/1167105/1944057.aspx#1944057 Why did you post the question on that forum? I doubt it if any iText developer follows what's happening

[iText-questions] How can we create PDF document which contains html(html tags like pre, bold etc) using itextsharp

2008-07-10 Thread Chris Anderson
I found this post on another forum and had the same question. It does not appear that he received an answer. http://forums.asp.net/p/1167105/1944057.aspx#1944057 I am working on a webapplication in which i have to create pdf file using itextsharp(must as customer want to usethis only). he

Re: [iText-questions] Acroform with table

2008-07-10 Thread Bernd Winterstein
Hi Bruno, I'm trying to migrate from an Oracle report to a report generated with itext. i had the idea to create an AcroForm with Life Cycle designer and fill it afterwards with itext. This way the customer could change the layout of the report without changing any code. Problem is that I have a pa

Re: [iText-questions] Acroform with table

2008-07-10 Thread Bernd Winterstein
Hi Bruno, I'm trying to migrate from an Oracle report to a report generated with itext. i had the idea to create an AcroForm with Life Cycle designer and fill it afterwards with itext. This way the customer could change the layout of the report without changing any code. Problem is that I have a pa

Re: [iText-questions] Proble HTML to PDF with iText

2008-07-10 Thread Howard Shank
What version of iText are you using? Howard Shank - Original Message From: Oliver Constanso Fernandez <[EMAIL PROTECTED]> To: itext-questions@lists.sourceforge.net Sent: Thursday, July 10, 2008 8:45:34 AM Subject: [iText-questions] Proble HTML to PDF with iText Hello, I'm using iTe

[iText-questions] Proble HTML to PDF with iText

2008-07-10 Thread Oliver Constanso Fernandez
Hello, I'm using iText to convert an String containing HTML to PDF with iText. The html is well generated, and just shows an image with IMG tag. I can see the HTML page correctly. The problem is when I want to convert it to a PDF document with iText, the code throws the following Exception: