[iText-questions] Table Position

2003-02-19 Thread isha afisha
Hi, just wanna ask.. can we modify in PageEvent coding to return String or Integer example: public String onCloseDocument(PdfWriter writer, Document document) { } and How to set the table position in certain matrix. __ Selling? Buying? Do

RE: [iText-questions] load pdf in browser

2003-02-19 Thread Paulo Soares
It will never work (just by chance) using a PrintWriter. PDF is always a binary format even if sometimes look as text. Best Regards, Paulo Soares -Original Message- From: RAUL283 [SMTP:[EMAIL PROTECTED]] Sent: Tuesday, February 18, 2003 17:21 To: [EMAIL PROTECTED] Subject:

RE: [iText-questions] I can't see multiline form fields

2003-02-19 Thread Jubeau Gaëlle (Axen)
I am sorry, I don't understand very well. Do you have found a way I can use to correct this problem? Thanks Gaëlle Gaëlle JUBEAU AXEN - UCB Braine L'Alleud [EMAIL PROTECTED] -Original Message- From: Leonard Rosenthol [SMTP:[EMAIL PROTECTED]] Sent: Tuesday, February 18, 2003

RE: [iText-questions] I can't see multiline form fields

2003-02-19 Thread Paulo Soares
Yes, the problem is solved. I have ready a single line text field that takes the same parameters as in the Acrobat GUI, really easy to use and even does beveled borders. I'm now working on auto-sizing multiline text. I'll try to have a new version by Friday or Monday with this. Best Regards,

[iText-questions] how can I sav pdf forms?

2003-02-19 Thread Jubeau Gaëlle (Axen)
I am not able to save my pdf form files with Acrobat Reader. And I am wondering if there is a simple way (and free way) to save my document... Does someone have an idea? Thanks Gaëlle JUBEAU AXEN - UCB Braine L'Alleud Tél: 00 32 2 386 36 77 [EMAIL PROTECTED]

[iText-questions] Table split using XML/PDF - 2nd post

2003-02-19 Thread Isaac . Goldstein
Hi. I posted this question yesterday. Can someone please tell me if it's possible to prevent a table split using the XML to PDF feature? If not, is there some sort of wrokaround? Thank you. Isaac --- This SF.net email is sponsored by:

[iText-questions] Populating AcroForm Fields with Dynamic Data and Merging PDFS

2003-02-19 Thread Tony Costanzo
Hi- I was wondering if the following could be accomplished using iText: - Read the AcroForm fields of a pdf - Populate the fields with dynamic data - Redisplay the PDF with the AcroForm fields populated with the data - Repeat this process for several PDFs and merge them into one PDF

[iText-questions] Bookmarns

2003-02-19 Thread DReid
Good day, Is there anyway to create bookmarks in itext? Thanks, Deon

[iText-questions] license/copyright question

2003-02-19 Thread Will Wang
Hi Bruno Paulo, First thanks for putting out this neat product for everybody to use. You guys are great! I decided to use iText Java PDF library for one project in my company, primarily for merging pages and adding meta data. By reading the FAQ and email archive, my impression is, but

Re: [iText-questions] Anchor

2003-02-19 Thread Ricky M. Codizar
Hi! Just a bit of curiosity about the Anchor class. In the sample code below: Anchor anchor = new Anchor(this is a link); anchor.setName(LINK); anchor.setReference(http://www.lowagie.com;); What does the setName() method really do? I tried the sample code above and on my pdf document it

Re: [iText-questions] how can I sav pdf forms?

2003-02-19 Thread Leonard Rosenthol
At 3:58 PM +0100 2/19/03, Jubeau Gaëlle (Axen) wrote: I am not able to save my pdf form files with Acrobat Reader. And I am wondering if there is a simple way (and free way) to save my document... Does someone have an idea? If Reader could save, it would have been called Saver (Max Wyss)

RE: [iText-questions] Populating AcroForm Fields with Dynamic Dat a and Merging PDFS

2003-02-19 Thread Leonard Rosenthol
At 4:27 PM + 2/19/03, Paulo Soares wrote: Form filling and flatening will be available next month. And just a point of note, you WILL need to flatten in order to merge multiple PDF's with the same fields... Leonard --

[iText-questions] Servlet problem

2003-02-19 Thread Xiaojun Pan
Ihavefoundaproblemabout servlet whenIstudytheiTextwiththetutorial.Environment:itext0.96windows2Kjdk131weblogic6.1IE5.5sp2 Chap0105.java, CompileisOK.

[iText-questions] Question for Generating a Landscape pdf!

2003-02-19 Thread Robot robot
Hi, I want to ask how to use iText to generate a landscape pdf? Since it is default as portrait. Please advice. Thanks for your help! _ STOP MORE SPAM with the new MSN 8 and get 2 months FREE*

Re: [iText-questions] Question for Generating a Landscape pdf!

2003-02-19 Thread Bruno
Quoting Robot robot [EMAIL PROTECTED]: Hi, I want to ask how to use iText to generate a landscape pdf? Since it is default as portrait. Please advice. It's in the tutorial: PageSize.A4.rotate(); --- This SF.net email is sponsored by:

Re: [iText-questions] Anchor

2003-02-19 Thread Bruno
Quoting Ricky M. Codizar [EMAIL PROTECTED]: Hi! Just a bit of curiosity about the Anchor class. In the sample code below: Anchor anchor = new Anchor(this is a link); anchor.setName(LINK); anchor.setReference(http://www.lowagie.com;); What does the setName() method really do? I tried

Re: [iText-questions] Anchor

2003-02-19 Thread Ricky M. Codizar
Thanks a lot Bruno. (B (BUntil next time. (B (BBruno $B$5$s$O=q$-$^$7$?(B: (BQuoting "Ricky M. Codizar" [EMAIL PROTECTED]: (B (B Hi! (B (B Just a bit of curiosity about the Anchor class. In the sample code below: (B (B Anchor anchor = new Anchor("this is a link"); (B