[iText-questions] Problem with PdfTable

2003-01-27 Thread Huy Ho
Dear, When I create new PdfTable object, it has a mistake (protected class). Tell me the reason. If I use old version, please tell me where I can get new version. Best regards, HuyDo you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now

Re: [iText-questions] Margins Unit of Measurement

2003-01-27 Thread Ricky M. Codizar
Hi! In the sample code below about Document: Document document = new Document(PageSize.A4, 50, 50, 50, 50); What is the unit of measurement for the margins, it is in terms of centimeter? inches? or by pixels? Kindly advise. Thank you always. Ricky M. Codizar [EMAIL PROTECTED] ---

RE: [iText-questions] Big5_HKSCS character problem

2003-01-27 Thread Ray Chan
Thank you for your reply. Where can I download vert_cjk2.java? iText Tutorial section? Actually I am developing my programs under red hat 8.0 and using xpdf to generate my pdf document. Does you solution applied under my environment? Do I need to install Acrobat 5.0 for my OS? From: Paulo S

[iText-questions] Data Missing when concatenating files

2003-01-27 Thread Dettling, Gerald
Title: Data Missing when concatenating files I ran the Concat utility from the command line to concatenate two files.  It seemed to work but the data in the cells of one of my documents was missing.  Does anyone know about this problem?

[iText-questions] Data Missing when concatenating files

2003-01-27 Thread Dettling, Gerald
Title: Data Missing when concatenating files I ran the Concat utility from the command line to concatenate two files.  It seemed to work but the data in the cells of one of my documents was missing.  Does anyone know about this problem?

[iText-questions] Chap0706

2003-01-27 Thread felipe ------------
I'm having trouble running the example Chap0706   Parsing (X)HTML http://www.lowagie.com/iText/tutorial/ch07.html#htmlparsing   i compiled the Chap0706.java correctly, but when i try to runit, it appears the servlet doesn't exist. Any help is apreciated   felipe

Re: [iText-questions] Controlling HTML tags

2003-01-27 Thread Matt Benson
Looking at this, I see there have been a lot of changes to HtmlTags and MarkupTags and so on. Briefly, how is the decision made in which class to put a particular tag? Also, is there any chance for a quick overview of the organization of the HtmlTagMap? I am admittedly not the most knowledgeable

[iText-questions] PdfPTable in PdfPCell

2003-01-27 Thread Daniel Brenner
Hi @all, iText works pretty well for me since I switched from Table to PdfTable (or PdfPTable). Until I discovered yesterday that nested tables are still not working properly. I have table with 2 columns and I want to put a nested table into one cell. The amount of columns of this nested table dep

Re: [iText-questions] Controlling HTML tags

2003-01-27 Thread Matt Benson
I was about to sync up with the CVS, and I noticed that my version of PdfDocument has a patch to work on horizontal alignment in Paragraphs that have been wrapped in Tables so that they will be kept together. Does anyone remember this issue, and know if it still exists? -Matt --- Matt Benson <[

Re: [iText-questions] Controlling HTML tags

2003-01-27 Thread Matt Benson
But if all that is needed is just the HTML output, it seems that it would be possible for a developer to define specialized Element implementations and an HtmlWriter subclass to add HTML form support. Isn't this feasible, even if not readily applicable to PDF? In fact, isn't it reasonable to say

RE: [iText-questions] Big5_HKSCS character problem

2003-01-27 Thread Paulo Soares
The problem with the HK extensions is that they are not mapped to Unicode. If you go from big5 to Unicode some characters will be dropped. iText supports the character addressing by CID allowing all the characters in the document 5080.Adobe-CNS1-4.pdf to be used. The drawback is that you'll have to

[iText-questions] Big5_HKSCS character problem

2003-01-27 Thread Ray Chan
I want to use iText with java to create pdf with traditional chinese characters particularly the hong kong big5 extention fonts Big5_HKSCS. I use tutorial 9 Chap0909.java to test but found that in the output pdf, the hong kong characters like \u90A8, \uF303 become blank if the java string is in

RE: [iText-questions] Asking about cellspacing and cellpadding of table

2003-01-27 Thread Paulo Soares
You have to use PdfPTable to control precisely all the margins. Best Regards, Paulo Soares > -Original Message- > From: Huy Ho [SMTP:[EMAIL PROTECTED]] > Sent: Monday, January 27, 2003 4:16 > To: [EMAIL PROTECTED] > Subject: [iText-questions] Asking about cellspacing and cellpaddin

RE: [iText-questions] newbie: "writer.getDirectContentUnder" writes ON TOP OF existing Text

2003-01-27 Thread Paulo Soares
If you use the same content what is written first is below what is written last. Invert the writing order or put the imported page in writer.getDirectContent(). Best Regards, Paulo Soares > -Original Message- > From: Daniel Humberg [SMTP:[EMAIL PROTECTED]] > Sent: Monday, January 27, 2003

RE: [iText-questions] Modify a PDf ?

2003-01-27 Thread Paulo Soares
Using iText you have to do it this way. Best Regards, Paulo Soares > -Original Message- > From: Daniel Humberg [SMTP:[EMAIL PROTECTED]] > Sent: Monday, January 27, 2003 13:38 > To: [EMAIL PROTECTED] > Subject: [iText-questions] Modify a PDf ? > > I want to add a comment to a PDF.

[iText-questions] Modify a PDf ?

2003-01-27 Thread Daniel Humberg
I want to add a comment to a PDF. At the moment, I open the PDF, read it page by page, copy the original document into a newly created one and add a comment there. I think there must be a more direct way or a better workaround to do this, because I don't want to work with two documents. Thx ---

[iText-questions] newbie: "writer.getDirectContentUnder" writes ON TOP OF existing Text

2003-01-27 Thread Daniel Humberg
Hi, I am new here. I hope this is the rigth way of sending a question about iText... I just started using the iText API and i think it's really good and useful. I wrote a litte app that reads from a PDF-file, adds a comment and writes everything into a new PDF-file. I am using "writer.getDirectCon

[iText-questions] Html tag customization

2003-01-27 Thread paolo . mosna
Hi everybody, I'm using iText to process an XML template in order to generate an HTML document. It work very similar to the Data Mergin example provided with the iText tutorial. The template is something like the one that follows: Enter your name The html output should looks like the fo

Re: [iText-questions] Controlling HTML tags

2003-01-27 Thread Bruno
Quoting Paolo Mosna <[EMAIL PROTECTED]>: > Hi everybody, > > I'm using iText to generate both HTML and PDF documents. > IN HTML I would like to have the possibility to allow the user to > insert some data using (for example) the HTML input tag such as: > > > > If I insert such tag in the HTML