Re: [iText-questions] Flattening ActivePDF generated form fields.

2006-01-10 Thread Paulo Soares
I'll comment when I see the PDF. - Original Message - From: "Tom Hubbard" <[EMAIL PROTECTED]> To: Sent: Tuesday, January 10, 2006 9:42 PM Subject: [iText-questions] Flattening ActivePDF generated form fields. I'm trying to use iText to flatten PDF's with form fields in them and am r

[iText-questions] Flattening ActivePDF generated form fields.

2006-01-10 Thread Tom Hubbard
I'm trying to use iText to flatten PDF's with form fields in them and am running into trouble when trying to flatten PDF's populated with ActivePDF's toolkit. The original (yet to be populated--but still containing the form fields) PDF flattens just fine. It's only after populating it from the

[iText-questions] Object data...

2006-01-10 Thread Alan
Hi All, Can anyone give me some clues on how to add “Object Data” (accessible via the “Object Data Tool” in Adobe Reader) to a graphics object using iText? Thanks AlanK

[iText-questions] Re: Support for fast web view

2006-01-10 Thread Zubin
Paulo Soares consiste.pt> writes: > > There are no plans to include it. > Thank you. For anyone else who's looking, I've found a possible solution to the linearization. PLOP by PDFLib (http://www.pdflib.com/products/plop) supports Java (including servlets) and works like a charm. Commercial

RE: [iText-questions] Multiple Watermarks on a document

2006-01-10 Thread Paulo Soares
See http://itextdocs.lowagie.com/tutorial/directcontent/pageevents/index.htm l. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Michael Lundin > Sent: Tuesday, January 10, 2006 5:16 PM > To: itext-questions@lists.sourceforge.net > Subject: [iTex

Re: [iText-questions] HTML to PDF

2006-01-10 Thread Paulo Soares
If you have xml there's encoding information. If you have html you may or 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 -

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] How to : DocMDP

2006-01-10 Thread Paulo Soares
It's possible but highly unlikely at least in the near future. - Original Message - From: "Vincent Saulnier" <[EMAIL PROTECTED]> To: Sent: Tuesday, January 10, 2006 6:28 PM Subject: Re: [iText-questions] How to : DocMDP Is there a possibility where you (by you, I mean the iText team)

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: itext-questions@lists.sourceforge.netSubject: [iT

[iText-questions] Removal from list

2006-01-10 Thread Carlos Lopes
Please remove me from the list. Thanks for all the help and attention!Carlos

RE: [iText-questions] Support for fast web view

2006-01-10 Thread Paulo Soares
There are no plans to include it. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Zubin > Sent: Tuesday, January 10, 2006 4:44 PM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] Support for fast web view > > I've gone t

[iText-questions] HTML to PDF

2006-01-10 Thread Luciano Rodrigues
I need to convert a HTML file to PDF file.   How do I do this?  Why my HTML file use encoding="ISO-8859-1".    

Re: [iText-questions] How to : DocMDP

2006-01-10 Thread Vincent Saulnier
Is there a possibility where you (by you, I mean the iText team) would do it?On 1/7/06, Leonard Rosenthol < [EMAIL PROTECTED] > wrote: At 02:15 PM 1/6/2006, Vincent Saulnier wrote:>I need to use DocMDP to certify documents and permit multiple >signatures on PDF documents with iText.>>What is the be

RE: [iText-questions] Detecting line breaks in Paragraph

2006-01-10 Thread Paulo Soares
Have a look at PdfLine. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Kruno > Sent: Tuesday, January 10, 2006 4:22 PM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] Detecting line breaks in Paragraph > > Hi, > > is

[iText-questions] Multiple Watermarks on a document

2006-01-10 Thread Michael Lundin
Is there a good way to add multiple watermarks to a document? We are looking at creating documents with one watermark on the first page and different watermarks on the second page. Any help would be appreciated. Thanks, Mike --- This SF.net

Re: [iText-questions] PDF to XML

2006-01-10 Thread Antoine
Richard Braman wrote: Can IText be used to create a custom XML file from a PDF? I have attached an example of my input and output files I need this for a new opensource project I am launching called TaxCode Software. Its on sourceforge. I have

[iText-questions] Detecting line breaks in Paragraph

