Re: [iText-questions] HTML To PDF

2012-10-26 Thread iText Info
Op 26/10/2012 10:50, Eric Chow schreef: > Hello, > > I tried to use the example that in the XML Worker documents. > > If I set a specific font for the elements. It seems not recognize. > > > > Subject > Testing Receiptá 天 > Maybe the HTML is parsed using the wrong encoding. XML Worker documenta

Re: [iText-questions] HTML To PDF

2012-10-26 Thread Eric Chow
Hello, I tried to use the example that in the XML Worker documents. If I set a specific font for the elements. It seems not recognize. Subject Testing Receiptá 天 The element contains some CJK characters. I tried to register font but also not worked. Please teach me what I missed t

Re: [iText-questions] HTML To PDF

2012-10-24 Thread Santiago, Benito
Thank you again. I am so sorry for being pain...I try not to ask unless I exhausted all I can think of. I downloaded and referenced the Helper class. And it works, however... The images don't retain their size set in the HTML code. I have large images that are "shrunk" (scaled down). When pa

Re: [iText-questions] HTML To PDF

2012-10-24 Thread 1T3XT BVBA
On 24/10/2012 18:49, Santiago, Benito wrote: > Thank you for this information. However this demo uses HTMLWorkerHelper. I am > completely lost as to where this exists... > > I looked through everything I could think of in the iTextSharp.dll and I > can't find a reference to this object/class. Yo

Re: [iText-questions] HTML To PDF

2012-10-24 Thread Santiago, Benito
Thank you for this information. However this demo uses HTMLWorkerHelper. I am completely lost as to where this exists... I looked through everything I could think of in the iTextSharp.dll and I can't find a reference to this object/class. I can see the sample code using it, but the sample code

Re: [iText-questions] HTML To PDF

2012-10-24 Thread 1T3XT BVBA
On 24/10/2012 14:26, Santiago, Benito wrote: > My question is, does anyone have a sample that I can learn from (if > it’s even possible) to convert HTML Text into PDF Text, while > preserving the formatting? (ie: Paragraphs, Bold, Italics, Font Size, > etc…) You're using HTMLWorker, you should s

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

2012-07-23 Thread abhinav5000
Hi Mark I have also the same task as u r doing with ckeditor +liferay+pdf I am also not getting good result, So can u help me for this if u have any clue or u have solved this issue? Thanks in adavance. -- View this message in context: http://itext-general.2136553.n4.nabble.com/HTML-to-PDF

Re: [iText-questions] HTML to PDF Not Working Correctly

2012-06-01 Thread Brad
1T3XT BVBA 1t3xt.info> writes: > > On 31/05/2012 20:09, Brad wrote: > > Is there a recommend WYSIWYG editor that converts EXACTLY? > What is EXACTLY? > Even between browsers there are differences. > > Also, don't forget that a browser doesn't need to worry about a page > size: it has scroll ba

Re: [iText-questions] HTML to PDF Not Working Correctly

2012-05-31 Thread 1T3XT BVBA
On 31/05/2012 20:09, Brad wrote: > Is there a recommend WYSIWYG editor that converts EXACTLY? What is EXACTLY? Even between browsers there are differences. Also, don't forget that a browser doesn't need to worry about a page size: it has scroll bars, and therefore more freedom. In PDF, you have

Re: [iText-questions] HTML to PDF Not Working Correctly

2012-05-31 Thread Brad
1T3XT BVBA 1t3xt.info> writes: > > On 31/05/2012 13:14, Brad wrote: > >> http://itextpdf.com/summit.php#talk3 > > That link isn't working. Do you have an example that I can look at? I > > neglected to mention that this is a PDF Form and I am layering the HTML > > over a > > specific part of

Re: [iText-questions] HTML to PDF Not Working Correctly

2012-05-31 Thread 1T3XT BVBA
On 31/05/2012 16:03, Brad wrote: > We don't have a support contract. Do you know how much one costs? I can > email sales if not. Support is 20% of the license cost. The license cost depends on your use of iText. It's best to mail sales for more info.

Re: [iText-questions] HTML to PDF Not Working Correctly

