RE: [iText-questions] Resolution differences..

2004-06-14 Thread Paulo Soares
You must find the solution with MOJ. iText only outputs what it gets and from what you write MOJ is not providing enough detail. Best Regards, Paulo Soares -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Amitabh Basu Sent: Monday, June 14, 2004

[iText-questions] Table cells and FONT change?

2004-06-14 Thread Nenad Djordjevic
Is it posible to change font size in table cells? Nenad Djordjevic IT Department U.S.S.Serbia --- This SF.Net email is sponsored by the new InstallShield X. From Windows to Linux, servers to mobile, InstallShield X is the one

RE: [iText-questions] Table cells and FONT change?

2004-06-14 Thread Dharmendra Sharma
Table datatable = new Table(5); com.lowagie.text.Font headFont = FontFactory.getFont(ARIAL, 10, 1); Cell cell1 = new Cell(new Phrase(ASSIT ID,headFont)); datatable.addCell(cell1); -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Nenad Djordjevic Sent: Monday,

[iText-questions] signature problem with attached document

2004-06-14 Thread DI Randolph Kepplinger
hello again! can anybody see, what is wrong with the attached pdf file? the pdf shows but no signature is displayed. have i forgotten any pdf-tags within or is the dictionary incorrect? regards randolph outsigned.pdf Description: Adobe PDF document

Re: [iText-questions] signature problem with attached document

2004-06-14 Thread Leonard Rosenthol
At 08:49 AM 6/14/2004, DI Randolph Kepplinger wrote: can anybody see, what is wrong with the attached pdf file? As a PDF, nothing that I can see... the pdf shows but no signature is displayed. have i forgotten any pdf-tags within or is the dictionary incorrect? You mean a digital

RE: [iText-questions] Transparant Images

2004-06-14 Thread Bill Ensley
Thanks, I'll try to repay the favor to someone else with a question I can answer. Bill Ensley Bear Printing -Original Message- From: Paulo Soares [mailto:[EMAIL PROTECTED] Sent: Thursday, June 10, 2004 9:58 AM To: Bill Ensley; iText Mail Group Subject: Re: [iText-questions] Transparant

RE: [iText-questions] Transparant Images

2004-06-14 Thread Bill Ensley
MY FOOLISHNESS!!! I have untold hours into learning transparency, and it was all foiled by the fact that I was using an old version of ACROBAT!!! I tested this class below and it did not work in Acrobat 4.0, But it works perfectly in Acrobat 5.0 and higher. I did not think until now that

Re: [iText-questions] signature problem with attached document

2004-06-14 Thread DI Randolph Kepplinger
the pdf shows but no signature is displayed. have i forgotten any pdf-tags within or is the dictionary incorrect? You mean a digital signature? yes Attached to a field or as a blind sig? not attached to field but as a signature of the whole document. regards randolph

[iText-questions] class PdfTable not public anymore

2004-06-14 Thread Stephan Bourduas
In Chapter 5: Tables of the online tutorial, it says: IMPORTANT: if you only have to generate PDF (no XML, HTML, RTF,...), it is better to use the class PdfPTable instead of class Table. When I tried to use the PdfTable instead of Table, I get an error message saying that class PdfTable is not

Re: [iText-questions] signature problem with attached document

2004-06-14 Thread Leonard Rosenthol
At 01:38 PM 6/14/2004, DI Randolph Kepplinger wrote: Attached to a field or as a blind sig? not attached to field but as a signature of the whole document. There is no digital signature in that file. What makes you think there shoudl be? Leonard