Re: [iText-questions] pdf conversion from html

2007-11-06 Thread nsk clr
sage - From: "nsk clr" yahoo.com> To: lists.sourceforge.net> Sent: Tuesday, November 06, 2007 12:05 AM Subject: [iText-questions] pdf conversion from html > Hi > > I use 'Arial Unicode MS' with 'Identity-H' encoding to convert Html to > pd

Re: [iText-questions] pdf conversion from html

2007-11-06 Thread Paulo Soares
06, 2007 12:05 AM Subject: [iText-questions] pdf conversion from html > Hi > > I use 'Arial Unicode MS' with 'Identity-H' encoding to convert Html to > pdf. > Document document = new Document(); > FontFactory.register("C:\\Windows\\fonts\\arialuni.t

[iText-questions] pdf conversion from html

2007-11-05 Thread nsk clr
Hi I use 'Arial Unicode MS' with 'Identity-H' encoding to convert Html to pdf. Document document = new Document(); FontFactory.register("C:\\Windows\\fonts\\arialuni.ttf"); StyleSheet st = new StyleSheet(); st.loadTagStyle("body", "face", "Arial Unicode MS"); st.loadTagStyle("bod

Re: [iText-questions] pdf conversion -- Help

2006-02-14 Thread bruno
sudhir kumar wrote: I found iTEXT.jar on http://www.lowagie.com/iText/download.html But unable to find iText library com.lowagie. http://en.wikipedia.org/wiki/.jar br, Bruno --- This SF.net email is sponsored by: Splunk Inc. Do you grep

Re: [iText-questions] pdf conversion -- Help

2006-02-14 Thread Alexis Pigeon
On 13/02/06, sudhir kumar <[EMAIL PROTECTED]> wrote: > Hi, >I am new to this site and was looking for a > tool which converts a spool file to pdf. I downloaded > everything except iText library com.lowagie... > Can anybody show me the link to download it. > > Apprecita all the help in adva

Re: [iText-questions] pdf conversion -- Help

2006-02-14 Thread bruno
sudhir kumar wrote: I downloaded everything except iText library com.lowagie... Can anybody show me the link to download it. You downloaded 'everything' except the iText.jar? br, Bruno --- This SF.net email is sponsored by: Splunk Inc. D

Re: [iText-questions] pdf conversion -- Help

2006-02-13 Thread Leonard Rosenthol
At 05:55 PM 2/13/2006, sudhir kumar wrote: I am new to this site and was looking for a tool which converts a spool file to pdf. A spool file is not a specific file format - it's just a concept. What format are you spool files in? Leonard --

[iText-questions] pdf conversion -- Help

2006-02-13 Thread sudhir kumar
Hi, I am new to this site and was looking for a tool which converts a spool file to pdf. I downloaded everything except iText library com.lowagie... Can anybody show me the link to download it. Apprecita all the help in advance. Thanks Skumar ___

Re: [iText-questions] PDF Conversion

2005-12-14 Thread Vineet Reynolds
You'll need to look at Ghostscript. It's the most widely used option for converting PDF to PS.The main page is here: http://www.cs.wisc.edu/~ghost/Have a look at the Ghostscript programming API here - http://www.cs.wisc.edu/~ghost/doc/cvs/API.htmI'll have to search more to find out any Java specif

[iText-questions] PDF Conversion

2005-12-14 Thread Carlos Lopes
It is possible to convert a PDF to PS with iText? If not anyone know a java class / api that can do that trick? I need to print directly from tomcat to a ps printer, and I cannot seem to do that with a pdf file directly. Thanks in advance, Carlos Lopes

Re: [iText-questions] PDF Conversion

2005-05-12 Thread Leonard Rosenthol
At 12:38 PM 5/12/2005, franco morelli wrote: Is it possible to convert files from PDF v1.4 to PDF v1.3? Depends on what you mean by "convert"...and what tools you have available. Simply changing the version number is a single byte in the PDF. "Transcoding" certain PDF features

[iText-questions] PDF Conversion

2005-05-12 Thread franco morelli
Is it possible to convert files from PDF v1.4 to PDF v1.3? Thanks, Franco --- This SF.Net email is sponsored by Oracle Space Sweepstakes Want to be the first software developer in space? Enter now for the Oracl

[iText-questions] PDF Conversion

2003-08-14 Thread Daniel
I would like to know whether iText libraries could help me to convert all the microsoft documents to PDF?   Regards, Daniel.E

Re: [iText-questions] PDF Conversion

2003-08-14 Thread Leonard Rosenthol
At 7:32 PM +0700 8/8/03, Daniel wrote: I would like to know whether iText libraries could help me to convert all the microsoft documents to PDF? For conversion of Office formats, look at products like DocConverter (http://www.activepdf.com) and AdLib eXpress (http://www.adlibsys.com). Leonard

RE: [iText-questions] PDF Conversion

2003-08-08 Thread Paulo Soares
No, it can't. Best Regards, Paulo Soares > -Original Message- > From: Daniel [SMTP:[EMAIL PROTECTED] > Sent: Friday, August 08, 2003 13:32 > To: [EMAIL PROTECTED] > Subject: [iText-questions] PDF Conversion > > I would like to know whether iText librarie