2012-05-31 Thread Brad
1T3XT BVBA 1t3xt.info> writes: > The link works for me, and it shows you how to combine AcroForms and XML > Worker. > As an alternative, you can look at http://www.parleys.com/d/3186 > We do have all the example code, but currently, that code is only > available for paying customers. > Do you h

Re: [iText-questions] HTML to PDF Not Working Correctly

2012-05-31 Thread Balder VC
The link works for me, the page is rather heavy to load due to all embedded video's but it does work. On 31/05/12 13:14, Brad wrote: > That link isn't working. Do you have an example that I can look at? I > neglected to mention that this is a PDF Form and I am layering the HTML over > a > sp

Re: [iText-questions] HTML to PDF Not Working Correctly

2012-05-31 Thread 1T3XT BVBA
On 31/05/2012 13:14, Brad wrote: >> http://itextpdf.com/summit.php#talk3 > That link isn't working. Do you have an example that I can look at? I > neglected to mention that this is a PDF Form and I am layering the HTML over a > specific part of the form. Not sure if that will make a difference o

Re: [iText-questions] HTML to PDF Not Working Correctly

2012-05-31 Thread Brad
1T3XT BVBA 1t3xt.info> writes: > > iTextSharp.text.html.simpleparser.HTMLWorker > > This class will be deprecated in the next version, and eventually removed. > Please use XML Worker instead. We're waiting to remove HTMLWorker until > the documentation about XML Worker is finished. For more info

Re: [iText-questions] HTML to PDF Not Working Correctly

2012-05-30 Thread 1T3XT BVBA
On 31/05/2012 4:07, Brad wrote: > iTextSharp.text.html.simpleparser.HTMLWorker This class will be deprecated in the next version, and eventually removed. Please use XML Worker instead. We're waiting to remove HTMLWorker until the documentation about XML Worker is finished. For more info about XML

Re: [iText-questions] HTML to PDF

2012-05-18 Thread Hugh McLaughlin
The New HTMLPipelineContext()is looking for an argument CssAppliers. From: Alexis Pigeon [mailto:[email protected]] Sent: Thursday, May 17, 2012 6:24 PM To: Post all your questions about iText here Subject: Re: [iText-questions] HTML to PDF Hi Hugh, On 17 May 2012 23:47, Hugh

Re: [iText-questions] HTML to PDF

2012-05-17 Thread 1T3XT BVBA
On 17/05/2012 23:47, Hugh McLaughlin wrote: Ok, I've switched over to XMLWorker, and studied the documentation and example at: http://demo.itextsupport.com/xmlworker/itextdoc/flatsite.html However, I receive an error on the first line: Dim HtmlContext As HtmlPipelineContext = New HtmlPipeli

Re: [iText-questions] HTML to PDF

2012-05-17 Thread Alexis Pigeon
Hi Hugh, On 17 May 2012 23:47, Hugh McLaughlin wrote: > Ok, I’ve switched over to XMLWorker, and studied the documentation and > example at: > > ** ** > > http://demo.itextsupport.com/xmlworker/itextdoc/flatsite.html > > ** ** > > However, I receive an error on the first line: > > **

Re: [iText-questions] HTML to PDF

2012-05-17 Thread Hugh McLaughlin
27;m using itext.xmlworker 1.1.3 with VB in VS 2010. The rest of the sample code gives me no compiler errors. What am I not understanding? From: 1T3XT BVBA [mailto:[email protected]] Sent: Thursday, May 17, 2012 3:56 AM To: Post all your questions about iText here Subject: Re: [iText-questions] HTML to PDF

Re: [iText-questions] HTML to PDF

2012-05-17 Thread 1T3XT BVBA
On 16/05/2012 23:13, Hugh McLaughlin wrote: Hello Everyone and thanks for your help in advance. I am using iTextSharp 5.1.2.0 and want to convert HTML to PDF. I am going through the documentation and numerous posts. I attempted to utilize the HTML parser without success. It appears the so

Re: [iText-questions] HTML to PDF - XMLWorker Ordered Lists?!?

2011-11-30 Thread Balder VC
eekend (THANK YOU!), so it > may be a while before the .NET version of XML Worker 1.1.1 or any other > changes are done. > > HTH - keith > > > Date: Tue, 29 Nov 2011 13:58:44 -0500 > From: stephenmb...@

