[iText-questions] PdfContentByte

2005-01-07 Thread kgnurps
Hi, I am a newbie to iText and I think, I did not understand how the PdfContentByte works. I want to print a JTable to pdf and created a document header and footer and a PDFPTable which should work as the table header. The JTable object is printed to a PdfContentByte. Here's some code:

[iText-questions] Re: Signing an empty signature field

2005-01-07 Thread Wahaj
No difference but it would be nice if iText can sign that. If iText can't then there should be a function which returns Visible Empty Signature fields which can be signed. Currently the function returns all visible and invisible signature fields. Regards, Wahaj Paulo Soares [EMAIL PROTECTED]

RE: [iText-questions] Re: Signing an empty signature field

2005-01-07 Thread Paulo Soares
iText can't catch all abnormal cases. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Wahaj Sent: Friday, January 07, 2005 8:11 AM To: itext-questions@lists.sourceforge.net Subject: [iText-questions] Re: Signing an empty signature field No

RE: [iText-questions] PdfContentByte

2005-01-07 Thread Paulo Soares
Move the jtable with PdfContentByte.transform(). -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Friday, January 07, 2005 8:43 AM To: itext-questions@lists.sourceforge.net Subject: [iText-questions] PdfContentByte Hi,

RE: [iText-questions] Re: Signing an empty signature field

2005-01-07 Thread Bruno
Quoting Paulo Soares [EMAIL PROTECTED]: iText can't catch all abnormal cases. Wahaj, why don't you use your own company's commercial product to achieve all the things you are expecting from the free iText library? http://www.ascertia.com/Products/pdfsigner/default.aspx

[iText-questions] itext and xfa/xdp forms

2005-01-07 Thread joust
Hi all, As You probably know, since Designer 6.0/Acrobat/Reader 6.02 Adobe included the Accelio form technology they bought in 2002. The new form creation process is xml based and form data is submitted in the new xdp format - not in xfdf any more. The complete form structure including its layout

RE: [iText-questions] itext and xfa/xdp forms

2005-01-07 Thread Paulo Soares
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Friday, January 07, 2005 10:33 AM To: itext-questions@lists.sourceforge.net Subject: [iText-questions] itext and xfa/xdp forms Hi all, As You probably know, since

Re: [iText-questions] itext and xfa/xdp forms

2005-01-07 Thread Leonard Rosenthol
At 05:32 AM 1/7/2005, [EMAIL PROTECTED] wrote: As You probably know, since Designer 6.0/Acrobat/Reader 6.02 Adobe included the Accelio form technology they bought in 2002. Correct. Acrobat 7 expands on this significantly to truely integrate the two architectures to produce a

Re: [iText-questions] setTextRise in RTF files

2005-01-07 Thread Mark Hall
On Tuesday 04 January 2005 22:22, patrick dooley wrote: I have used some of the example code posted in the mail list to test setTextRise() and anchors in RTF table cells. The anchor code works outside of the table, but the textRise doesn't. I am using Java 1.4.2 and Word XP to view the

[iText-questions] Re: setTextRise in RTF files

2005-01-07 Thread Bruno Lowagie
Mark Hall wrote: Both problems were bugs and should be fixed in the CVS. It's a pity the bugfix missed the 1.2 release I made this morning. But it will be in the 1.2.1 release... br, Bruno --- The SF.Net email is sponsored by: Beat the

Re: [iText-questions] [RTF] Rotate cell content =?iso-8859-15?q?90=B0?=

2005-01-07 Thread Mark Hall
On Thursday 06 January 2005 20:37, Lorenz Maierhofer wrote: I'm trying to write text in a table cell that is not left-to-right, but bottom-to-top orientated. Is this somehow possible with the RTF writers in iText? Currently not, but it is at the top of my list of non-bug things to do. I

[iText-questions] Slow printing with grayscale PNG images

2005-01-07 Thread Mario Ottone
Hi to all, we used iText since version 0.72 and all works fine until version 1.00. We produce a lot of PDF with a large number of pages and with grafic layout in background. If we use iText 0.99 the print of that pdf will run at maximum printer speed, bu if we use the versions 1.00 thru 1.2

[iText-questions] Re: why is PdfGraphics2D using cb.showText(s) instead of cb.showTextKerned(s) ?

2005-01-07 Thread bodo teichmann
BTW: javas Graphics2D.drawString() unfortunantely ignores kerning(). but for kerning, you can correct the the glyph position by hand: first call Font.createGlyphVector() then use kering table from the font and correct the glyph positions with the value from the kering table, then call

