[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 th

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=example&id=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 Harakiri
--- On Fri, 3/6/09, Subrahmanya, Rama Krishna 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 - Need help

2009-03-06 Thread Subrahmanya, Rama Krishna
here 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 othe

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

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 To: [email protected] Subject: [iText-questions] Html to Pdf conversion Date: Mon, 12 Mar 2007 11:02:22 + (UTC) Hi, Can

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 -

[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 I

Re: [iText-questions] HTML to PDF Conversion

2005-06-15 Thread Andrew Tomaka
ersations are in Portuguese... > > > -Original Message- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED] On > > Behalf Of Ary Junior > > Sent: Wednesday, June 15, 2005 4:57 PM > > To: [email protected] > > Subject: Re: [iText-

RE: [iText-questions] HTML to PDF Conversion

2005-06-15 Thread Paulo Soares
ts.sourceforge.net > 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/ . Perhap

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 ---

[iText-questions] HTML to PDF Conversion

2005-06-15 Thread Andrew Tomaka
Hey all, I've been wandering around the mailing list for awhile and have seen a few people ask this question but haven't seen any with a response. I'm currently using the iText package to convert HTML directly into a PDF document. I'm using the following code: public byte[] getPDF() { /

[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 , etc. There is another requirement about tables.The table row

[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"); document.addSubje

[iText-questions] HTML to PDF conversion

2004-04-02 Thread Sunil Mohandas Naik
Hi, I want to convert an html document to pdf.Can I use a css stylesheet for my html for specifying font,color etc.If yes how?.I tried inline style tag,but the contents inside the style tag just get printed to the pdf document. Regards, Sunil Naik, UBS AG,BB22 5.0G, 22 Buckhauser Strasse, Zuri

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

2003-08-25 Thread SATHISH Sreedharan
gt; the page. It always allows 32 rows, independently where the table=20 > > starts, and then returns false. How comes that? It it a bug? > > > > Regards > > Marc > > > > > > > > > > --- > > This

[iText-questions] HTML to PDF conversion :   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   , then the following runtime exception occurs. ExceptionConverter: org.xml.sax.SAXParseException: The entity "nbsp" was referenced, but not declared. at org.apache.xerces.framework.XMLP

[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. http://www.w3.org/1999/xhtml";> Status Equipment Test The fix is very simple: in class SAXiTextHandler in