Re: [iText-questions] HTML to PDF - XMLWorker Ordered Lists?!?

2011-11-29 Thread Paulo Soares
The .NET version of XML Worker 1.1.1 will be available next Monday. Paulo - Original Message - From: Keith O To: [email protected] Sent: Tuesday, November 29, 2011 9:29 PM Subject: Re: [iText-questions] HTML to PDF - XMLWorker Ordered Lists?!? Download

Re: [iText-questions] HTML to PDF - XMLWorker Ordered Lists?!?

2011-11-29 Thread Keith O
ased iTextSharp 5.1.3 this weekend (THANK YOU!), so it may be a while before the .NET version of XML Worker 1.1.1 or any other changes are done. HTH - keith Date: Tue, 29 Nov 2011 13:58:44 -0500 From: [email protected] To: [email protected] Subject: Re: [iText-questio

Re: [iText-questions] HTML to PDF - XMLWorker Ordered Lists?!?

2011-11-29 Thread Stephen Bell
Thanks for the response. An explanation eventually would be pretty sweet. I will continue to look for a workaround, short of hard coding the numbering in the html. On Tue, Nov 29, 2011 at 1:51 PM, Balder VC wrote: > It's easily reproduced. It could be a bug. > > Can't explain what's happenin

Re: [iText-questions] HTML to PDF - XMLWorker Ordered Lists?!?

2011-11-29 Thread Balder VC
It's easily reproduced. It could be a bug. Can't explain what's happening, yet. Don't have time right know. On 27/11/2011 19:39, Stephen Bell wrote: I am looking to convert the generated HTML output from an ASPX page to a PDF file. I have this "sort of" working using the XMLWorker. The ASPX

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

2011-10-15 Thread Mark Ramos
Hi Balder, I most certainly agree with that. It was not our expected scenario before. :) Thanks for all the info and guide you've provided. I'll check on them and see what I can come up with. Will keep in touch once I have update on it. Your help is very much appreciated! Sincerely, Mark On Su

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

2011-10-15 Thread Balder VC
Pasted content from word, ( /me shivers ). Word aint the best thing for producing html :) it's word then that uses tag. Maybe word can be configured to output pt instead of px and in, and to produce fixed width tables, or not to nest tables. But I fear for it. I think your best option is to

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

2011-10-15 Thread Mark Ramos
Thanks again Balder, The only challenge we had is that the input of all these html is from a CKEditor to make contents in liferay. Also, by using CKEditor, one of the scenarios/cases is to paste contents from a word document directly to CKEditor. Then when the content is rendered in html we have to

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

