[iText-questions] Printing PDF Documents in Web

2002-12-02 Thread Sameer Karkhanis
Hi I'm generating a PDF by calling a servlet. The call to the servlet is made in a Frame. Once the PDF is displayed in the frame, i try to print it by going to "File" in the menu of the browser and Clicking on "Print". The resultant is a blank page printed out. However when i print using th

[iText-questions] OutOfMemoryError

2002-12-02 Thread Aaron Kelley
I am getting an OutOfMemoryError when calling the following method:   Image.getInstance(docBuffer, null, true)   Where docBuffer is a BufferedImage.  The image I am using is not all that big on disk (about 85 KB), but the number of pixels is rather large 5500 x 7200.  In either case, it

[iText-questions] Help me! Read pdf files!

2002-12-02 Thread HUYNH Huu Hung
Dear, I want to read paragraph in pdf files and insert hyperlink? How can I do iText? --- This SF.net email is sponsored by: Get the new Palm Tungsten T handheld. Power & Color in a compact size! http://ads.sourceforge.net/cgi-bin/redirect.p

Re: [iText-questions] linearised PDF

2002-12-02 Thread Matt Benson
Let's try that again: When I hit these links I get the message that "A file error has occurred." -Matt --- Leonard Rosenthol <[EMAIL PROTECTED]> wrote: > At 7:02 AM -0800 12/2/02, Matt Benson wrote: > >One thing--whenever I go to your website, I only > see > >the one product, The Sage Form Tool.

Re: [iText-questions] linearised PDF

2002-12-02 Thread Matt Benson
--- Leonard Rosenthol <[EMAIL PROTECTED]> wrote: > At 7:02 AM -0800 12/2/02, Matt Benson wrote: > >One thing--whenever I go to your website, I only > see > >the one product, The Sage Form Tool. > > > > Yeah, haven't updated the site yet :(. Coming > today!! > > In the meantime, you

Re: [iText-questions] linearised PDF

2002-12-02 Thread Matt Benson
Next question(s): Will there be a trial version available? Do you have statistics on PDF shrinkage ratios with and/or without linearization? -Matt --- Leonard Rosenthol <[EMAIL PROTECTED]> wrote: > At 7:02 AM -0800 12/2/02, Matt Benson wrote: > >One thing--whenever I go to your website, I onl

RE: [iText-questions] Question about Text Length

2002-12-02 Thread Paulo Soares
You may have kerned characters. See what are the results with getWidthPointKerned(). Best Regards, Paulo Soares > -Original Message- > From: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]] > Sent: Monday, December 02, 2002 16:56 > To: [EMAIL PROTECTED] > Subject: [iText-questions] Quest

Re: [iText-questions] linearised PDF

2002-12-02 Thread Matt Benson
They do seem to be working now. Question: will PDF Enhancer run in batch mode? -Matt --- Leonard Rosenthol <[EMAIL PROTECTED]> wrote: > At 8:38 AM -0800 12/2/02, Matt Benson wrote: > >Let's try that again: > > > >When I hit these links I get the message that "A > file > >error has occurred." >

[iText-questions] templates & alignment

2002-12-02 Thread Eugene
Is it possible to parse this kind of document correctly? Blah blah blah Blah blah blah Eugene mailto:[EMAIL PROTECTED] --- This SF.net email is sponsored by: Get the new Palm Tungsten T handheld. Power & Color

[iText-questions] Question about Text Length

2002-12-02 Thread ywang
Dear Paul, I am using iText to measure text length by getWidthPoint. I compare the length with the float value from Microsoft Visual C++ GDI+ MeasureCharacterRanges or GDI GetTextExtent. I find that there is up to 3% difference. I don't know why. I believe that iText's result is more reasonabl

RE: [iText-questions] Calling iText services within a c++ applica tion

2002-12-02 Thread Matt Benson
I know nothing about it really, but the tutorials on the web suggest that you can call the JVM from within C code by linking to the JVM as a library. There are examples in the Java tutorial. Whether this is a desirable alternative to the comparatively simple method of making a System call to run

Re: [iText-questions] linearised PDF

2002-12-02 Thread Matt Benson
One thing--whenever I go to your website, I only see the one product, The Sage Form Tool. -Matt --- Leonard Rosenthol <[EMAIL PROTECTED]> wrote: > At 9:46 AM -0800 11/26/02, Matt Benson wrote: > >I don't; Leonard or Paulo may. > > > > Well one option would be to try my company's new > PDF

Re: [iText-questions] MSword to PDF using iText.jar

