[iText-questions] Re: StackOverFlowError

2005-08-05 Thread Paul
Paulo Soares consiste.pt> writes: > > Use the constructor PdfReader(RandomAccessOrArray, byte[]) or throw more > memory at your JVM. > > - Original Message - > From: "Paul" hotmail.com> > To: lists.sourceforge.net> > Sent: Friday, August 05, 2005 12:52 PM > Subject: [iText-questions

Re: [iText-questions] Document Properties

2005-08-05 Thread sreeram ramesh kumar
I figured out.   Thanks.sreeram ramesh kumar <[EMAIL PROTECTED]> wrote: Hi,   Is there a way of obtaining "Document Properties" from a pdf document using the API?   Attributes like PDF Producer, PDF Version, Application etc.   Thanks, Ramesh. Start your day with Yahoo! - make it your home page

[iText-questions] Document Properties

2005-08-05 Thread sreeram ramesh kumar
Hi,   Is there a way of obtaining "Document Properties" from a pdf document using the API?   Attributes like PDF Producer, PDF Version, Application etc.   Thanks, Ramesh. Start your day with Yahoo! - make it your home page

Re: [iText-questions] Question about checking off checkboxes in java

2005-08-05 Thread Paulo Soares
Are you sure the check value is not "Yes" or "On". Call AcroFields.getAppearanceStates() for the allowed values. - Original Message - From: "Chad Wheeler" <[EMAIL PROTECTED]> To: Sent: Friday, August 05, 2005 4:06 PM Subject: [iText-questions] Question about checking off checkboxes in ja

Re: [iText-questions] StackOverFlowError

2005-08-05 Thread Paulo Soares
Use the constructor PdfReader(RandomAccessOrArray, byte[]) or throw more memory at your JVM. - Original Message - From: "Paul" <[EMAIL PROTECTED]> To: Sent: Friday, August 05, 2005 12:52 PM Subject: [iText-questions] StackOverFlowError > I used iText 1.3 to encrypt pdf files. When the

RE: [iText-questions] How to convert PDF format to RTF format

2005-08-05 Thread Kao, Simon
Title: RE: [iText-questions] How to convert PDF format to RTF format Burno, Do you know how to make the alignment on the paragraph of RTF format ? I tried to use the space and tab inside the string to make the report alignment because the data length may be vary in each detail line Do you

[iText-questions] Question about checking off checkboxes in java

2005-08-05 Thread Chad Wheeler
How would I check off a checkbox in a PDF that has already been created?  Right now I am using this code form.setField("CheckYes", "true");  .  I type in my field name and I type in true for the value but this code does not work.  Does anyone have an answer to this problem?  Thank you.  

Re: [iText-questions] FW: iText-questions -- confirmation of subscription -- request 958475

2005-08-05 Thread bruno
Tekchandan.patel wrote: Hi I want take print out of multiple text file at once.I can do this but the print helper pop up window is coming as number of text files.But it should come at once or not at all. So for this I am planning to convert the text files into pdf files and will make single fil

[iText-questions] StackOverFlowError

2005-08-05 Thread Paul
I used iText 1.3 to encrypt pdf files. When the size of pdf files are big, say over 10MB, I got StackOverFlowError exception. I tried watermark and bookmark as well, they all got the same exception. How can this be fixed? --- SF.Net email is S

[iText-questions] FW: iText-questions -- confirmation of subscription -- request 958475

2005-08-05 Thread Tekchandan.patel
Hi I want take print out of multiple text file at once.I can do this but the print helper pop up window is coming as number of text files.But it should come at once or not at all. So for this I am planning to convert the text files into pdf files and will make single file.I will keep different

Re: Re: Re: Re: [iText-questions] Another problem

2005-08-05 Thread Paulo Soares
If you don't call ColumnText.go() nothing happens. - Original Message - From: <[EMAIL PROTECTED]> To: "Paulo Soares" <[EMAIL PROTECTED]> Sent: Friday, August 05, 2005 10:42 AM Subject: Re: Re: Re: Re: [iText-questions] Another problem Hallo Paulo, but it doesn't work. Could you have a

Re: [iText-questions] Add signatures in a existing blank signature

2005-08-05 Thread Paulo Soares
You didn't define the signature filter (PdfName.ADOBE_PPKLITE for example). You should read the PDF Reference to have a notion on how signatures work. Start with the examples in howtosign and replace one thing at a time. - Original Message - From: "Juan Sanchez" <[EMAIL PROTECTED]> To: <[

Re: [iText-questions] recolor vector image

2005-08-05 Thread Leonard Rosenthol
At 12:56 AM 8/5/2005, Blake wrote: An important aspect of this application is changing the color of existing single-color vector images. These images can be either from pdfs (i currently import vector images from pdfs using the PdfTemplate) or wmfs (i also import vector images from wmfs into the

Re: [iText-questions] Iamge path?

2005-08-05 Thread bruno
赵永慧(Nichole) wrote: > Image.getInstance(filename). > Can't the filename use relative path? See the first example on this page: http://itextdocs.lowagie.com/tutorial/objects/images/ The images are in the working directory of the JVM, so an absolute path wasn't needed. This is quite easy if you ha

[iText-questions] Iamge path?

2005-08-05 Thread 赵永慧(Nichole)
Image.getInstance(filename).   Can't the filename use relative path?== 赵永慧(Nichole) DO YOU YAHOO!? 雅虎免费G邮箱-中国第一绝无垃圾邮件骚扰超大邮箱

Re: [iText-questions] Add signatures in a existing blank signature

2005-08-05 Thread Juan Sanchez
Hi Paulo. Here the output : Before stp.close Error java.lang.IllegalArgumentException: Unknown filter: null java.lang.IllegalArgumentException: Unknown filter: null at com.lowagie.text.pdf.PdfSignatureAppearance.preClose(PdfSignatureAppearance.java:778) at com.lowagie.text.pdf.Pdf

Re: [iText-questions] Printing to a specific printer?

2005-08-05 Thread Hans-Werner Hilse
Hi, On Thu, 4 Aug 2005 15:24:18 -0400 "Kelly Moran" <[EMAIL PROTECTED]> wrote: > I am generating a series of pdf files using iText. I need to print them > in the background to various printers without opening the print dialog > or viewing the files. Can anyone tell me if I can do this and iText