RE: [iText-questions] Need a quick solution

2005-01-07 Thread Paulo Soares
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED]Sent: Friday, January 07, 2005 1:57 PMTo: itext-questions@lists.sourceforge.netSubject: [iText-questions] Need a quick solution Hi, I am exploring iText API for generating dynamic PDF

Re: [iText-questions] Slow printing with grayscale PNG images

2005-01-07 Thread Mario Ottone
Thanks for the info, but... are you advising me to clone the PngImage.java source to modify the colorspace? If the answer is "yes", we don't want maintain a different and personalized version of iText. If the answer is "no", i don't understand what do you mean. Paulo Soares wrote:

RE: [iText-questions] Can Itext be used to create modifiable PDF's?

2005-01-07 Thread Paulo Soares
Of course. The class TextField does all the work for you for text fields. See the examples at http://itextpdf.sf.net. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Houk, James Sent: Friday, January 07, 2005 4:24 PM To:

[iText-questions] Can Itext be used to create modifiable PDF's?

2005-01-07 Thread Houk, James
Hello: I read that The iText classes are very useful for people who need to generate read-only documents. Can iText classes be used to create PDF forms into which customer data can be pre-filled and then modified -- before being printed? Thanks much. -- Jim The contents of this e-mail and any

RE: [iText-questions] Slow printing with grayscale PNG images

2005-01-07 Thread Paulo Soares
There's no problem here other than the printer must think longer toproduce the correct shades. If you want you can copy PngImage and change the colorspace to not include the calibrated color. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mario

RE: [iText-questions] Re: why is PdfGraphics2D using cb.showText(s) instead of cb.showTextKerned(s) ?

2005-01-07 Thread Bill Ensley
I may be mistaken, but iText uses Fractional Metrics on fonts by default? Of course this is good, but AWT and Swing fart on Fractional Metrics. I have successfully overridden methods in View that measure the text and now have a Fractional Metrics JTextPane that outputs to iText almost exactly as

[iText-questions] Adding new Form field to existing PDF

2005-01-07 Thread Arun
Hi Paulo, Is there any exmaple which shows how to add a new form field to an existing PDF?. I found from one of your message replies that you are planning to add the functionality to iText. Thanks, Arun. --- The SF.Net email is

RE: [iText-questions] Re: why is PdfGraphics2D using cb.showText(s) instead of cb.showTextKerned(s) ?

2005-01-07 Thread Bill Ensley
Thank you for your efforts, I tried it and it looks good for the PDF, but my problem is in AWT and SWING itself and how they measure text. iText has much more control. :( Bill Ensley Bear Printing -Original Message- From: Paulo Soares [mailto:[EMAIL PROTECTED] Sent: Friday, January

[iText-questions] Missing fonts?

2005-01-07 Thread David Bogus
Hello, We've got what we think is a font accessibility or configuration issue when using iText. We can reproduce it simply by using iText to produce a document using the following string in a simple Java class: En dash--\u2013--br/Right single quote --\u2019-- When we produce the PDF on

[iText-questions] iText and GNU classpath

2005-01-07 Thread David Thielen
Hi; Has anyone tried building iText under .NET - either by itself or using the GNU classpath? If so, what was the result? Thanks - dave --- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition

[iText-questions] (no subject)

2005-01-07 Thread Sanyukta
[EMAIL PROTECTED] --- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It's fun and FREE -- well, almosthttp://www.thinkgeek.com/sfshirt

Re: [iText-questions] How to do this.... please help

2005-01-07 Thread Sanyukta
Hi, I am trying to create a java program that will read the email received in lotus notes domino and save it into pdf format for later reading or printing... I have searched the archieve but could not find anything related to the lotus notes ... Please guide to how to do this Looking forward

[iText-questions] How to do this.... please help

2005-01-07 Thread sanyukta
I am a newbie to Java , iText and Lotus notes. But I am trying to learn it. I am trying to create a program in Java that can read the email received in lotus notes (treated as a document) and save it to pdf format so that later I can print or read it. I have searched the archieve but I didnt

[iText-questions] How to do this.... please help

2005-01-07 Thread sanyukta
Hi, I am trying to create a java program that will read the email received in lotus notes domino and save it into pdf format for later reading or printing... I have searched the archieve but could not find anything related to the lotus notes ... Please guide to how to do this Looking