[iText-questions] HTML to PDF Conversion Problem

2012-07-12 Thread Hugh McLaughlin
Hello Everyone and thanks for your help in advance. I amusing iTextSharp and xmlworker to convert HTML to PDF. I have working code that converts some basic HTML to PDF successfully, however, when I attempted to convert a particular HTML block in, it only generates a blank PDF. I have attached

Re: [iText-questions] html to Pdf conversion using iText

2010-01-08 Thread 1T3XT info
itsdines wrote: i have images and data's in my html page when in convert to pdf i didn't get any error but image is not displayed in my pdf am using iText2.0.8 please help me Did you implement an ImageProvider? See http://itextpdf.com/examples/index.php?page=exampleid=56 -- This answer is

[iText-questions] html to Pdf conversion using iText

2010-01-07 Thread itsdines
i have images and data's in my html page when in convert to pdf i didn't get any error but image is not displayed in my pdf am using iText2.0.8 please help me -- View this message in context: http://old.nabble.com/html-to-Pdf-conversion-using-iText-tp27026580p27026580.html Sent from the iText

Re: [iText-questions] HTML to PDF Conversion - Need help

2009-03-06 Thread 1T3XT info
Subrahmanya, Rama Krishna wrote: Hi, I am trying to convert *.html* File to *.pdf* file using iText library. I need a sample java program which will accept .html file (with tables and stylesheets and all other tags) as input and provide .pdf as output file. iText is NOT a full blown HTML

Re: [iText-questions] HTML to PDF Conversion - Need help

2009-03-06 Thread Subrahmanya, Rama Krishna
Subject: Re: [iText-questions] HTML to PDF Conversion - Need help Subrahmanya, Rama Krishna wrote: Hi, I am trying to convert *.html* File to *.pdf* file using iText library. I need a sample java program which will accept .html file (with tables and stylesheets and all other tags) as input

Re: [iText-questions] HTML to PDF Conversion - Need help

2009-03-06 Thread Harakiri
--- On Fri, 3/6/09, Subrahmanya, Rama Krishna ramakrishna.subrahma...@standardchartered.com wrote: From: Subrahmanya, Rama Krishna M Can I use any other library or some tool to convert pure html to pdf? Appreciate your guidance. xhtmlrenderer.dev.java.net or numerous commerical solutions

Re: [iText-questions] Html to Pdf conversion

2007-03-16 Thread S�rgio Oliveira
Don´t know if itext it´s the best tool. Try FOP. From: Eusabia [EMAIL PROTECTED] Reply-To: Post all your questions about iText here itext-questions@lists.sourceforge.net To: itext-questions@lists.sourceforge.net Subject: [iText-questions] Html to Pdf conversion Date: Mon, 12 Mar 2007 11:02

[iText-questions] Html to Pdf conversion

2007-03-12 Thread Eusabia
Hi, Can anyone help me with Html To Pdf conversion using itext. Thanks Eusabia - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on

Re: [iText-questions] Html to Pdf conversion

2007-03-12 Thread Stuart Jansen
On Mon, 2007-03-12 at 11:02 +, Eusabia wrote: Can anyone help me with Html To Pdf conversion using itext. http://itext.ugent.be/library/question.php?id=40 -- Stuart Jansen [EMAIL PROTECTED] Guru Labs, L.C. signature.asc Description: This is a digitally signed message part

Re: [iText-questions] HTML to PDF Conversion

2005-06-15 Thread Ary Junior
Hi Andrew, if interest for you, there is a beginner Project on sf.net who one of the objectives is the HTML2PDF conversion using iText. See more at http://sourceforge.net/projects/nheengatu/ . Perhaps you and your necessities can help us with this project. []s Ary Junior

RE: [iText-questions] HTML to PDF Conversion

2005-06-15 Thread Paulo Soares
Subject: Re: [iText-questions] HTML to PDF Conversion Hi Andrew, if interest for you, there is a beginner Project on sf.net who one of the objectives is the HTML2PDF conversion using iText. See more at http://sourceforge.net/projects/nheengatu/ . Perhaps you and your necessities can help us

Re: [iText-questions] HTML to PDF Conversion

2005-06-15 Thread Andrew Tomaka
... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ary Junior Sent: Wednesday, June 15, 2005 4:57 PM To: itext-questions@lists.sourceforge.net Subject: Re: [iText-questions] HTML to PDF Conversion Hi Andrew, if interest for you, there is a beginner

[iText-questions] Html To Pdf conversion

2004-05-26 Thread sunil-mohandas.naik
Hi, I have to convert an html page to pdf.However some items on the pdf should look different from the ones on the html page. To do this I am using a subclass of HtmlTagMaps where I override some tag properties like the font size for H3,b etc. There is another requirement about tables.The table

[iText-questions] HTML to PDF conversion, Adding pdf-Metatags to doc takes no effect

2004-05-19 Thread carsten nichte
Hi, I use the following Code to parse a xhtml file, and made a pdf from it. It works great, but i cannot add Metadata to this File. Whats wrong with this Code? Any Suggestions are wellcome... Document document = new Document(); // That doesnt work... document.addTitle(My Title);

[iText-questions] HTML to PDF conversion : nbsp Exception.

2003-08-25 Thread SATHISH Sreedharan
___ iText-questions mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/itext-questions =20 --__--__-- Message: 4 Date: Sat, 23 Aug 2003 07:16:37 -0700 (PDT) From: sathish kumar [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: [iText-questions] HTML to PDF

[iText-questions] HTML to PDF conversion : nbsp Exception.

2003-08-23 Thread sathish kumar
Hi All Im in the process of converting the HTML to PDF. In the HTML if a TD is having nbsp; , then the following runtime exception occurs. ExceptionConverter: org.xml.sax.SAXParseException: The entity nbsp was referenced, but not declared. at

[iText-questions] HTML to PDF conversion table format bug

2002-12-13 Thread Sergey Vlasov
I found a small bug in HTML table presentation when I specified columns widths. It's easy to reproduce. Here is an xhtml saple. In resulting PDF all collumns have the same width. html xmlns=http://www.w3.org/1999/xhtml; head title/title /head body bottommargin=36 leftmargin=10 rightmargin=10