2006-01-10 Thread Kruno
Hi, is there a way to detect or calculate on which characters in Paragraph will the line break ? For example: Document document = new Document(PageSize.A4, 50, 50, 50, 50); try { PdfWriter.getInstance(document, new FileOutputStream("c:\\testpara.pdf")); document.open();

Re: [iText-questions] PDF to JPG

2006-01-10 Thread Antoine
Punukollu, Shivaji wrote: Hi, I just want to know is it possible to convert the pdf(single page BJP) document into jpg. Thanks!! Shivaji Check out ghostscript. It should do this... if you want an example on windows of a subset of ghostscript functionality just download pdfcreator (sourcef

[iText-questions] Re: How to simulate "Save As" functionality in iText

2006-01-10 Thread Zubin
> > > OK, you know what you are talking about, but then what is > skrinking the final PDF size? In my case, I compared the Document Properties before and after the "Save As" action and it seems that in the "Save As" PDF version (smaller) the PDF is linearized and "Fast Web View" is marked "Ye

RE: [iText-questions] JPEG-CMYK

2006-01-10 Thread Bill Ensley
CAN do this, sorry, misspell.   -Bill From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bill EnsleySent: Tuesday, January 10, 2006 8:53 AMTo: iText Mail GroupSubject: RE: [iText-questions] JPEG-CMYK I believe that JAI cant do this.   -Bill Ensley From: [EMAIL PROTECTED]

RE: [iText-questions] JPEG-CMYK

2006-01-10 Thread Bill Ensley
I believe that JAI cant do this.   -Bill Ensley From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Paulo SoaresSent: Tuesday, January 10, 2006 2:17 AMTo: Komal Dinkar; itext-questions@lists.sourceforge.netSubject: RE: [iText-questions] JPEG-CMYK You'll have to find other tool

RE: [iText-questions] How to simulate "Save As" functionality in iText

2006-01-10 Thread Bill Ensley
OK, you know what you are talking about, but then what is skrinking the final PDF size?   I have had similar bloated PDF's containing un-compress images shrunk to about 10% of their size with the Save-As in Acrobat.   -Bill Ensley Bear Printing From: [EMAIL PROTECTED] [mailto:[EMAIL PROTE

[iText-questions] Support for fast web view

2006-01-10 Thread Zubin
I've gone through the archives and assuming that "fast web view" or linearization is still unsupported by iText, is there a proposed inclusion date (if any at all)? Thank you. Zubin --- This SF.net email is sponsored by: Splunk Inc. Do you

[iText-questions] java.text.BreakIterator implementation of SplitCharacter

2006-01-10 Thread lucian chirita
Hi Has anyone written an implementation of SplitCharacter using (or equivalent to) a java.text.BreakIterator? We need something like that because here at JasperReports we're using java.awt.font.LineBreakMeasurer to break texts when a report is rendered in AWT. Because of this differences be

Re: [iText-questions] Czech characters into the PDF

2006-01-10 Thread bruno
Honza Spurný wrote: Hello everybody there, i'm a really novice to the iText and my goal is to know, how to create PDF file with Czech characters. I know how to create simply PDF with common Anglo-Saxon letters. Please, is there anybody who knows how to achieve this aim? I'm sorry for probably v

RE: [iText-questions] Czech characters into the PDF

2006-01-10 Thread Paulo Soares
See http://itextdocs.lowagie.com/tutorial/#part3. For example: BaseFont bf = BaseFont.createFont("c:\\windows\\fonts\\arial.ttf", "Cp1250", true); Font f = new Font(bf, 12); You can also replace the "Cp1250" encoding with "Identity-H". > -Original Message- > From: [EMAIL PROTECTED] > [

[iText-questions] Czech characters into the PDF

2006-01-10 Thread Honza Spurný
Hello everybody there, i'm a really novice to the iText and my goal is to know, how to create PDF file with Czech characters. I know how to create simply PDF with common Anglo-Saxon letters. Please, is there anybody who knows how to achieve this aim? I'm sorry for probably very easy and stupid que

Re: [iText-questions] JPEG-CMYK

2006-01-10 Thread Leonard Rosenthol
At 12:03 AM 1/10/2006, Komal Dinkar wrote: How do we convert an image from rgb to cmyk. Before it is placed into the PDF - you could use tools such as GraphicsMagick. After it's already in the PDF, try tools such as PDF Enhancer. Leonard

Re: [iText-questions] 1. Merge PDF and add Bookmark 2. How to merge PDF and Tiff?

2006-01-10 Thread bruno
Robin Zhao wrote: Hi Paulo, I am a new to jave. I have spend a lot time to try. But all fail. That's why I stopped answering your questions. You will only learn how to use Java and iText if you spend more time. I can't help it, but based on your previous questions and how you responded to the

RE: [iText-questions] 1. Merge PDF and add Bookmark 2. How to merge PDF and Tiff?

2006-01-10 Thread Robin Zhao
Hi Paulo, I am a new to jave. I have spend a lot time to try. But all fail. I merge x number PDF in dynamic PDF (not save to disk), then add bookmark to the dynamic PDF and show on browser. Do you think iText support this? If yes, how? Thanks, Robin From: "Paulo Soares" <[EMAIL PROTECTED]> To

RE: [iText-questions] 1. Merge PDF and add Bookmark 2. How to merge PDF and Tiff?

2006-01-10 Thread Paulo Soares
Have a look at the javadocs for SimpleBookmark. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Robin Zhao > Sent: Tuesday, January 10, 2006 6:23 AM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] 1. Merge PDF and add Bo

RE: [iText-questions] Acroforms and International Characters

2006-01-10 Thread Paulo Soares
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Sloan, Noah M > Sent: Monday, January 09, 2006 10:39 PM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] Acroforms and International Characters > > I am aware that iText c

RE: [iText-questions] JPEG-CMYK

2006-01-10 Thread Paulo Soares
You'll have to find other tool to do that. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Komal DinkarSent: Tuesday, January 10, 2006 8:04 AMTo: itext-questions@lists.sourceforge.netSubject: [iText-questions] JPEG-CMYK Dear       

[iText-questions] JPEG-CMYK

2006-01-10 Thread Komal Dinkar
Dear        How do we convert an image from rgb to cmyk.Does itextsharp have any method for this ?? Still I am unable to find any solution.I’ll be thankful to you if you provide any suggestion regarding this.   Thanking you Carrol