2011-10-15 Thread Balder VC
Hi, A PDF is not a browser, while creating your HTML you should still bare in mind that the end result will be a PDF. Couple tips: It's better to write measures in points (pt). Then no conversion is done by the XMLWorker. It's a good idea to check the supported tags (in the documentation or

Re: [iText-questions] HTML to PDF

2011-10-13 Thread Balder VC
You should try that with the XMLWorker http://demo.itextsupport.com/xmlworker/ http://lowagie.com/xmlworker http://java.dzone.com/announcements/itext-511-%E2%80%94-xml-worker-100 http://sourceforge.net/projects/xmlworker/ On 10/13/2011 09:17 AM, Mark Ramos wrote: > Hello, > > I would like to as

Re: [iText-questions] HTML to PDF

2011-09-25 Thread 1T3XT BVBA
On 25/09/2011 23:46, Hugh McLaughlin wrote: Hello Everyone and thanks for your help in advance. I am new to iText and am currently using VB.Net to code the application. I am in need of converting HTML pages to PDF and could really use some CSS support as well. I have tried using the HTML t

Re: [iText-questions] HTML to PDF

2011-02-24 Thread Balder
On 24/02/2011 11:40, Vivek Krishnan wrote: Hi, I changed my code to what you mentioned Vibhav, but still no success, here is what the code looks like now.                         document = new Document(PageSize.A4);

Re: [iText-questions] HTML to PDF

2011-02-24 Thread Vivek Krishnan
Hi, I changed my code to what you mentioned Vibhav, but still no success, here is what the code looks like now.                         document = new Document(PageSize.A4);                         PdfWriter.getInstance(document, new FileOutputStream("Conta

Re: [iText-questions] HTML to PDF

2011-02-23 Thread vaibhav gupta
Hi Vivek, The problem is that the image src path you have given is a relative. To use this you need to set "*img_baseurl*" property in the interface properties. To do this: *Dictionary interfaceProps = new Dictionary();* *interfaceProps.Add("img_baseurl", "Actual Path to the Image folder");* The

Re: [iText-questions] HTML to PDF

2011-02-23 Thread Vivek Krishnan
Hi Nurettin, Thanks for replying. I have checked that, my problem is that I have a well formed html file and I am reading the file in a Buffer and Document document=new Document(PageSize.A4); PdfWriter.getInstance(document,new FileOutputStream("Test.pdf"));

Re: [iText-questions] HTML to PDF

2011-02-23 Thread Nurettin DAG
You may look at PdfImageProvider. Basically, it is an interface that you need to implement to provide iText with the actual images for a given img URL src and attributes as found in your source. You can define custom transformations of src URL in your PdfImageProvider instance. Nurettin On Wed, F

Re: [iText-questions] HTML to PDF

2010-03-11 Thread Paulo Soares
HtmlParser was removed from iText, your only option is HTMLWorker. Maybe you can add the missing tags. Paulo From: ssharma674 [[email protected]] Sent: Thursday, March 11, 2010 12:49 AM To: [email protected] Subject: [iText-question

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

Re: [iText-questions] Html to Pdf

2009-05-05 Thread 1T3XT info
deep4u wrote: > Hello, > How to write own (X)HTML handler. For this you have any sample code > or any related links please share me. I repeat: Go to the keywords page: http://1t3xt.be/?X0004c8 Do Ctrl+F to search for the words "writing your own Handler". Click on those words and you'll fin

Re: [iText-questions] Html to Pdf

2009-05-05 Thread deep4u
Hello, How to write own (X)HTML handler. For this you have any sample code or any related links please share me. Thanks, 1T3XT info wrote: > > deep4u wrote: >> Hello, >> I need to convert html to pdf, but html having Tabloe of contents >> after converting pdf the Table of cont

Re: [iText-questions] Html to Pdf (1T3XT info)

2009-05-05 Thread 1T3XT info
Mehmood wrote: >PDFBOX is not complete even to the PDF to text is not there . Anyways > will work on their source code . Thanks. No, it isn't. If you're thinking of writing your own implementation, have a look at the code in com.lowagie.text.pdf.parser It's a first version of iText's PDF pa

Re: [iText-questions] Html to Pdf

2009-05-05 Thread 1T3XT info
deep4u wrote: > Hello, > I need to convert html to pdf, but html having Tabloe of contents > after converting pdf the Table of contents are not working.How to resolve > this. Write your own (X)HTML handler to deal with this. This was answered before. Please don't repeat this question or

Re: [iText-questions] Html to Pdf

2009-05-05 Thread deep4u
Hello, I need to convert html to pdf, but html having Tabloe of contents after converting pdf the Table of contents are not working.How to resolve this. Thanks, deep4u wrote: > > Hello, > I need to convert html to pdf, but html having Tabloe of contents > after converting pd

Re: [iText-questions] Html to Pdf (1T3XT info)

2009-05-05 Thread 1T3XT info
Mehmood wrote: > Hi , > > The main requirement for me is to show the pdf in a swing based > application. I tried Jpedal open source version but the main work for us > will be to select the text first, extract the selected text and apply > xml tags for it using the tool. (...) > So knowing my

Re: [iText-questions] Html to Pdf (1T3XT info)

2009-05-05 Thread Raheem Rufai
d it > > > Ragia > > > > > -- > Date: Mon, 4 May 2009 15:40:47 -0400 > From: [email protected] > To: [email protected] > Subject: Re: [iText-questions] Html to Pdf (1T3XT info) > > > Hi Mehmood, > It is not possible in iText. You might want to take

Re: [iText-questions] Html to Pdf (1T3XT info)

2009-05-05 Thread 1T3XT info
Mehmood wrote: > But I can see lot of tools that can convert an pdf to html. I also have > a tool called cambridge docs which converts an existing pdf to html , So > you say they all are stupid to write and show you the implementation ? You could rasterize the PDF into images and make an HTML pa

Re: [iText-questions] Html to Pdf (1T3XT info)

2009-05-05 Thread Mehmood
Thanks for the info Raheem. I will look on it. Sure Ragia I will send you the info. On Tue, May 5, 2009 at 11:31 AM, < [email protected]> wrote: > Html to Pdf (1T3XT info) > -- -- The NEW

Re: [iText-questions] Html to Pdf

2009-05-04 Thread deep4u
Hello, I need to convert html to pdf, but html having Tabloe of contents after converting pdf the Table of contents are not working.How to resolve this. Thanks, 1T3XT info wrote: > > deep4u wrote: >> Hello, >>Bookmarks are not same as the Table of contents. >> I need TableOfCon

Re: [iText-questions] Html to Pdf (1T3XT info)

2009-05-04 Thread Ragia Ibrahim
Hi, Reham ...mohammed please if you have further refrences about PDBox how it works how does it read the pdf send it Ragia Date: Mon, 4 May 2009 15:40:47 -0400 From: [email protected] To: [email protected] Subject: Re: [iText-questions] Html to Pdf (1T3XT info) Hi

Re: [iText-questions] Html to Pdf (1T3XT info)

2009-05-04 Thread Raheem Rufai
Hi Mehmood, It is not possible in iText. You might want to take a look at PDFBox, instead. Admittedly as it3xt suggest, it is a horribly difficult task. Even Adobe Acrobat doesn't do a perfect job of it, so don't expect a perfect job from PDFBox either. However, depending on your purpose, you might

Re: [iText-questions] Html to Pdf (1T3XT info)

2009-05-04 Thread 1T3XT info
Mehmood wrote: > Flying saucer seems to create a pdf or html from xml and css . But what > I need is to convert a PDF to HTML format. Is this is possible in iText? No, you won't find any tool that can convert PDF to HTML because it's a stupid question: Read http://doughnut-design.livejournal.com/

Re: [iText-questions] Html to Pdf (1T3XT info)

2009-05-04 Thread Mehmood
Flying saucer seems to create a pdf or html from xml and css . But what I need is to convert a PDF to HTML format. Is this is possible in iText? -- -- Register Now & Save for Velocity, the Web Performance & Operations

Re: [iText-questions] Html to Pdf

2009-05-04 Thread 1T3XT info
deep4u wrote: > Hello, >Bookmarks are not same as the Table of contents. > I need TableOfContents. suppose one html file having Tableofcontents after > generating pdf also those will be work. I am uploading my html file using > that to convert pdf and also those TOC will be work. Yes. --

Re: [iText-questions] HTML to PDF Converter

2009-03-08 Thread 1T3XT info
svattiku wrote: > Please let me know how to implement this functionality using iText. You don't! Use something like Flying Saucer. It uses iText as PDF engine, but brings you the HTML interpreting part iText lacks. -- This answer is provided by 1T3XT BVBA http://www.1t3xt.com/ - http://www.1t3xt

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: div with line height attribute value of normal

2009-02-07 Thread 1T3XT info
Steve Carrow wrote: > Just to get this into the archives: the response was correct in that > parseLength returns 0 if the argument does not start with a number. For > "line-height: normal" this behavior clearly breaks things. I posted a > bug report at: > > https://sourceforge.net/tracker2/?fun

Re: [iText-questions] HTML to PDF: div with line height attribute value of normal

2009-01-28 Thread 1T3XT info
Steve Carrow wrote: > Using the most recently released version of iText, we are trying to > allow conversion of autogenerated HTML pages to PDF. A frequent > construct is the use of consecutive div elements, of which the following > is a simplified example: > > size="2">Violations of the Code

Re: [iText-questions] HTML to Pdf Paragraph Using ColumnText -- Parsing issue.

2008-07-20 Thread pickm
I seemed to have looked at all mailing list posts except the correct one (titled "StyleSheet / HtmlWorker and granular font size"). I changed the addHtml... method and the lists are working well. Putting the HTMLWorker output into a paragraph was not working. // new code public void add

Re: [iText-questions] HTML to PDF Convertison in VB.NET or C#.NET - using iTextSharp

2008-07-05 Thread 1T3XT info
Jawahar wrote: > Dear Sir, > > Since Mr. Kapesh is on Vacations up to 18^th of this month, I am writing > this to you, as per his directions. ??? Who is Mr. Kapesh and why is he saying you should mail to the iText mailing list??? This doesn't make much sense. > This is Jawahar and new to IText,

Re: [iText-questions] HTML to PDF using iText (HTMLWorker?)

2008-05-30 Thread AJ Weber
I just started messing-around with HTMLWorker the other day, and it's a good start, but needs some work, I think. Very "mild" HTML (no images, for the most part) seems to work OK. But when you introduce the images, there's something amiss...I haven't figured it out yet, because they don't seem

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

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

2007-03-12 Thread Stuart Jansen
On Mon, 2007-03-12 at 10:14 +0100, Gianluca DAlessandro wrote: > i tried to convert html files to pdf, but entities &#xxx which have > xxx value up to 255 are not visualized in pdf file. I've also a > problem with images. In html text containing images and text, if > images dimension is up to 100

Re: [iText-questions] HTML to PDF

2007-03-09 Thread Bruno Lowagie
Gianluca DAlessandro wrote: > but in the pdf file elements corresponding to html tags are sovrapposed. What does sovrapposed mean? If you mean the words are covering each other: I have fixed this in iText 2.0.1. br, Bruno - T

Re: [iText-questions] html to pdf

2007-02-21 Thread porcupine
please check the following threads, HTML to PDF support is there, although as Bruno has mention before HTML is a lower priority and therefore some caveats, also check out iText v2 I believe there are now more features. http://www.nabble.com/How-to-convert-HTML-into-PDF--tf2040067.html#a5619917 ht

Re: [iText-questions] html to pdf

2007-02-21 Thread roseline
HI, I am also lookin out for a HTML to PDF converter...did you get one? Please help me how you did it? nafise hasani wrote: > > Hi > I want to convert html to pdf as I saw itext can not > do this,Do you know any open source java framework > that do this for me? > > > >

Re: [iText-questions] HTML to PDF table problem

2007-01-11 Thread rachel.kozlowski
] From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kozlowski, Rachel (TH USA) Sent: Wednesday, January 10, 2007 3:22 PM To: [email protected] Subject: Re: [iText-questions] HTML to PDF table problem I accidently gave you all the wrong HTML. I

Re: [iText-questions] HTML to PDF table problem

2007-01-10 Thread rachel.kozlowski
I accidently gave you all the wrong HTML. I still need a fix for this. Sub 10 Trending Report National Benchmark 7.1% 7.1% 7.0% 6.8% 6.8%

Re: [iText-questions] HTML to PDF

2006-12-05 Thread Bruno Lowagie (iText)
[EMAIL PROTECTED] wrote: > Is there a way to convert HTML files to a PDF doc using the iText Jar file? > I did not see any examples if you can iText isn't really made to convert HTML to PDF. There are classes that can help you like HTMLWorker, but there's no full blown HTML parser. You'll find so

Re: [iText-questions] HTML to PDF

2006-10-12 Thread Paulo Soares
- Original Message - From: "Don Kostello" <[EMAIL PROTECTED]> To: Sent: Thursday, October 12, 2006 6:51 PM Subject: Re: [iText-questions] HTML to PDF > Paulo Soares consiste.pt> writes: >> >> Stylesheets are not supported or to be more precise the

Re: [iText-questions] HTML to PDF

2006-10-12 Thread Don Kostello
Paulo Soares consiste.pt> writes: > > Stylesheets are not supported or to be more precise they are partly > supported in class StyleSheet but not parsed. It's in my to-do list but > as I don't have an immediate use for it it's not at the top. > > Paulo > > Then is it possible for me to creat

Re: [iText-questions] HTML to PDF

2006-10-12 Thread Paulo Soares
Stylesheets are not supported or to be more precise they are partly supported in class StyleSheet but not parsed. It's in my to-do list but as I don't have an immediate use for it it's not at the top. Paulo > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On >

Re: [iText-questions] HTML to PDF

2006-07-28 Thread porcupine
pass the html to HTMLWorker, through a stream eg MemoryStream (in C#): StreamReader sr = new StreamReader(new MemoryStream(Encoding.UTF8.GetBytes(text)), Encoding.UTF8); ArrayList elements = iTextSharp.text.html.simpleparser.HTMLWorker.ParseToList(sr, ss);//ss is a stylesheet or pass null you now

RE: [iText-questions] HTML to PDF in a batch

2006-03-21 Thread Paulo Soares
You'll be better served with htmldoc. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of [EMAIL PROTECTED] > Sent: Tuesday, March 21, 2006 11:34 AM > To: [email protected] > Subject: [iText-questions] HTML to PDF in a batch > >

RE: [iText-questions] HTML to PDF

2006-01-11 Thread Luciano Rodrigues
Wednesday, January 11, 2006 10:26 AM> To: [EMAIL PROTECTED]; Paulo Soares; > [email protected]> Subject: Re: [iText-questions] HTML to PDF> > I´m not kinding!>  > You don´t  understand my problem!>  > I Have a HTML file with encondig. I need to gener

RE: [iText-questions] HTML to PDF

2006-01-11 Thread Paulo Soares
r > may not have encoding information and if you have is a lot > down in the file > as a "". You'll have to scan the file looking > for this and > reopen the file in a Reader with the correct encoding. > > - Original Message - > From: "Luc

Re: [iText-questions] HTML to PDF

2006-01-11 Thread Luciano Rodrigues
I´m not kinding!   You don´t  understand my problem!   I Have a HTML file with encondig. I need to generate PDF file. But I haven´t XML file.   Because this, I send my java source code and my html file to you. This files are examples for my problem.   I would like help. >>> "Paulo Soares" <[EMAIL

Re: [iText-questions] HTML to PDF

2006-01-10 Thread Paulo Soares
--- Original Message - From: "Luciano Rodrigues" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; Sent: Tuesday, January 10, 2006 7:21 PM Subject: RE: [iText-questions] HTML to PDF Thanks! I see there! But I dont found one example for my case. The enconding 'ISO-8859-1

RE: [iText-questions] HTML to PDF

2006-01-10 Thread Luciano Rodrigues
Thanks!   I see there! But I dont found one example for my case.   The enconding 'ISO-8859-1' is my problem, because result error 'Invalid byte 2 of 3-byte UTF-8 sequence.'   My text is in Portuguese, I have text 'ãçíóê' for example, because this I need  enconding ='ISO-8859-1' >>> "Bill Ensley"

RE: [iText-questions] HTML to PDF

2006-01-10 Thread Bill Ensley
The iText tutorial is a great place to start.   http://itextdocs.lowagie.com/tutorial/   -Bill Ensley Bear Printing From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Luciano RodriguesSent: Tuesday, January 10, 2006 10:27 AMTo: [email protected]: [iT

Re: [iText-questions] HTML to PDF

2005-08-18 Thread Paulo Soares
HTMLWorker - Original Message - From: "Lee, Ashley" <[EMAIL PROTECTED]> To: Sent: Thursday, August 18, 2005 11:19 PM Subject: [iText-questions] HTML to PDF Ok. I have asked this question before but it seems as though no one has an answer so I'll try and ask it again. Is there anyway to

Re: [iText-questions] html to pdf

2005-08-04 Thread bruno
Hans-Werner Hilse wrote: I recently had a conversation about this on the Gentoo Linux mailing lists. There are two things I can suggest: #1: Use HTML2PS, it's pretty good for creating longish documents from HTML. #2: Use a browser that prints a better layout. You can e.g. script mozilla t

Re: [iText-questions] html to pdf

2005-08-03 Thread Hans-Werner Hilse
Hi, On Wed, 03 Aug 2005 11:46:02 +0200 THOMAS Alexandre <[EMAIL PROTECTED]> wrote: > Is there any tutorial, simple example of something for that? > Did anybody try to program something like that ? I recently had a conversation about this on the Gentoo Linux mailing lists. There are two things I

Re: [iText-questions] html to pdf

2005-08-03 Thread THOMAS Alexandre
thanks bruno Is there any tutorial, simple example of something for that? Did anybody try to program something like that ? alex Selon Bruno Lowagie <[EMAIL PROTECTED]>: > THOMAS Alexandre wrote: > > >dear user of iText > > > >I'm trying to convert a html to pdf document. > >I've try a simple e

Re: [iText-questions] html to pdf

2005-08-02 Thread Bruno Lowagie
THOMAS Alexandre wrote: dear user of iText I'm trying to convert a html to pdf document. I've try a simple example at http://www.lowagie.com/iText/examples/Chap0707.java but it do not seems to work As ch07.html says: iText doesn't really parse HTML. It parses XHTML and understands only a li

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

Re: [iText-questions] Html to PDF

2005-04-02 Thread Bruno Lowagie
Poonam Chodankar wrote: Hi , I am looking out for a code which will read HTML file and convert to PDF file Please let me know as soon as possible http://www.easysw.com/htmldoc/ --- SF email is sponsored by - The IT Product Guide Read honest & cand

Re: [iText-questions] HTML to PDF...

2004-12-03 Thread Dirk Wellmann
Hi, Sumedh, I just tried it with iText some days ago, but the implementation is at the beginning and is only for very simple html files. My suggestion would be to use Jasper for that. > Hi, > > Is there a way by which I can convert given HTML to PDF using iText? > Basically, I want to add an

Re: [iText-questions] html to pdf iText

2004-10-08 Thread Jim Hurne
I had this problem. The solution: put "", although you will also have to specify the XHTML DTD if the parser is going to treat everything correctly... The SAXmyHtmlHandler class only handex XHTML, not normal HTML. Luckily, converting from HTML to XHTML isn't a very painful process. Checkout h

RE: [iText-questions] HTML to PDF

2004-06-24 Thread taa boo
ED] > On Behalf Of taa > boo > Sent: quarta-feira, 23 de junho de 2004 04:40 > To: Luiz Fernando Rodrigues; > [EMAIL PROTECTED] > Subject: Re: [iText-questions] HTML to PDF > > Hi, > > we already solved this problem in Html2Pdf module at > http://www.pdfon

RE: [iText-questions] HTML to PDF

2004-06-24 Thread Luiz Fernando Rodrigues
ROTECTED] On Behalf Of taa boo Sent: quarta-feira, 23 de junho de 2004 04:40 To: Luiz Fernando Rodrigues; [EMAIL PROTECTED] Subject: Re: [iText-questions] HTML to PDF Hi, we already solved this problem in Html2Pdf module at http://www.pdfone.net ==> go there and download NesOneSAXiTextHandle

RE: [iText-questions] HTML to PDF

2004-06-23 Thread taa boo
Informatica > -Mensaje original- > De: taa boo [mailto:[EMAIL PROTECTED] > Enviado el: mi?coles, 23 de junio de 2004 9:40 > Para: Luiz Fernando Rodrigues; > [EMAIL PROTECTED] > Asunto: Re: [iText-questions] HTML to PDF > > Hi, > > we already solved this pro

RE: [iText-questions] HTML to PDF

2004-06-23 Thread Caballero Caballero, Jose
Informatica -Mensaje original- De: taa boo [mailto:[EMAIL PROTECTED] Enviado el: miércoles, 23 de junio de 2004 9:40 Para: Luiz Fernando Rodrigues; [EMAIL PROTECTED] Asunto: Re: [iText-questions] HTML to PDF Hi, we already solved this problem in Html2Pdf module at http://www.pdfone.net

Re: [iText-questions] HTML to PDF

2004-06-23 Thread taa boo
Hi, we already solved this problem in Html2Pdf module at http://www.pdfone.net ==> go there and download NesOneSAXiTextHandler cheers http://www.pdfone.net http://www.vietclever.com http://www.sinhcafe.net --- Luiz Fernando Rodrigues <[EMAIL PROTECTED]> wrote: > Hi, > > Does anyo

Re: [iText-questions] HTML to PDF

2004-03-04 Thread Bruno
Quoting Jim VanEtten <[EMAIL PROTECTED]>: > I have recieved a solution to my question about cell widths and it works > great now. Is there a way to control the size of the font ?? Some tags have a "size" attribute. Check the code and/or the tutorial for more info. br, Bruno

  1   2   >