[iText-questions] recolor vector image

2005-08-04 Thread Blake
Hello all, I've been working with itext a lot recently in a web application that combines vector images from pdfs along with some new text into a single pdf document, and everything works well (thanks paolo and bruno!) except for a single big issue. An important aspect of this application is chan

Re: [iText-questions] Question about 'fast web view' option

2005-08-04 Thread Paulo Soares
No, iText doesn't support linearizing. - Original Message - From: "Bill Murray" <[EMAIL PROTECTED]> To: Sent: Thursday, August 04, 2005 9:01 PM Subject: [iText-questions] Question about 'fast web view' option > Can the 'Allow Fast Web View' option be set in iText? > Thanks! > > Bill >

[iText-questions] Printing to a specific printer?

2005-08-04 Thread Kelly Moran
Hi All,   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 and if so how?   Thanks! Kelly

[iText-questions] Question about 'fast web view' option

2005-08-04 Thread Bill Murray
Can the 'Allow Fast Web View' option be set in iText? Thanks! Bill --- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Developme

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

2005-08-04 Thread Paulo Soares
ColumnText.addElement() - Original Message - From: <[EMAIL PROTECTED]> To: "Paulo Soares" <[EMAIL PROTECTED]> Sent: Thursday, August 04, 2005 1:52 PM Subject: Re: Re: Re: [iText-questions] Another problem Hallo Paulo, but in ColumnText there's only a "String"-phrase allowed not a phra

RE: [iText-questions] Question of iText (How to print the data in exactly location with RTF format)

