[iText-questions] latin2 characters in PDF

2004-05-24 Thread Leos Literak
Hi, I'd like to use itext for producing PDF with text written in Czech language. The standard encoding is ISO-859-2 for this language, but Microsoft prefers its Windows-1250 variant, which seems to be supported by itext. I know from people using TeX, that it is not easy to set this tool to

[iText-questions] PDF Forms

2004-05-24 Thread Trevor Linton
Hi, How can you add form fields to a PDF relatively (without specifying an X, Y position). It seems that the only way to add a field to a pdf is through the PdfWriter with an X, Y coordinate. Thanks in advance, please reply to my email address as Im not subscribed to the list. -

RE: [iText-questions] Question about put a table in footers

2004-05-24 Thread Paulo Soares
See the example headers_and_watermarks.java at itextpdf.sf.net. Best Regards, Paulo Soares From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of William WilsonSent: Saturday, May 22, 2004 9:10 PMTo: [EMAIL PROTECTED]Subject: [iText-questions] Question about

RE: [iText-questions] Line in a cell and distance between nested tables and tables

2004-05-24 Thread Paulo Soares
You'll have to use a PdfPTable to control all that. Best Regards, Paulo Soares -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rene Sent: Saturday, May 22, 2004 11:03 AM To: [EMAIL PROTECTED] Subject: [iText-questions] Line in a cell and distance

RE: [iText-questions] Minimmize pages

2004-05-24 Thread Paulo Soares
You want an imposition tool. That's easy to do by rotating and scaling the imported pages. You can even use an AffineTransform in PdfContentByte to do it. Best Regards, Paulo Soares -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rene Sent:

RE: [iText-questions] latin2 characters in PDF

2004-05-24 Thread Paulo Soares
That's super easy to do in java and iText. Your problem is that the built in font Helvetica doesn't have all the characters you want. You must use an external font, embedded, to do it. Soemthing like this: BaseFont arial = BaseFont.createFont(c:\\windows\\fonts\\arial.ttf, BaseFont.CP1250,

RE: [iText-questions] PDF Forms

2004-05-24 Thread Paulo Soares
The fields are always absolute to the page. If you want them relative to something you'll have to do the maths. Best Regards, Paulo Soares From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Trevor LintonSent: Monday, May 24, 2004 1:59 AMTo: [EMAIL

[iText-questions] Comboboxes

2004-05-24 Thread Pelle
Hello, I have tried the form_combo.java example and when i first open up the created form, the value that should be set is not visible. When I click on the combobox it turns visible. How can I get it to be visible from the start? Thanks Do you Yahoo!?Yahoo! Domains - Claim yours for only

RE: [iText-questions] Comboboxes

2004-05-24 Thread Paulo Soares
See the example text_fields.java. Best Regards, Paulo Soares From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of PelleSent: Monday, May 24, 2004 11:53 AMTo: [EMAIL PROTECTED]Subject: [iText-questions] Comboboxes Hello, I have tried the

[iText-questions] (no subject)

2004-05-24 Thread Pelle
I am merging an existing PDF form that contains combos so I can't use a text field. Is it not possible to get the value to display with combos? thanks Pelle See the example text_fields.java. Best Regards, Paulo Soares

RE: [iText-questions] (no subject)

2004-05-24 Thread Paulo Soares
Look at the example first. It has text, list and combo samples. Best Regards, Paulo Soares From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of PelleSent: Monday, May 24, 2004 12:24 PMTo: [EMAIL PROTECTED]Subject: [iText-questions] (no subject) I am

RE: [iText-questions] Comboboxes

2004-05-24 Thread Pelle
SoI need to check what type of field it is and the act based on that? I have tried the merge_fdf.java example and it sets the export value (instead of the display value) in the combofield and then when you click on the field it changes back to the display value of the first option in the list.

[iText-questions] Prompt is possible in iText

2004-05-24 Thread Dharmendra Sharma
Hi All, Is there any provision to implement user prompts while generating report using iText. If yes then please any one tell me how it can be done? Thanks Regards Dharmendra Sharma

RE: [iText-questions] Comboboxes

2004-05-24 Thread Paulo Soares
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of PelleSent: Monday, May 24, 2004 1:20 PMTo: [EMAIL PROTECTED]Subject: RE: [iText-questions] Comboboxes SoI need to check what type of field it is and the act based on that? Are you generating

RE: [iText-questions] Comboboxes

2004-05-24 Thread Paulo Soares
The problem here is that you have a /I key in the annotation. This key represents the selection index but the /V key takes precedence if both exists. This is what the pdf reference says but in practice is not happening. iText only changes the /V key. I'll have to change the code either to

Re: [iText-questions] Question about put a table in footers

2004-05-24 Thread Mark Hall
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Saturday 22 May 2004 22:09, William Wilson wrote: HeaderFooter have no constructor or method to add a table. There is a RtfHeaderFooter class that supports this. Simply create one, add your table and set as footer. Greetings, Mark - -- Chicken

[iText-questions] Other characters not displayed in PDF

2004-05-24 Thread Fabien Briard
Hi all I've got a problem with some specials characters. We've got a web-application where the users fill forms with a lot of 'copy-cut' from Ms-Word. We want to display it under a Pdf format with Itext.The problem is thatthe char " ’ "is not displayed, there's a space instead. We've got the same

Re: [iText-questions] Prompt is possible in iText

2004-05-24 Thread Andrew McLaughlin
You want to prompt the user using some other channel. Since you're coding in Java, use either Swing (if it is a desktop application) or something like JSP (if it is a web application). What type of application is it? Andrew On May 24, 2004, at 6:59 AM, Dharmendra Sharma wrote: Hi All,   Is

RE: [iText-questions] Other characters not displayed in PDF

2004-05-24 Thread Paulo Soares
This is not an encoding problem. Well, it is but not with iText. Both the "oe" and "..." exist in the built in fonts with winansi encoding that you are using. This leads me to believe that you are not receiving correctly the chars from the web form or if the chars are correct the encoding

[iText-questions] Extract a image of PDF

2004-05-24 Thread Rafael A. Sornes G.
how extract a image of pdf? or/and how convert to pdf in a image? Rafael A. Sornes G.

[iText-questions] how save PDF more 72dpi

2004-05-24 Thread Rafael A. Sornes G.
how save a pdf with more DPI than 72dpi? i need 600dpi thanks Rafael

RE: [iText-questions] how save PDF more 72dpi

2004-05-24 Thread Bill Ensley
Are you referring to image quality? -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of Rafael A. Sornes G.Sent: Monday, May 24, 2004 7:06 PMTo: [EMAIL PROTECTED]Subject: [iText-questions] how save PDF more 72dpi how save a pdf with

RE: [iText-questions] how save PDF more 72dpi

2004-05-24 Thread Bill Ensley
dpi only refers to images so I assume thats what you mean. how are you putting the images into the pdf, getInstance() or PdfGraphics2D? -Original Message-From: Rafael A. Sornes G. [mailto:[EMAIL PROTECTED]Sent: Monday, May 24, 2004 9:28 PMTo: Bill EnsleySubject: Re: