RE: [iText-questions] MSword to PDF using iText.jar

2002-12-02 Thread Paulo Soares
iText doesn't convert Word to PDF. Best Regards, Paulo Soares -Original Message- From: namal ubhayawardana [SMTP:[EMAIL PROTECTED]] Sent: Monday, December 02, 2002 11:33 To: [EMAIL PROTECTED] Subject: [iText-questions] MSword to PDF using iText.jar I need to convert word

RE: [iText-questions] Help me! Read pdf files!

2002-12-03 Thread Paulo Soares
You can't. Best Regards, Paulo Soares -Original Message- From: HUYNH Huu Hung [SMTP:[EMAIL PROTECTED]] Sent: Monday, December 02, 2002 19:50 To: [EMAIL PROTECTED] Subject: [iText-questions] Help me! Read pdf files! Dear, I want to read paragraph in pdf files and insert

RE: [iText-questions] Printing PDF Documents in Web

2002-12-03 Thread Paulo Soares
That's the way the Acrobat plug-in works. Best regards, Paulo Soares -Original Message- From: Sameer Karkhanis [SMTP:[EMAIL PROTECTED]] Sent: Tuesday, July 24, 2001 4:25 To: [EMAIL PROTECTED] Subject: [iText-questions] Printing PDF Documents in Web Hi I'm

RE: [iText-questions] OutOfMemoryError

2002-12-03 Thread Paulo Soares
The images are always converted to an RGB array and only then eventually converted to bw and compressed. It will always need a lot of memory, even if breafly. The solution depends on the initiall format, PNG can be inserted with the same file size. Best Regards, Paulo Soares -Original

RE: [iText-questions] Regarding Chinese Characters

2002-12-03 Thread Paulo Soares
, Paulo Soares -Original Message- From: SRIDHARAN Aravind [SMTP:[EMAIL PROTECTED]] Sent: Tuesday, December 03, 2002 9:22 To: '[EMAIL PROTECTED]' Subject: [iText-questions] Regarding Chinese Characters Hi All, I have followed the instructions provided in the tutorial

RE: [iText-questions] OutOfMemoryError

2002-12-03 Thread Paulo Soares
or using progressive compression or some other trick. In any case, this image sizes are far from trivial and will always require non trivial memory with custom made code. Best Regards, Paulo Soares -Original Message- From: Aaron Kelley [SMTP:[EMAIL PROTECTED]] Sent: Tuesday, December 03

RE: [iText-questions] pdfTable problems

2002-12-05 Thread Paulo Soares
That's the way it works. It's documented in the javadocs for PdfPTable. Best Regards, Paulo Soares -Original Message- From: Friedhelm Matten [SMTP:[EMAIL PROTECTED]] Sent: Thursday, December 05, 2002 3:49 To: [EMAIL PROTECTED] Subject: [iText-questions] pdfTable problems

RE: [iText-questions] speed question

2002-12-05 Thread Paulo Soares
such as courier and place the text with PdfContentByte but it won't make a good looking bill. A C based library will be 10X faster (and commercial) and www.pdflib.com comes to my mind. Note that what you get is basically the same in PdfContentByte, no fancy layouts. Best Regards, Paulo Soares

RE: [iText-questions] using templates

2002-12-06 Thread Paulo Soares
that appears in all the pages. 3 - the bill detail. Best Regards, Paulo Soares -Original Message- From: Bruno [SMTP:[EMAIL PROTECTED]] Sent: Friday, December 06, 2002 10:22 To: Martin Hellat Cc: [EMAIL PROTECTED] Subject: Re: [iText-questions] using templates Quoting

RE: [iText-questions] Is anyone from Poland or Turkey?

2002-12-06 Thread Paulo Soares
please) and the way you are defining the font. Best Regards, Paulo Soares -Original Message- From: SRIDHARAN Aravind [SMTP:[EMAIL PROTECTED]] Sent: Friday, December 06, 2002 4:21 To: '[EMAIL PROTECTED]' Subject: [iText-questions] Is anyone from Poland or Turkey? Hi All, I am

RE: [iText-questions] Bookmarks and Tagged PDF

2002-12-07 Thread Paulo Soares
Bookmarks are fully supported, tagged pdf no. Best Regards, Paulo Soares -Original Message- From: Paul Winder [SMTP:[EMAIL PROTECTED]] Sent: Friday, December 06, 2002 23:49 To: [EMAIL PROTECTED] Subject: [iText-questions] Bookmarks and Tagged PDF Does iText support

RE: [iText-questions] PDF metadata

2002-12-07 Thread Paulo Soares
get back I'll prepare something to get you starting. Best Regards, Paulo Soares -Original Message- From: Matt Benson [SMTP:[EMAIL PROTECTED]] Sent: Friday, December 06, 2002 22:54 To: Paulo Soares; itext-questions Subject: RE: [iText-questions] PDF metadata Paulo, do you have

