Re: [iText-questions] Page By Page Rendering

2006-02-02 Thread Bruno Lowagie
Bharath wrote: Is there a Way to restrict the rendering of the pages at 25 a time rather tahn render 500 at once. That's up to you to program. You can keep the page count in a page event and write something that triggers the start of a new document every 25 pages. I don't have any example co

[iText-questions] URI popup - can it be done

2006-02-02 Thread John Lazenby
Hi all, I have an [optimistic] question around URL calls in pdf. using: PdfAction gotourl=new PdfAction().gotoRemotePage("http://x/ptions.htm","next",false,tr ue); canvas.setAction(gotourl,0f,0f,wi+0f,he+0f); I'm placing the pdf in an iframe, below another. The l

[iText-questions] Re: Re: Error when converting one-page tiff image to PDF.

2006-02-02 Thread SeungHyun Park
Thank you for testing my tiff file.   By the way, is the iText where the hack has been applied  JAVA version only?   I'm using iText.NET VS2003 version and iTextSharp on the Windows systems. I'm using VS2003 and I know that the installation of both VS2003 and VS2005 occurres some problems and I do

Re: [iText-questions] Detect PDF File

2006-02-02 Thread Paulo Soares
If the file starts with "%PDF-1." there a good chance that it is a pdf. - Original Message - From: "Dan McKeon" <[EMAIL PROTECTED]> To: Sent: Thursday, February 02, 2006 7:13 PM Subject: [iText-questions] Detect PDF File I am writing a program to convert an input file to PDF. Is th

Re: [iText-questions] Detect PDF File

2006-02-02 Thread Udo Rader
On Thu, 2006-02-02 at 13:13 -0600, Dan McKeon wrote: > > I am writing a program to convert an input file to PDF. Is there a > way to examine the input file to determine if it already is PDF? Depending on which environment you are working with, there are various options. The lowlevel approach is

[iText-questions] Detect PDF File

2006-02-02 Thread Dan McKeon
I am writing a program to convert an input file to PDF.  Is there a way to examine the input file to determine if it already is PDF? This message may contain confidential information intended only for the use of the  addressee(s) named above and may contain information that is legally privil

Re: [iText-questions] how to preselect a combo box item

2006-02-02 Thread Paulo Soares
I'll have to look at the pdf and the values you are setting. - Original Message - From: "Igor Kostic" <[EMAIL PROTECTED]> To: Sent: Thursday, February 02, 2006 5:17 PM Subject: [iText-questions] how to preselect a combo box item I have a combobox with item/exportValue pairs. I am tr

[iText-questions] how to preselect a combo box item

2006-02-02 Thread Igor Kostic
I have a combobox with item/exportValue pairs.I am trying to preselect an item using:   AcroFields flds = stamp.getAcroFields();flds.setField(comboBoxName, itemExportValue);stamp.close();   after opening this document in AR the item seems to be selected, but actualy is not - if the combobox gets

[iText-questions] similar: window.open(pathl,'name_window')

2006-02-02 Thread Andres Muñoyerro Pindado
I want to open a new window from a link (into a PDF), the problem is that the link goes to the same window. Anybody could tell me how can i open the link in a new window.   Thanks.   Andrés.

[iText-questions] Page By Page Rendering

2006-02-02 Thread Bharath
Is there a Way to restrict the rendering of the pages at 25 a time rather tahn render 500 at once.   Regards Bharah

[iText-questions] Page By Page Rendering

2006-02-02 Thread Bharath
Is there a way to linit the rendering of the page to say 25 pages at a time rather than 500 pages in a Single Shot to the PDF?   Regards Bharath

RE: [iText-questions] PDF to PNG (or JPEG)

2006-02-02 Thread Bill Ensley
Jpedal Multivalent www.apago.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Yann mL Sent: Tuesday, January 31, 2006 7:05 AM To: itext-questions@lists.sourceforge.net Subject: [iText-questions] PDF to PNG (or JPEG) Hello, Is there a way to generate

RE: [iText-questions] MultiColumnText next column or next page problem

2006-02-02 Thread Paulo Soares
Some code is required to reproduce the problem. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of raymond moesker > Sent: Thursday, February 02, 2006 3:58 PM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] MultiColumnText

[iText-questions] MultiColumnText next column or next page problem

2006-02-02 Thread raymond moesker
Some background info: I’m trying to add articles to a PDF file using the MultiColumnText class. This works fine. My problem is when an article starts at the almost end of a column it has to move to the next column or next page if it is the second column.   What I do: I’m opening a Document.(I

[iText-questions] RE: Error when converting one-page tiff image to PDF.

2006-02-02 Thread Paulo Soares
The problem is that your file doesn't include the required StripByteCounts tag. In other words, the file is broken; that it can be opened by other tools has nothing to do with the quality of the file itself. I've added an hack to iText to be able to read this kind of files, get it from the CVS. Pa

[iText-questions] Re: Please help: Set header and footer?

2006-02-02 Thread Bogdan
Thanks! --- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.

RE: [iText-questions] Barcode PDF417 with data in byte form

2006-02-02 Thread Paulo Soares
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Isabelle Flückiger > Sent: Thursday, February 02, 2006 12:03 PM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] Barcode PDF417 with data in byte form > > As we already ha

[iText-questions] Barcode PDF417 with data in byte form

2006-02-02 Thread Isabelle Flückiger
Hi, While generating PDF417-Barcodes out of data in byte format (using the method setText(byte[])), we encountered a problem: Everything went well if the data size was smaller than 900 bytes. For data bigger than 900 bytes there occurred sometimes the following error: java.lang.IndexOutOfBounds

[iText-questions] (no subject)

2006-02-02 Thread Isabelle Flückiger
Hi, While generating PDF417-Barcodes out of data in byte format (using the method setText(byte[])), we encountered a problem: Everything went well if the data size was smaller than 900 bytes. For data bigger than 900 bytes there occurred sometimes the following error: java.lang.IndexOutOfBou

RE: [iText-questions] problem opening pdf with attachment

2006-02-02 Thread Paulo Soares
Yes. > -Original Message- > From: Rynhard Roos [mailto:[EMAIL PROTECTED] > Sent: Thursday, February 02, 2006 9:15 AM > To: itext-questions@lists.sourceforge.net > Cc: Paulo Soares > Subject: RE: [iText-questions] problem opening pdf with attachment > > Thanks for your response Paulo. >

[iText-questions] eps/ps format

2006-02-02 Thread Martin Resch
hello, can anybody tell me the settings/features of an eps/ps file so it can be read by Image.getInstance() and placed in a document object? or a little howto generating one with correct settings in the mainly used programms (freehand, photoshop, illustrator, ...)? thank you!!! best regar

[iText-questions] Join two Rtf

2006-02-02 Thread David Rodríguez
Hi: Im using iText to transform XHTML to RTF. This part runs OK. Now i have to join one generated RTF with another RTF that was not generated via iText. Is there any way to manage these files? Thanks in advance. --- This SF.n

RE: [iText-questions] problem opening pdf with attachment

2006-02-02 Thread Rynhard Roos
Thanks for your response Paulo. Does this mean that I can't access the pdf at all, even if the certificate security only "protects" the attachments. -Original Message- From: Paulo Soares [mailto:[EMAIL PROTECTED] Sent: 02 February 2006 10:28 To: Rynhard Roos; itext-questions@lists.sourc

Re: [iText-questions] Join two Rtf

2006-02-02 Thread bruno
David Rodríguez wrote: Hi: Im using iText to transform XHTML to RTF. This part runs OK. Now i have to join one generated RTF with another RTF that was not generated via iText. Is there any way to manage these files? Not with iText. br, Bruno

RE: [iText-questions] existing PDF to com.lowagie.text.Document?

2006-02-02 Thread Kalra, Ashwani
I also struggled on problem. The solution that I am using Read the document, copy each page(using writer.getImportedPage) to new document and then write the new content using direct content. But remember it may lead to not very good design. Pdfs are Read only. Thanks Ashwani -Original Messa

[iText-questions] Re: existing PDF to com.lowagie.text.Document?

2006-02-02 Thread Bruno Lowagie
Mukund Srinivasan wrote: Hello, I intend to read and write to an existing PDF document using a "Document" (com.lowagie.text.Document) object over it. How do I achieve this? You don't. You don't understand the concept. Read the tutorial first, especially this chapter: http://itextdocs.lowagie

Re: [iText-questions] Re: Please help: Set header and footer?

2006-02-02 Thread bruno
Bogdan wrote: I have study the tutorial Then you have studied a tutorial that is obsolete. HeaderFooter isn't mentioned in the new tutorial http://itextdocs.lowagie.com/tutorial/ Use page events to add a header and footer. br, Bruno --- Thi

[iText-questions] existing PDF to com.lowagie.text.Document?

2006-02-02 Thread Mukund Srinivasan
Hello, I intend to read and write to an existing PDF document using a "Document" (com.lowagie.text.Document) object over it. How do I achieve this? Regards, Mukund S. * Disclaimer: The contents of this E-mail (including the contents

Re: [iText-questions] problem opening pdf with attachment

2006-02-02 Thread Paulo Soares
iText doesn't support certificate security. - Original Message - From: "Rynhard Roos" <[EMAIL PROTECTED]> To: Sent: Wednesday, February 01, 2006 9:55 PM Subject: [iText-questions] problem opening pdf with attachment Hi I have created a pdf document with a security policy that encry

[iText-questions] Re: Please help: Set header and footer?

2006-02-02 Thread Bogdan
I have study the tutorial, but I have problems when i try to insert an image to a footer. The image is put at the bigining of page under other pdf text. I use this code: private HeaderFooter getPdfFooter(){ HeaderFooter footer = null; Paragraph p = new Paragrap

Re: [iText-questions] iText Examples Source

2006-02-02 Thread bruno
Donthy Family wrote: Hi, I need to work offline to develop few programs for a Charity organization that I am trying to help with. I greatly appreciate if some one monitoring this e-mail a/c can send me a zip file with all of the examples source code. http://sourceforge.net/project/showfiles.p