[iText-questions] iText 5 convert HTML table to PDF with fixed table header????

2011-05-26 Thread Eric Chow
Hello, Is it possible to convert HTML table to PDF with fixed table header? I mean the table header will be generated at the begin of each page if the table cross many pages. Would you please to teach me how to do that in iText5? Best regards, Eric -

Re: [iText-questions] is there any iText tutorial for vb.net coders?

2011-05-26 Thread 1T3XT BVBA
On 27/05/2011 6:20, Gumuruh SSPJ wrote: > After awhile I search through google, I found there's similarity in between > iText for Java and iText.Net As far as I know, iText.NET is dead. You should use iTextSharp instead. Can you use iTextSharp in a VBA application? Here's the answer: http://suppor

[iText-questions] is there any iText tutorial for vb.net coders?

2011-05-26 Thread Gumuruh SSPJ
Hello guys! Sorry this is my first time posting into the milist. As previously I'm using the iText inside java and have no problem at all. Well, probably the requirements are not so high, thus It's done already. But now, I'm using vb.net and need to generate PDF as well. After awhile I search t

Re: [iText-questions] ITextRenderer textarea removes user carriage return

2011-05-26 Thread Peter Brant
This is indeed a Flying Saucer question. The user's Google group is here http://groups.google.com/group/flying-saucer-users . To answer your question though, FS's PDF output doesn't support form fields so your element is being treated like any other (inline-block) element per the UA stylesheet.

[iText-questions] Keystore issue (incorrect format)

2011-05-26 Thread Radu Luchian
Hy, I seem to be at a difficulty regarding the keystore. I don't understand how to execute the instruction line: *keytool -genkey -keyalg RSA -alias myname -keypass password -keystore keystore.ks -dname "cn=Paulo Soares, c=PT"* Had no clue about keytool so I snooped around and installed the Ecli

Re: [iText-questions] Appearance of PdfImportedPage objectinconsistent

2011-05-26 Thread Bill Groom
Just to confirm that your approach works! The PdfImportedPage objects are now rendered consistently (also in different pdf readers). I save the default state directly at the beginning of the document and restore it all the way back before adding a PdfImportedPage object. When the document conta

Re: [iText-questions] Getting error when I tried to open the pdf in chrome browser.

2011-05-26 Thread Mark Storer
- They're taking away PDF support, for instance in the new Google Analytics: http://www.google.com/support/forum/p/Google+Analytics/thread?tid=148e6e 83786fdf75 Based on the comments on that page, it looks like they got A Lot of negative user feedback and are now replac

Re: [iText-questions] Getting error when I tried to open the pdf in chrome browser.

2011-05-26 Thread 1T3XT BVBA
On 26/05/2011 13:22, Vivek Joshi wrote: Hi All, I am using itext dll to convert my gif image to pdf. when I tried to open this pdf in Chrome browser then it is giving error to me "Applets Not Loaded". To resolved this issue I have to disable the "*Chrome PDF Viewer* " and enable the "*Adob

Re: [iText-questions] Getting error when I tried to open the pdf in chrome browser.

2011-05-26 Thread Balder
On 26/05/2011 13:22, Vivek Joshi wrote: Hi All, I am using itext dll to convert my gif image to pdf. when I tried to open this pdf in Chrome browser then it is giving error to me "Applets Not Loaded". To resolved this issue I have to disable the "*Chrome PDF Viewer* " and enable the "*Adob

[iText-questions] Getting error when I tried to open the pdf in chrome browser.

2011-05-26 Thread Vivek Joshi
Hi All, I am using itext dll to convert my gif image to pdf. when I tried to open this pdf in Chrome browser then it is giving error to me "Applets Not Loaded". To resolved this issue I have to disable the "Chrome PDF Viewer " and enable the "Adobe Acrobat" plug-in of Chrome browser. As I have

Re: [iText-questions] Copy certain pages PDF/A

2011-05-26 Thread 1T3XT BVBA
On 26/05/2011 12:07, martin.p...@now-it.de wrote: > I want to copy certain pages of a pdf/a into a new pdf which should also > been a pdf/a. > > I try with PdfReader.selectPages() and PdfCopy() but the destination pdf is > a non pdf/a. Use selectPages() and PdfStamper instead of PdfCopy. > How can

Re: [iText-questions] ITextRenderer textarea removes user carriage return

2011-05-26 Thread 1T3XT BVBA
On 26/05/2011 13:25, Dragos Crintea wrote: > Hi all! > > I am using flyingsaucer xhtml render combined with iText to create a > PDF file from an existing website page. That's either a question for the Flying Saucer community, or you should start using XML Worker (under development) and submit your

Re: [iText-questions] ITextRenderer textarea removes user carriage return

2011-05-26 Thread Balder
On 26/05/2011 13:25, Dragos Crintea wrote: Hi all! I am using flyingsaucer xhtml render combined with iText to create a PDF file from an existing website page. The document is full XHTML conform. However I have a strange behavior in the output pdf where textareas are. The user inputs his text

Re: [iText-questions] Converting UTF8 in HTML to PDF

2011-05-26 Thread Balder
Hi After a quick look, I see in your java file that you are using HTMLWorker, perhaps you should take a look at XMLWorker ( http://sourceforge.net/projects/xmlworker/ ) it's still under development, but already does a better job then the HTMLWorker, but needs lots more documentation A little

[iText-questions] ITextRenderer textarea removes user carriage return

2011-05-26 Thread Dragos Crintea
Hi all! I am using flyingsaucer xhtml render combined with iText to create a PDF file from an existing website page. The document is full XHTML conform. However I have a strange behavior in the output pdf where textareas are. The user inputs his text, having also several new lines. In the print-pr

Re: [iText-questions] Converting UTF8 in HTML to PDF

2011-05-26 Thread Wen Kai Ng
Hi, Thanks for the fast response. I would like to replace a segment [[MY_NAME]] with chinese, european or korean name depending. How would i be able to replace the [[MY_NAME]] with the UTF8 name and still be able to convert to PDF? I have tried for some time only to get rubbish name. I have a

Re: [iText-questions] Converting UTF8 in HTML to PDF

2011-05-26 Thread Balder
On 26/05/2011 11:50, Wen Kai Ng wrote: Hi, Is it possible to convert HTML with chinese and european characters in UTF8 to PDF? You need a font that supports the characters you want to put in the PDF. If you have that you can display anything. You could even make your own font. @see Chapter 2

[iText-questions] Copy certain pages PDF/A

2011-05-26 Thread martin . pilz
I want to copy certain pages of a pdf/a into a new pdf which should also been a pdf/a. I try with PdfReader.selectPages() and PdfCopy() but the destination pdf is a non pdf/a. I've seen the example part4.chapter13.PdfXPdfA but didn't know how to get the fonts and the other metadata from the sour

[iText-questions] Converting UTF8 in HTML to PDF

2011-05-26 Thread Wen Kai Ng
Hi, Is it possible to convert HTML with chinese and european characters in UTF8 to PDF? Could you please kindly provide some sample codes for this? Thanks. -- vRanger cuts backup time in half-while increasing security.