Re: [iText-questions] PdfPTable question

2002-12-10 Thread Paulo Soares
If you want speed you won't have all the nice funcionalities. You can place all the text at absolute positions and draw yourself the lines if the bills are all of the same kind. Best Regards, Paulo Soares --- Martin Hellat [EMAIL PROTECTED] wrote: Hi, I did like you guys suggested with my bill

Re: [iText-questions] PdfPTable on last page

2002-12-10 Thread Paulo Soares
It depends on how you are generating the detail. If it's a Paragraph you can add a last empty Paragraph and the the position with a page event. If it's a PdfPTable you can get the position with a table event and if it's a Table it can't be done (directly). Best Regards, Paulo Soares --- Sam

Re: [iText-questions] PDF Table bleed to margine, and cell top margine

2002-12-10 Thread Paulo Soares
You did what you can do with Table. With PdfPTable you have control of each margin padding individually, allowing you to have a negative padding at the top to pull the first line up. Note that padding can also be fractional. Best Regards, Paulo Soares --- Richard Keene [EMAIL PROTECTED] wrote: I

Re: [iText-questions] chinese fonts encoding

2002-12-10 Thread Paulo Soares
You must use 'simsun.ttc,0' with 'Identity-H'. Use other index for other fonts inside the ttc. Best Regards, Paulo Soares --- Victor Lam [EMAIL PROTECTED] wrote: Hi, My windows OS has installed a Traditional chinese True Type Fonts 'simsun.ttc' and use iText via a Java report generator

Re: [iText-questions] hypenation, lists

