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

2006-01-27 Thread SeungHyun Park
I have been developed Tiff2PDF program using iTextSharp and iText.NET. I made my program by referencing iText example codes. It works fine at multi-page tiff files, but error occurred at one-page tiff file. My code is based on the following sample code; //===

Re: [iText-questions] AcroFields properties question

2006-01-27 Thread Paulo Soares
It's safer to use PdfStamper.setFormFlattening(true). - Original Message - From: "Wooten, Bryan" <[EMAIL PROTECTED]> To: Sent: Friday, January 27, 2006 9:29 PM Subject: [iText-questions] AcroFields properties question First, thanks for previous help. I appreciate the timely response

[iText-questions] AcroFields properties question

2006-01-27 Thread Wooten, Bryan
First, thanks for previous help.  I appreciate the timely responses.   Here is the question, I have a WEB app that opens an existing PDF doc and pre-populates several Acrofields using setField() method.  This PDF is returned to the user. However at this point I need to make it so the use

[iText-questions] Generate PNG of PDF page

2006-01-27 Thread Richard Braman
Title: Message I ham trying to generate png images with 150% zoom for each page in a given form, whihc I have done using Acrobat SDK but want to do with itext.   I am using the dot net port of iText with c#.  I am new to parsing pdfs with iText, allthough I know that I should have to do the

RE: [iText-questions] Generate PNG of PDF page

2006-01-27 Thread Bill Ensley
Title: Message You can't do this with iText.   Try Multivalent or JPedal.   Also, have a look a www.apago.com.   -Bill From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Richard BramanSent: Friday, January 27, 2006 12:38 PMTo: itext-questions@lists.sourceforge.net'Subject: [iT

[iText-questions] Generate PNG of PDF page

2006-01-27 Thread Richard Braman
Title: Message I am trying to generate png images with 150% zoom for each page in a given form, whihc I have done using Acrobat SDK but want to do with itext.   I am using the dot net port of iText with c#.  I am new to parsing pdfs with iText, allthough I know that I should have to do the f

RE: [iText-questions] Problem with merging PDF forms

2006-01-27 Thread Paulo Soares
Fields with the same name but different type will vanish. You should rename the fields. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Luis Catalino > Sent: Friday, January 27, 2006 4:52 PM > To: itext-questions@lists.sourceforge.net > Subject:

RE: [iText-questions] reverse image

2006-01-27 Thread Paulo Soares
You know that a barcode with white bars instead of black bars won't work, don't you? > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of [EMAIL PROTECTED] > Sent: Friday, January 27, 2006 4:20 PM > To: itext-questions@lists.sourceforge.net > Subject:

[iText-questions] reverse image

2006-01-27 Thread sabrina . sarra
Hi, I'm trying to create a pdf containing a barcode, but a part of page is in reverse mode so I have to put the barcode in reverse mode. How can I do this? Thanks in advance Sabrina --- This SF.net email is sponsored by: Splunk Inc. Do you g

[iText-questions] Problem with merging PDF forms

2006-01-27 Thread Luis Catalino
I have a problem with merging PDF forms. I'm using the example CopyPdfFields.java, which uses the class PdfCopyFields.java. I send the class for you to see. I just added the lines: writer.addDocument(reader);                 if (reader.getJavaScript() != null)                     writer.addJavaScr

Re: [iText-questions] Allowing comments

2006-01-27 Thread Leonard Rosenthol
At 04:02 AM 1/27/2006, Steve Simpson (AVR IT Dept) wrote: I'm using iText to create PDF's that are then published onto a website. Users want the ability to add their own comments to the PDF and then republish the document. I can handle the republishing of the PDF but I can't get the PDF to al

Re: [iText-questions] Allowing comments

2006-01-27 Thread Vineet Reynolds
You'll need to set the document security permissions to allow commenting. I assume that it is disabled by default. Have a look at the PdfEncryptor class. On 1/27/06, Steve Simpson (AVR IT Dept) <[EMAIL PROTECTED]> wrote: > > > > All, > > > > I'm using iText to create PDF's that are then published

Re: [iText-questions] Form design tools (not Designer 7.0)

2006-01-27 Thread Leonard Rosenthol
At 05:32 PM 1/26/2006, David Woosley wrote: What's a good tool to use for designing Acro-field based PDF forms. I've read here that iText doesn't support Designer 7.0, and Acrobat itself is not very friendly. Word is cumbersome too. The forms will have static labels, text fields, lines, boxe

[iText-questions] Allowing comments

2006-01-27 Thread Steve Simpson (AVR IT Dept)
All,   I’m using iText to create PDF’s that are then published onto a website.  Users want the ability to add their own comments to the PDF and then republish the document.  I can handle the republishing of the PDF but I can’t get the PDF to allow users to add there own comments.   I’ve

RE: [iText-questions] X server

2006-01-27 Thread Paulo Soares
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Raji > Sent: Friday, January 27, 2006 5:02 AM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] X server > > Hi, > > Are there any known limitations when iText is used( with

RE: [iText-questions] Problems with text added to PDF when opened from Adobe Reade 7.0

2006-01-27 Thread Paulo Soares
You may also create a tagged pdf and in that case the cut and paste would always be correct no matter the font size. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of ROBSON REIS > Sent: Friday, January 27, 2006 9:30 AM > To: Jeff Buhrt > Cc: ite

[iText-questions] RE: Problems with iText

2006-01-27 Thread Paulo Soares
; -- > Email.it, the professional e-mail, gratis per te: > http://www.email.it/f > > Sponsor: > Solo 10 Euro per chiamare in tutto il mondo!! Scopri il > vantaggio di Email > Phone Card,clicca subito > Clicca qui: > http://adv.email.it/cgi-bin/foclick.cgi?

RE: [iText-questions] using itext to copy many files is causing problem

2006-01-27 Thread Paulo Soares
iText keeps the page tree and the xref in memory and doesn't merge images or fonts when they are the same in several files. Furthermore it has a limit of 2G for file size. The results you have are consistent with this behavior. By the way, 25000 files taking 25M is 1k per file; the other app does m

Re: [iText-questions] Problems with text added to PDF when opened from Adobe Reade 7.0

2006-01-27 Thread ROBSON REIS
Hi Jeff, Reducing the font size to 8 solve my problem. I do not know what is the the deafult font size. But it seems they were close becuase the size than Adobe 7 was not dealing ok with thisI do not have any problem with the same PDF in Adobe 6. I hope Adobe will not continue to change from

Re: [iText-questions] Form design tools (not Designer 7.0)

2006-01-27 Thread Vineet Reynolds
You can use Designer 7.0. Just make sure you produce iText compatible forms (non-XFA forms, atleast for the time being). On 1/27/06, David Woosley <[EMAIL PROTECTED]> wrote: > > What's a good tool to use for designing Acro-field based PDF forms. I've > read here that iText doesn't support Designe