2002-12-02 Thread David Thielen
Take a look at www.windwardreports.com - Original Message - From: "namal ubhayawardana" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, December 02, 2002 4:32 AM Subject: [iText-questions] MSword to PDF using iText.jar > I need to convert word document to PDF > When i do it

Re: [iText-questions] MSword to PDF using iText.jar

2002-12-02 Thread Bruno
Quoting namal ubhayawardana <[EMAIL PROTECTED]>: > I need to convert word document to PDF > When i do it for the txt file it perform using > iText.jar .I'm reading using java file reading and > store the content it in a String variable. > I need to do it for .doc word file to PDF > when i read u

RE: [iText-questions] MSword to PDF using iText.jar

2002-12-02 Thread Paulo Soares
iText doesn't convert Word to PDF. Best Regards, Paulo Soares > -Original Message- > From: namal ubhayawardana [SMTP:[EMAIL PROTECTED]] > Sent: Monday, December 02, 2002 11:33 > To: [EMAIL PROTECTED] > Subject: [iText-questions] MSword to PDF using iText.jar > > I need to convert

[iText-questions] MSword to PDF using iText.jar

2002-12-02 Thread namal ubhayawardana
I need to convert word document to PDF When i do it for the txt file it perform using iText.jar .I'm reading using java file reading and store the content it in a String variable. I need to do it for .doc word file to PDF when i read using java outputstream it store the content as binary print th

RE: [iText-questions] Regarding Turkish Fonts

2002-12-02 Thread Paulo Soares
As far as I know the Times New Roman font that comes with win2000 and later has all the turkish characters. Best Regards, Paulo Soares > -Original Message- > From: SRIDHARAN Aravind [SMTP:[EMAIL PROTECTED]] > Sent: Monday, December 02, 2002 11:08 > To: '[EMAIL PROTECTED]' > Subject:

[iText-questions] Regarding Turkish Fonts

2002-12-02 Thread SRIDHARAN Aravind
Hi, I am developing PDF pages in Turkish. I use TTF for fonts. Do anyone know where on the Internet can I download various TTF's for BOLD, BOLDITALIC, ITALIC and NORMAL fonts? These TTF's should support all special Turkish characters and I want these TTF's in Times New Roman font. Please let me

[iText-questions] Regarding Turkish Fonts

2002-12-02 Thread SRIDHARAN Aravind
Hi, I am developing PDF pages in Turkish. I use TTF for fonts. Do anyone know where on the Internet can I download various TTF's for BOLD, BOLDITALIC, ITALIC and NORMAL fonts? These TTF's should support all special Turkish characters and I want these TTF's in Times New Roman font. Please let me

[iText-questions] Regarding Turkish Fonts

2002-12-02 Thread SRIDHARAN Aravind
Hi, I am developing PDF pages in Turkish. I use TTF for fonts. Do anyone know where on the Internet can I download various TTF's for BOLD, BOLDITALIC, ITALIC and NORMAL fonts? These TTF's should support all special Turkish characters and I want these TTF's in Times New Roman font. Please let me

RE: [iText-questions] Barcodes

2002-12-02 Thread Paulo Soares
Set the font to null. Best Regards, Paulo Soares > -Original Message- > From: Thomas Kübler [SMTP:[EMAIL PROTECTED]] > Sent: Monday, December 02, 2002 9:33 > To: [EMAIL PROTECTED] > Subject: [iText-questions] Barcodes > > Hallo, > > i wan't to generate Barcodes as Image without

[iText-questions] Barcodes

2002-12-02 Thread Thomas Kübler
Hallo,   i wan't to generate Barcodes as Image without a Textline. What Parameter i have to set?   Thanks for help.   Thomas Kübler

Re: [iText-questions] Missing CJK fonts

2002-12-02 Thread Bruno
Quoting Sameer Karkhanis <[EMAIL PROTECTED]>: > > Hi. > > I'm trying to include the Times New roman Font. I got a error duirng run > time : "Missing configuration Files for CJK fonts. Here is the code: > > BaseFont timesnewroman = BaseFont.createFont("c: > \\winnt40\\fonts\\times.ttf

[iText-questions] Missing CJK fonts

2002-12-02 Thread Sameer Karkhanis
Hi. I'm trying to include the Times New roman Font. I got a error duirng run time : "Missing configuration Files for CJK fonts. Here is the code: BaseFont timesnewroman = BaseFont.createFont("c: \\winnt40\\fonts\\times.ttf", BaseFont.CP1252, BaseFont.NOT_EMBEDDED); Font font = ne