2002-12-10 Thread Paulo Soares
The last version has hyphenation temporarily removed from ColumnText because of the introduction of bidi support. The next version will restore it and add a few other goodies. If you need it now use the version before the last. Best Regards, Paulo Soares --- Friedhelm Matten [EMAIL PROTECTED

Re: [iText-questions] Re: iText bug

2002-12-10 Thread Paulo Soares
I wish I was on holidays but it's work unfortunately and to make it even worse it's freezing cold in London. The only fix for FontFactory I have is for the ttc fonts but I'll include this one too. Best Regards, Paulo Soares --- Bruno [EMAIL PROTECTED] wrote: I forward this to the mailing list so

Re: [iText-questions] PDF with iText

2002-12-10 Thread Paulo Soares
No exceptions thrown? Aren't you transfering the pdf elsewhere in text mode instead of binary? Best Regards, Paulo Soares --- [EMAIL PROTECTED] wrote: Hi everybody, i made pdfs with itext with no problems, and let it run on an windows2000 pc. now i put the prog to an linux pc and it's

Re: [iText-questions] Question about ContentByte vs chunks

2002-12-12 Thread Paulo Soares
You can use ColumnText to place Paragraphs at precise positions. Bruno's suggestion is the best one to use. Try it first and if it doesn't suit you try with ColumnText. Best Regards, Paulo Soares - Original Message - From: Bruno Lowagie [EMAIL PROTECTED] To: Kenny G. Dubuisson, Jr

Re: [iText-questions] Get text from a cell in a pdftable

2002-12-12 Thread Paulo Soares
You can't. You'll have to keep by yourself a reference to the cell or an indication that the cell is empty. You may sub-class PdfPTable to keep the info and do a cast in PdfPTableEvent to get the info. Best Regards, Paulo Soares - Original Message - From: Joao Mello [EMAIL PROTECTED

Re: [iText-questions] Converting an existing PDF to support Unicode Fonts

2002-12-12 Thread Paulo Soares
Unless the report writer supports Unicode there's nothing that can be done afterwards. There's a report writer called jasperreports that supports Unicode and as far as I know was already used to produce reports in chinese and russian. Best Regards, Paulo Soares - Original Message - From

Re: [iText-questions] Placing GIF's and JPEG's using ContentByte

2002-12-12 Thread Paulo Soares
are always safe and Pngs will work if they are not progressive. Best Regards, Paulo Soares - Original Message - From: Matt Benson [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, December 12, 2002 21:02 Subject: Re: [iText-questions] Placing GIF's and JPEG's using ContentByte

RE: [iText-questions] Placing GIF's and JPEG's using ContentByte

2002-12-13 Thread Paulo Soares
You can use png instead of gif. All the browsers will read them. Best Regards, Paulo Soares -Original Message- From: Kenny G. Dubuisson, Jr. [SMTP:[EMAIL PROTECTED]] Sent: Thursday, December 12, 2002 22:40 To: [EMAIL PROTECTED] Subject: Re: [iText-questions] Placing GIF's

RE: Re: [iText-questions] iText bookmark and link problem

2002-12-13 Thread Paulo Soares
fails? Send me privately a pdf that fails so that I can reproduce the problem here. Best Regards, Paulo Soares -Original Message- From: Jochen Stuempfig [SMTP:[EMAIL PROTECTED]] Sent: Friday, December 13, 2002 12:26 To: 'Paulo Soares'; [EMAIL PROTECTED] Subject: AW: Re: [iText

RE: [iText-questions] Any way to control PdfPCell borders on a side-by-side basis

2002-12-14 Thread Paulo Soares
PdfPCell.setBorder(Rectangle.LEFT + Rectangle.RIGHT) Best Regards, Paulo Soares -Original Message- From: Kenny G. Dubuisson, Jr. [SMTP:[EMAIL PROTECTED]] Sent: Friday, December 13, 2002 20:21 To: [EMAIL PROTECTED] Subject: [iText-questions] Any way to control PdfPCell borders

Re: [iText-questions] how to handle lists and text

2002-12-15 Thread Paulo Soares
Lists don't work with ColumnText. If you are placing all the text with ColumnText you can place the bullet and then a column of text next to it. Next version will support lists, it's nothing compared with the work I'm having with tabs. Best Regards, Paulo Soares - Original Message - From

Re: [iText-questions] forms and buttons

2002-12-15 Thread Paulo Soares
There are samples to create pdf forms, look around for PdfAcroForm. The information can be sent as an FDF (only way with Acrobat Reader). Parsing an FDF is not realy difficult and you can use the classes PRTokeniser and PdfReader to aid you. Best Regards, Paulo Soares - Original Message

RE: [iText-questions] put pages together problem - fonts inside all pages

2002-12-16 Thread Paulo Soares
I don't understand the question. What do you want to do exactly? Best Regards, Paulo Soares -Original Message- From: Friedhelm Matten [SMTP:[EMAIL PROTECTED]] Sent: Sunday, December 15, 2002 19:16 To: [EMAIL PROTECTED] Subject: [iText-questions] put pages together problem

RE: RE: [iText-questions] put pages together problem - fonts inside a ll pages

2002-12-16 Thread Paulo Soares
So, this is an Acrobat problem. Get me a couple of pdfs and the exact way you are appending them to see if I can think of an workaround. Best Regards, Paulo Soares -Original Message- From: Friedhelm Matten [SMTP:[EMAIL PROTECTED]] Sent: Monday, December 16, 2002 10:33 To: [EMAIL

Re: [iText-questions] using page spanning PdfPTables and onEndPage Events

2002-12-16 Thread Paulo Soares
You have to put the PdfPTable in the header and footer at absolute positions. If you add it with Document.add() it will disturb the big table that is currently drawing. Best Regards, Paulo Soares - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, December 16

Re: [iText-questions] java.io.IOException: PDF header signature not found.

2002-12-16 Thread Paulo Soares
You can put some trace at PRTokeniser.checkPdfHeader() and see what's seeing. It may be a network problem, file permissions or something else. It's not iText, though. Best Regards, Paulo Soares - Original Message - From: Addesa, Michael [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent

Re: [iText-questions] about PdfFormField.setUserName()

2002-12-16 Thread Paulo Soares
It needs methods to write Unicode as in the values. It will fail if (Bsubmitting as html but will probably work in FDF. Another thing to do. (B (BBest Regards, (BPaulo Soares (B (B- Original Message - (BFrom: "KuMi" [EMAIL PROTECTED] (BTo: [EMAIL PROTECTED] (BSent: Monday,

Re: [iText-questions] Dash Grid Lines and File Size

2002-12-18 Thread Paulo Soares
That problem is being addressed. See https://sourceforge.net/forum/message.php?msg_id=1797742. Best Regards, Paulo Soares - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, December 18, 2002 21:11 Subject: [iText-questions] Dash Grid Lines and File Size

Re: [iText-questions] outlines in iText

2002-12-19 Thread Paulo Soares
to accomplish this? The outline is tied to the document. You'll have to duplicate the outlines in all the documents. Best Regards, Paulo Soares Thanks for your time. -- Prasad Vishnubhotla = __ Do you Yahoo!? Yahoo! Mail Plus

Re: [iText-questions] support PdfPTable

2002-12-19 Thread Paulo Soares
Are you setting the table width? I'm sure an exception is being thrown. Best Regards, Paulo Soares - Original Message - From: Fredrik Nilsson [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, December 19, 2002 9:29 Subject: [iText-questions] support PdfPTable Hi, I use

Re: [iText-questions] PdfTemplate question

2002-12-19 Thread Paulo Soares
with that? and final question, what size is A4 format paper, i mean if i would like to make a template the size of the whole document? See PageSize.java. Best Regards, Paulo Soares Thanks, Martin. _ The new MSN 8

Re: [iText-questions] PdfPTable question

2002-12-19 Thread Paulo Soares
moveTo and lineTo. - Original Message - From: Martin Hellat [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, December 19, 2002 10:18 Subject: Re: [iText-questions] PdfPTable question Paulo Soares wrote: If you want speed you won't have all the nice funcionalities. You can

Re: [iText-questions] bookmark list

2002-12-19 Thread Paulo Soares
No, you can build the bookmarks yourself with the class PdfOutline. Best Regards, Paulo Soares - Original Message - From: Jianhua Jin [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, December 19, 2002 15:52 Subject: [iText-questions] bookmark list Are chapters and sections

Re: [iText-questions] support PdfPTable

2002-12-19 Thread Paulo Soares
If the blank pdf is not too big (I'm on a GSM phone today) send it privately to me. We'll see what to do after that. Best,Regards Paulo Soares - Original Message - From: Fredrik Nilsson [EMAIL PROTECTED] To: Paulo Soares [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Thursday, December 19

Re: [iText-questions] Template

2002-12-19 Thread Paulo Soares
Your page code is supposed to go into a page event... Best Regards, Paulo Soares - Original Message - From: Collenghi, Ruggero [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, December 19, 2002 16:23 Subject: [iText-questions] Template I'm trying to use PdfTemplate

Re: [iText-questions] bookmark list

2002-12-19 Thread Paulo Soares
Yes, if you are generating the document. If it's a PdfReader it can be done but it's not easy yet, I'm working on a friendly interface for it. Best Regards, Paulo Soares - Original Message - From: Shahzad Latif [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, December 19, 2002 16

Re: [iText-questions] support PdfPTable

2002-12-19 Thread Paulo Soares
How do you know if the problem is with iText ot the jsp/browser? The first step is always to generate the pdf to a local file in the server to see where the problem is. Best Regards - Original Message - From: Fredrik Nilsson [EMAIL PROTECTED] To: Paulo Soares [EMAIL PROTECTED]; [EMAIL

Re: [iText-questions] BaseFont - encoding

2002-12-19 Thread Paulo Soares
- Original Message - From: David Thielen [EMAIL PROTECTED] To: itext [EMAIL PROTECTED] Sent: Thursday, December 19, 2002 19:37 Subject: [iText-questions] BaseFont - encoding Hi; Two questions: 1. What are the possible encoding vlause All the supported java encodings (depends on

Re: [iText-questions] PdfContentByte.setTextMatrix - units, 0,0, and text position

2002-12-19 Thread Paulo Soares
- Original Message - From: David Thielen [EMAIL PROTECTED] To: itext [EMAIL PROTECTED] Sent: Thursday, December 19, 2002 19:11 Subject: [iText-questions] PdfContentByte.setTextMatrix - units, 0,0, and text position Hi; When calling PdfContentByte.setTextMatrix, a couple of questions

Re: [iText-questions] PdfContentByte.setTextMatrix - units, 0,0, and text position

2002-12-20 Thread Paulo Soares
Margins on paper depends on the printer and the selection of Acrobat print-to-fit. Best Regards, Paulo Soares - Original Message - From: David Thielen [EMAIL PROTECTED] To: itext [EMAIL PROTECTED] Sent: Thursday, December 19, 2002 21:47 Subject: Re: [iText-questions

Re: [iText-questions] Creating Font

2002-12-20 Thread Paulo Soares
can check for fonts in c:\winnt\fonts or c:\windows\fonts and you'll catch 99.99% of the cases. Best Regards, Paulo Soares - Original Message - From: Rajeev Mancheril [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, December 19, 2002 21:41 Subject: [iText-questions] Creating Font

Re: [iText-questions] PdfContentByte.setTextMatrix - units, 0,0, and text position

2002-12-20 Thread Paulo Soares
Uncheck the boxes shrink/expand pages to paper size. Size will also vary with the accuracy of the printer driver. Best Regards, Paulo Soares - Original Message - From: David Thielen [EMAIL PROTECTED] To: itext [EMAIL PROTECTED] Sent: Friday, December 20, 2002 17:40 Subject: Re: [iText

Re: [iText-questions] Draw routine for pdftable

2002-12-24 Thread Paulo Soares
, even better for the whole document, this would be the best. I didn't understand anything about what you have or want to do. Best Regards, Paulo Soares Thank you, João Mello __ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up

Re: [iText-questions] DocBook, FOP, Itext leads to no links and no Bookmarks

2002-12-24 Thread Paulo Soares
There are ways to keep all the doc structure when encrypting. See http://www.geocities.com/itextpdf/encrypt_pdf.zip. It can easily be changed to have a modified info dictionarie but not to have watermarks. Best Regards, Paulo Soares - Original Message - From: Stephan Wiesner [EMAIL

Re: [iText-questions] LABELS AND MARGINS!!!!!!

2002-12-24 Thread Paulo Soares
There's no magic recipe, it depends on the printer, the drivers and the printing application (probably Acrobat or GS). There was a thread on this in the Forum also with a Zebra printer. Maybe you would like to contact the user and see what happened. Best Regards, Paulo Soares - Original

[iText-questions] Re: number of pages

2002-12-24 Thread Paulo Soares
PdfWriter.getPageNumber() - Original Message - From: prashant kakani [EMAIL PROTECTED] To: Paulo Soares [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Tuesday, December 24, 2002 20:45 Subject: number of pages Dear iText developers, Can anybody tell me how i can find the number

Re: [iText-questions] Any progress on setVerticalAlignment()?

2002-12-24 Thread Paulo Soares
PdfPTable has no problems on nesting tables as long you only use PdfPTable. Best Regards, Paulo Soares - Original Message - From: Andy Lee [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, December 24, 2002 20:44 Subject: [iText-questions] Any progress on setVerticalAlignment

Re: FW: [iText-questions] DocBook, FOP, Itext leads to no links and no Bookmarks

2002-12-25 Thread Paulo Soares
An equivalent to document.addCreator() can be done easily but not watermarks. Well, to be fair, watermarks can be done but you must know the pdf specs very well, it's not already done. Best Regards, Paulo Soares - Original Message - From: Stephan Wiesner [EMAIL PROTECTED] To: [EMAIL

Re: FW: [iText-questions] DocBook, FOP, Itext leads to no links and no Bookmarks

2002-12-26 Thread Paulo Soares
This code will take care of the info in encryption. Best Regards, Paulo Soares - Original Message - From: Stephan Wiesner [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, December 26, 2002 6:04 Subject: Re: FW: [iText-questions] DocBook, FOP, Itext leads to no links

Re: [iText-questions] Create PDF and text file at a time

2002-12-26 Thread Paulo Soares
It could be done with a text writer. Copy the HtmlWriter code, rename it and process just the text. Best Regards, Paulo Soares - Original Message - From: VK [EMAIL PROTECTED] To: itext itext [EMAIL PROTECTED] Sent: Thursday, December 26, 2002 7:42 Subject: [iText-questions] Create PDF

[iText-questions] Re: Regarding Paragraph... plz help

2002-12-27 Thread Paulo Soares
Use BaseFont.getWidthPoint(). Best Regards, Paulo Soares - Original Message - From: prashant kakani [EMAIL PROTECTED] To: Paulo Soares [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Thursday, December 26, 2002 21:40 Subject: Regarding Paragraph... plz help Dear iText Developers

Re: [iText-questions] Is that possible to generate image (.jpg, .png) files from iText?

2003-01-04 Thread Paulo Soares
It's not possible with iText. Use ghostscript. Best Regards, paulo Soares - Original Message - From: Gao, Bo [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, January 04, 2003 1:12 Subject: [iText-questions] Is that possible to generate image (.jpg, .png) files from iText? Hi

RE: [iText-questions] How to Generate non editable Pdf?

2003-01-06 Thread Paulo Soares
Make sure you are using 40 bit encryption and not 128. Best Regards, Paulo Soares -Original Message- From: Pritam Dewan [SMTP:[EMAIL PROTECTED]] Sent: Monday, January 06, 2003 12:29 To: [EMAIL PROTECTED] Subject: [iText-questions] How to Generate non editable Pdf? Thank

[iText-questions] New release itext-paulo-107

2003-01-06 Thread Paulo Soares
this at: http://www.geocities.com/itextpdf Best Regards, Paulo Soares --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf ___ iText-questions mailing list [EMAIL

Re: [iText-questions] Outline tree viewer preferences

2003-01-06 Thread Paulo Soares
Read the javadocs for the PdfOutline constructors such as: public PdfOutline(PdfOutline parent, PdfDestination destination, String title, boolean open) Hint: 'open' is the contrary of CLOSED I didn't want to say this but I think that RTFM is in order here. Best Regards, Paulo Soares

RE: [iText-questions] table, cell, backgroundcolor and offset

2003-01-07 Thread Paulo Soares
(); resetGrayFill(); } Best Regards, Paulo Soares -Original Message- From: sébastien laforet [SMTP:[EMAIL PROTECTED]] Sent: Tuesday, January 07, 2003 9:42 To: [EMAIL PROTECTED] Subject: [iText-questions] table, cell, backgroundcolor and offset hello, when using a Table

RE: [iText-questions] About form field

2003-01-07 Thread Paulo Soares
That's the way form fields work in Reader, you have to duplicate the behavior in the stream. The full Acrobat has an annotation handler that can get by without the stream. For the password you need to set the flags: PdfFormField.setFieldFlags(PdfFormField.FF_PASSWORD); Best Regards, Paulo

RE: [iText-questions] Multiple spaces in HTML

2003-01-07 Thread Paulo Soares
You can try to use the character \u00a0 instead of the space and see if it works. Best Regards, Paulo Soares -Original Message- From: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]] Sent: Tuesday, January 07, 2003 10:48 To: [EMAIL PROTECTED] Subject: [iText-questions] Multiple

RE: [iText-questions] About form field

2003-01-08 Thread Paulo Soares
It's setFieldFlags not setFlags. Best Regards, Paulo Soares -Original Message- From: Kumata Mitsugu [SMTP:[EMAIL PROTECTED]] Sent: Wednesday, January 08, 2003 7:43 To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: [iText-questions] About form field Thank you Phillip

RE: [iText-questions] About form field

2003-01-08 Thread Paulo Soares
I'll update it. Best Regards, Paulo Soares -Original Message- From: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]] Sent: Wednesday, January 08, 2003 5:41 To: [EMAIL PROTECTED] Subject: Re: [iText-questions] About form field About password field; I added the folllowing code

RE: [iText-questions] Watermark and annotations

2003-01-08 Thread Paulo Soares
That error happens if you placed an annotation for, say, page 10 but your document only has 9 pages. A look at a short snippet of your code would be helpful. Best Regards, Paulo Soares -Original Message- From: Collenghi, Ruggero [SMTP:[EMAIL PROTECTED]] Sent: Wednesday, January 08

RE: [iText-questions] Watermark and annotations

2003-01-08 Thread Paulo Soares
Before closing the document do document.removeWatermark(). A page event solution is more robust. Best Regards, Paulo Soares -Original Message- From: Collenghi, Ruggero [SMTP:[EMAIL PROTECTED]] Sent: Wednesday, January 08, 2003 15:37 To: '[EMAIL PROTECTED]' Subject: Re: [iText

RE: [iText-questions] Template Concept supported in iText?

2003-01-09 Thread Paulo Soares
The answer is yes to all. Best Regards, Paulo Soares -Original Message- From: Pritam Dewan [SMTP:[EMAIL PROTECTED]] Sent: Thursday, January 09, 2003 10:27 To: [EMAIL PROTECTED] Subject: [iText-questions] Template Concept supported in iText? Hi, I would like to know

RE: [iText-questions] Concat the same AcroForm

2003-01-09 Thread Paulo Soares
Concat won't work here. You'll have to use a variation of CopyPdf.java. As it is it copies everything, fields included. You'll have to change it to iterate through the fields and change their names. See ListFields.java for a way to know where the fields are. Best Regards, Paulo Soares

RE: [iText-questions] Can i write an encrypted pdf directly to response OutputStream?

2003-01-10 Thread Paulo Soares
You can do it but you may (you will) run into troubles with IE if the content length is not sent. Best Regards, Paulo Soares -Original Message- From: Pritam Dewan [SMTP:[EMAIL PROTECTED]] Sent: Friday, January 10, 2003 11:55 To: [EMAIL PROTECTED] Subject: [iText-questions

RE: [iText-questions] Add content to copied pdf

2003-01-10 Thread Paulo Soares
Yes and no. You can get all the field information and build another field. Unfortunately you'll also have to duplicate the appearance stream or in other words be an annotation handler. Best Regards, Paulo Soares -Original Message- From: Kumata Mitsugu [SMTP:[EMAIL PROTECTED]] Sent

RE: [iText-questions] BaseFont.getWidth(Unknown source) error

2003-01-10 Thread Paulo Soares
Probably the variable asOfDate is null. Best Regards, Paulo Soares -Original Message- From: Kenny G. Dubuisson, Jr. [SMTP:[EMAIL PROTECTED]] Sent: Friday, January 10, 2003 16:13 To: [EMAIL PROTECTED] Subject: [iText-questions] BaseFont.getWidth(Unknown source) error I have

RE: [iText-questions] serious problem concatenating pdfs together

2003-01-09 Thread Paulo Soares
and fields as a bonus. Best Regards, Paulo Soares -Original Message- From: Sean Langford [SMTP:[EMAIL PROTECTED]] Sent: Wednesday, January 08, 2003 19:57 To: [EMAIL PROTECTED] Subject: [iText-questions] serious problem concatenating pdfs together Hello! I'm having some

RE: [iText-questions] Underlined font

2003-01-10 Thread Paulo Soares
BaseFont can't be underlined unless is part of a Chunk. Best Regards, Paulo Soares -Original Message- From: Kenny G. Dubuisson, Jr. [SMTP:[EMAIL PROTECTED]] Sent: Thursday, January 09, 2003 21:47 To: [EMAIL PROTECTED] Subject: [iText-questions] Underlined font How do I get

Re: [iText-questions] Multi-column page layout

2003-01-11 Thread Paulo Soares
See the example columns3.java at www.geocities.com/itextpdf. If using PdfPCell set the alignment and indents in the cell and not in the text. Note that PdfPTable doesn't split rows when crossing pages so, if the text is too long to fit in the page it will be dropped silently. Best Regards, Paulo

Re: [iText-questions] moveTo, lineTo - what are the coordinates?

2003-01-11 Thread Paulo Soares
The end line shape depends on PdfContentByte.setLineCap(). Best Regards, Paulo Soares - Original Message - From: David Thielen [EMAIL PROTECTED] To: itext [EMAIL PROTECTED] Sent: Saturday, January 11, 2003 4:19 Subject: Re: [iText-questions] moveTo, lineTo - what are the coordinates

Re: [iText-questions] serious problem concatenating pdfs together

2003-01-11 Thread Paulo Soares
Desn't CopyPdf.java work? It's a general purpose appender that uses PdfCopy.java. Best Regards, Paulo Soares - Original Message - From: Sean Langford [EMAIL PROTECTED] To: Paulo Soares [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Friday, January 10, 2003 19:09 Subject: Re: [iText

Re: [iText-questions] Multiple .pdf file concatenation

2003-01-11 Thread Paulo Soares
An example please. Best Regards, Paulo Soares - Original Message - From: Diana Mateliene [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, January 10, 2003 18:40 Subject: [iText-questions] Multiple .pdf file concatenation Hello everybody, I have just started to program in Java

RE: [iText-questions] moveTo, lineTo - what are the coordinates?

2003-01-13 Thread Paulo Soares
Maybe a round cap (style 1). Best Regards, Paulo Soares -Original Message- From: David Thielen [SMTP:[EMAIL PROTECTED]] Sent: Saturday, January 11, 2003 20:25 To: itext Subject: Re: [iText-questions] moveTo, lineTo - what are the coordinates? For the problem I'm facing

RE: [iText-questions] examples

2003-01-13 Thread Paulo Soares
The classpath should be .:./itext-0.96.jar:./itext-xml-0.96.jar if you want to compile files in the current directory. Best Regards, Paulo Soares -Original Message- From: Alle Meije Wink [SMTP:[EMAIL PROTECTED]] Sent: Sunday, January 12, 2003 3:22 To: [EMAIL PROTECTED] Subject

RE: [iText-questions] iText documentation

2003-01-13 Thread Paulo Soares
www.lowagie.com/iText for the tutorial that can also be downloaded, together with the examples, from http://prdownloads.sourceforge.net/itext/. Best Regards, Paulo Soares -Original Message- From: Dieter Zysk [SMTP:[EMAIL PROTECTED]] Sent: Monday, January 13, 2003 11:15 To: [EMAIL

RE: [iText-questions] Page breaks for long PdfPTable

2003-01-14 Thread Paulo Soares
PdfPTable won't break rows. That's documented in the javadocs and it's by design not a bug. Best Regards, Paulo Soares -Original Message- From: Kenny G. Dubuisson, Jr. [SMTP:[EMAIL PROTECTED]] Sent: Monday, January 13, 2003 20:27 To: [EMAIL PROTECTED] Subject: [iText

RE: [iText-questions] PDF signature

2003-01-14 Thread Paulo Soares
You'd better look elsewhere, iText doesn't support signatures. Best Regards, Paulo Soares -Original Message- From: Alexander Solomatin [SMTP:[EMAIL PROTECTED]] Sent: Tuesday, January 14, 2003 12:18 To: '[EMAIL PROTECTED]' Subject: [iText-questions] PDF signature Hi all

RE: [iText-questions] Finding text within a PDF

2003-01-14 Thread Paulo Soares
Try www.jpedal.org. Best Regards, Paulo Soares -Original Message- From: Thom Burnett [SMTP:[EMAIL PROTECTED]] Sent: Tuesday, January 14, 2003 14:40 To: [EMAIL PROTECTED] Subject: [iText-questions] Finding text within a PDF Using Java, I'd like to be able to seach inside

RE: [iText-questions] Page breaks for long PdfPTable

2003-01-14 Thread Paulo Soares
That's the way to do it. With long rows it may help to have a mix of PdfPTable for the short rows and ColumnText for the long rows to control the break. Remember that a PdfPTable is a group of ColumnText with lines around. Best Regards, Paulo Soares -Original Message- From: Kenny G

RE: [iText-questions] Font - FontFactory

2003-01-15 Thread Paulo Soares
Helvetica -Original Message- From: Rajeev Mancheril [SMTP:[EMAIL PROTECTED]] Sent: Tuesday, January 14, 2003 22:47 To: [EMAIL PROTECTED] Subject: [iText-questions] Font - FontFactory Hi, To use specific user configured fonts, i use FontFactory.getFont() to get

RE: [iText-questions] New release itext-paulo-107

2003-01-15 Thread Paulo Soares
www.geocities.com/itextpdf explains the versions. In short, there's no branching it's more like a ping-pong. Best Regards, Paulo Soares -Original Message- From: David Thielen [SMTP:[EMAIL PROTECTED]] Sent: Tuesday, January 14, 2003 20:55 To: [EMAIL PROTECTED] Subject: Re

RE: [iText-questions] insertDirectory in a OS-independent way?

2003-01-15 Thread Paulo Soares
See http://www.mail-archive.com/itext-questions@lists.sourceforge.net/msg03770.h tml -Original Message- From: Alex Molochnikov [SMTP:[EMAIL PROTECTED]] Sent: Wednesday, January 15, 2003 6:32 To: [EMAIL PROTECTED] Subject: [iText-questions] insertDirectory in a OS-independent

RE: [iText-questions] PdfReader(byte[] pdfIn) constructor

2003-01-15 Thread Paulo Soares
Your byte array must have exactly the same size as the input file, in this case it must be 24895 bytes long not 32000. Best Regards, Paulo Soares -Original Message- From: Joe Simoes [SMTP:[EMAIL PROTECTED]] Sent: Wednesday, January 15, 2003 13:40 To: [EMAIL PROTECTED] Subject

RE: [iText-questions] Problem with Japanese Fonts

2003-01-16 Thread Paulo Soares
You may have mispelled something. What's your current classpath as returned (Bby SET? (B (BBest Regards, (BPaulo Soares (B (B -Original Message- (B From: Ricky M. Codizar [SMTP:[EMAIL PROTECTED]] (B Sent: Thursday, January 16, 2003 1:47 (B To: Bruno (B Cc: [EMAIL PROTECTED]

RE: [iText-questions] Font Problem

2003-01-16 Thread Paulo Soares
You can use itext-paulo-107 or wait for the next official version where styles are supported. Best Regards, Paulo Soares -Original Message- From: Chi Wah Chan [SMTP:[EMAIL PROTECTED]] Sent: Thursday, January 16, 2003 2:59 To: [EMAIL PROTECTED] Subject: [iText-questions] Font

RE: [iText-questions] Signatures again !

2003-01-16 Thread Paulo Soares
iText supports the signature field dictionary. What you put there depends on the signature handler and it's this data that iText doesn't create (and it's the difficult part). In other words, the place for the signature is there but it's empty. Best Regards, Paulo Soares -Original Message

RE: [iText-questions] Problem with Japanese Fonts

2003-01-16 Thread Paulo Soares
You must put the name of jar. It should read: (B (BCLASSPATH=.;C:\Java_iText\iTextAsian.jar (B (BBest Regards, (BPaulo Soares (B (B -Original Message- (B From: Ricky M. Codizar [SMTP:[EMAIL PROTECTED]] (B Sent: Thursday, January 16, 2003 11:58 (B To: Paulo Soares (B Cc

RE: [iText-questions] Question about Table

2003-01-16 Thread Paulo Soares
Only with PdfPTable and a PdfPTableEvent. Best Regards, Paulo Soares -Original Message- From: Ricky M. Codizar [SMTP:[EMAIL PROTECTED]] Sent: Thursday, January 16, 2003 12:01 To: [EMAIL PROTECTED] Subject: [iText-questions] Question about Table Hi! Can anybody help me

RE: [iText-questions] Signatures again !

2003-01-16 Thread Paulo Soares
that signatures, don't you? Best Regards, Paulo Soares -Original Message- From: Morten Bøhmer [SMTP:[EMAIL PROTECTED]] Sent: Thursday, January 16, 2003 11:55 To: Paulo Soares Subject: RE: [iText-questions] Signatures again ! I just want to make a simple signature to a document

RE: [iText-questions] PdfAction on PdfContentByte

2003-01-17 Thread Paulo Soares
Replace this line: cb.setAction(action, xOrigin, h - yOrigin - height, xOrigin + stringWidth, h - yOrigin); In awt the y origin is at the top but in pdf is at the bottom. Best Regards, Paulo Soares -Original Message- From: Alexendr Molochnikov [SMTP:[EMAIL PROTECTED]] Sent: Thursday

RE: [iText-questions] insert Graphic object into a cell

2003-01-17 Thread Paulo Soares
The Graphics object is not recommended to use and it will not work here in any case. Create a template, make an image out of it and put the image in the cell. Best Regards, Paulo Soares -Original Message- From: Imad Jradi [SMTP:[EMAIL PROTECTED]] Sent: Thursday, January 16, 2003 15:20

Re: [iText-questions] question

2003-01-18 Thread Paulo Soares
in browser. That's documented in the javadocs for PdfPTable. 2. when use servlet response foward a pdf file to broswer, how can I set a browser window's title? No idea. Best Regards, Paulo Soares thanks a lot. David --- This SF.NET email

Re: [iText-questions] How to set header with multi lines

2003-01-18 Thread Paulo Soares
Use a page event. Best Regards, Paulo Soares - Original Message - From: Huy Ho [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, January 18, 2003 2:12 Subject: [iText-questions] How to set header with multi lines Dear, I do not know how to set header with multi lines

<    1   2   3   4   5   6   7   8   9   10   >