2005-08-04 Thread Kao, Simon
Title: RE: [iText-questions] Question of iText (How to print the data in exactly location with RTF format) Bruno, How about the HTML format ? Can HTML print the data on the specific location of the blank paper ? Please help. Thanks, Simon -Original Message- From: bruno [mai

Re: [iText-questions] Question of iText (How to print the data in exactly location with RTF format)

2005-08-04 Thread Bruno Lowagie
Kao, Simon wrote: Bruno, How about the HTML format ? Can HTML print the data on the specific location of the blank paper ? Plain HTML: no Dynamic Html: probably HTML with CSS: in some cases But as with RTF, HTML is not a format that was designed to define a layout. Again the analogy with bi

Re: [iText-questions] Merging Pages erase fields

2005-08-04 Thread Rafael Afonso
Hello: I did tour suggestion to rename the fields and it works. I change only generatePages method: private byte[] generatePages(int numPage) throws IOException, DocumentException { ByteArrayOutputStream baos = new ByteArrayOutputStream(); // we create a reader

Re: [iText-questions] Adding an Image on all pages in the pdf

2005-08-04 Thread Krishna Kishore .J
Hi Paulo, Thanks for your valuable input. Regards Krishna Kishore - Original Message - From: "Paulo Soares" <[EMAIL PROTECTED]> To: "Krishna Kishore .J" <[EMAIL PROTECTED]>; Sent: Wednesday, August 03, 2005 9:07 PM Subject: Re: [iText-questions] Adding an Image on all pages in the pdf

Re: [iText-questions] PDF Bookmark Issue

2005-08-04 Thread jglucky
Thanks I figured out what I was doing incorrect. Thanks for the help. Thank you, Jyran Glucky Advisory Programmer BlueWare, Inc. Strategic HealthWare Solutions 3060 W. 13th Street Cadillac, MI 49601 Phone: (231) 779-0224 ext. 111 Fax: 231-779-1002 mailto:[EMAIL PROTECTED] http://www.blueware.ne

Re: [iText-questions] Including font in itext..

2005-08-04 Thread bruno
Chinmay wrote: Hi , I am using itext version 1.3.1 for generating pdf. I want to know , how to include "Arial" font in itext ? http://itextdocs.lowagie.com/tutorial/fonts/getting/#files In the example replace the path to comic.ttf with arial.ttf. br, Bruno ---

Re: Re: [iText-questions] Another problem

2005-08-04 Thread Paulo Soares
Use ColumnText and PdfStamper. To concatenate and change you'll need to use PdfCopy to concatenate and PdfStamper to add text, images, etc. - Original Message - From: <[EMAIL PROTECTED]> To: "Paulo Soares" <[EMAIL PROTECTED]> Sent: Thursday, August 04, 2005 8:17 AM Subject: Re: Re: [iText

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

2005-08-04 Thread Paulo Soares
Look for: byte[] ssig = sig.getEncodedPKCS7(); Put your PKCS#7 in ssig. - Original Message - From: "Juan Sanchez" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; Sent: Thursday, August 04, 2005 8:53 AM Subject: Re: [iText-questions] Add signatures in a existing blank signature > Hi Paul

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

2005-08-04 Thread Paulo Soares
What's the stack trace? - Original Message - From: "Juan Sanchez" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; Sent: Thursday, August 04, 2005 10:07 AM Subject: Re: [iText-questions] Add signatures in a existing blank signature > > Hi Paulo > > Another question about blank signatures.

[iText-questions] Including font in itext..

2005-08-04 Thread Chinmay
Hi ,     I am using itext version 1.3.1 for generating pdf.     I want to know , how to include "Arial" font in itext ?   regards, Chinmay K    

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

2005-08-04 Thread Juan Sanchez
Hi Paulo Another question about blank signatures. I test with the code sample from the question [iText-questions] Adding Blank Signature Field gives problem , but the program return me an error in the close function stp.close(); As you commented I put the same code used in the AcroForm.AddSi

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

2005-08-04 Thread bruno
Simon Kao wrote: Hi All, Did anybody know how to conecrt the PDF format to RTF format in iText ? The same question as before, but phrased differently. Just for the sake of completeness: iText doesn't do PDF to 'XYZ' conversion. br, Bruno ---

Re: [iText-questions] need italics letter in Rtf files.

2005-08-04 Thread bruno
Kailash Nath Jha wrote: Hi Team Members, I am developing .rtf files using itext.jar. I have to make some word as italics. I am using RtfFont i.e. RtfFont rFont = new RtfFont("Arial",10,1); It is working fine but how can we make the word Italics.. with this Go to C://windows/fonts (or an a

Re: [iText-questions] Question of iText (How to print the data in exactly location with RTF format)

2005-08-04 Thread bruno
Kao, Simon wrote: Mark, This is Simon Kao. I am using the iText and I got a question regarding the RTF format. We would like to convert the PDF file to RTF format but I don't know what kind of RTF API can print the report data in specific position. RTF is not like PDF. You can't really de

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

2005-08-04 Thread Simon Kao
Hi All, Did anybody know how to conecrt the PDF format to RTF format in iText ? Basically, I passed the cb into function to print the detail report. Ir works for PDF formaT but I don't know know how to convert it to RTF format. Especially the detail report need to print on exactly postion of A4 p

[iText-questions] need italics letter in Rtf files.

2005-08-04 Thread Kailash Nath Jha
Hi Team Members,   I am developing .rtf files using itext.jar. I have to make some word as italics. I am using RtfFont i.e. RtfFont rFont = new RtfFont("Arial",10,1); It is working fine but how can we make the word Italics.. with this   Any suggestion...   Kailash Nath JhaIndia How much free phot

[iText-questions] Question of iText (How to print the data in exactly location with RTF format)

2005-08-04 Thread Kao, Simon
Title: Question of iText (How to print the data in exactly location with RTF format) Mark, This is Simon Kao. I am using the iText and I got a question regarding the RTF format. We would like to convert the PDF file to RTF format but I don't know what kind of RTF API can print the report

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

2005-08-04 Thread Juan Sanchez
Hi Paulo. Can you reference me to the example that insert external pkcs7 into the signature value that you comment ? Many thanks. From: "Paulo Soares" <[EMAIL PROTECTED]> Reply-To: "Paulo Soares" <[EMAIL PROTECTED]> To: "Juan Sanchez" <[EMAIL PROTECTED]>, Subject: Re: [iText-questions] A

Re: [iText-questions] Downloading the tutorial

2005-08-04 Thread bruno
Dovlecel Alexandru Ovidiu wrote: Hi all, I am planning to use iText, and it would be extremely helpful if I can download the tutorial. (the one located at http://itextdocs.lowagie.com/tutorial/ ). Or build it somehow (I have seen a build.xml file, but it points to a directory that is not pr

Re: [iText-questions] html to pdf

2005-08-04 Thread bruno
Hans-Werner Hilse wrote: I recently had a conversation about this on the Gentoo Linux mailing lists. There are two things I can suggest: #1: Use HTML2PS, it's pretty good for creating longish documents from HTML. #2: Use a browser that prints a better layout. You can e.g. script mozilla t