[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 ge

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 t

[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

[iText-questions] create single strip in multi page tiff

2005-01-07 Thread Scott Tyriver
Hello, Hope you can help me. We are users of iText and I went back to your site and found XTIFF. The problem I am having is as follows: I am creating a tiff document that eventually gets converted to pdf. I need to set the tiff pages to all use single strip images in order for the tif to pdf

[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 Source

[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<--Right single quote -->\u2019<--" When we produce the PDF on

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 07,

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

2005-01-07 Thread Paulo Soares
ï I'll explain it in other words. The generated image is correct, if the printer takes more time to print complain to HP. If you want an image with a devicegray colorspace instead of a calibrated gray clone PngImage to some place, change it and use it instead of what comes with iText. If

[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 i

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

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 to produce 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

[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 a

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@lists

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] 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 d

[iText-questions] Need a quick solution

2005-01-07 Thread srikanth . reddy
Hi, I am exploring iText API for generating dynamic PDF documents. My problem is, I am not able to control the display the number of record per page using Tables. My data is inside tables, is there any way to control the data into different pages without using document.newPage() method.   Anoth

[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 Graphics2D.

[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

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 ex

[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 post-holida

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

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 modern

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,

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

2005-01-07 Thread Wahaj
Yes we could but our product is dependent upon Adobe Acrobat which is an expensive product. We want a solution which is cheap. Regards, Wahaj - Original Message - From: "Bruno" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: "itext-questions" Sent: Friday, January 07, 2005 3:03 PM Subje

[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] 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 -

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 >

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

2005-01-07 Thread Paulo Soares
Perhaps next week. I have a couple of ideas. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Bill Ensley > Sent: Thursday, January 06, 2005 8:40 PM > To: iText Mail Group > Subject: RE: [iText-questions] why is PdfGraphics2D using > cb.showText(

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 >

[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]>

[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: PdfWriter