[iText-questions] Stupid Question??

2002-07-15 Thread Brent Scott
How would one go about transforming a HTML page using these classes into a .pdf. I played around with a few things from some of the tutorials and couldn't get it :( Thanks in advance! -Brent --- This sf.net email is sponsored by: Jabber

RE: [iText-questions] Opening a PDF in IE

2002-07-15 Thread Ramakrishna Kuppa
Check the following: do you have PDF Reader installed in your system? If yes, then IE picks it up (as the correct plugin) for display. If you are using the Content-Disposition header, use the "inline" option instead of the "attachment" option   Following are some sit

RE: [iText-questions] image resolution

2002-07-15 Thread Paulo Soares
See http://www.lowagie.com/iText/tutorial/ch06.html#resolution. iText doesn't do any downsampling, you'll have to use another library, such as JAI, to downsample the image before using it in iText. Best Regards, Paulo Soares > -Original Message- > From: Shahzad Latif [SMTP:[EMAIL PROTECT

[iText-questions] image resolution

2002-07-15 Thread Shahzad Latif
Hi: I am experiancing trouble with image resolution and resulting PDF. To my understanding, the default resolution is 72 DPI. My images are actually 300 DPI and I want them to be of 150 DPI in the PDF (scale percent say 48). Here is how I am doing: logoImg.scalePercent(48); cb.addImage(logoIm

RE: [iText-questions] omit header and footers while copying page

2002-07-15 Thread Paulo Soares
All the page is copied but you can set a cliping path to omit the area you don't want to show. It's also possible to use PdfImportedPage.setBoundingBox() to limit what is shown. Best Regards, Paulo Soares > -Original Message- > From: monojit [SMTP:[EMAIL PROTECTED]] > Sent: Monday, July

RE: [iText-questions] How to specify FITB

2002-07-15 Thread Paulo Soares
PdfAction action = PdfAction.gotoLocalPage(1, new PdfDestination(PdfDestination.FITB), writer); writer.setOpenAction(action); Best Regards, Paulo Soares > -Original Message- > From: KuMi [SMTP:[EMAIL PROTECTED]] > Sent: Monday, July 15, 2002 5:13 > To: [EMAIL PROTECTED] > Subject:

RE: [iText-questions] omit header and footers while copying page

2002-07-15 Thread Paulo Soares
All the page is copied but you can set a cliping path to omit the area you don't want to show. It's also possible to use PdfImportedPage.setBoundingBox() to limit what is shown. Best Regards, Paulo Soares > -Original Message- > From: monojit [SMTP:[EMAIL PROTECTED]] > Sent: Monday, July

RE: [iText-questions] How to specify FITB

2002-07-15 Thread Paulo Soares
PdfAction action = PdfAction.gotoLocalPage(1, new PdfDestination(PdfDestination.FITB), writer); writer.setOpenAction(action); Best Regards, Paulo Soares > -Original Message- > From: KuMi [SMTP:[EMAIL PROTECTED]] > Sent: Monday, July 15, 2002 5:13 > To: [EMAIL PROTECTED] > Subject:

RE: [iText-questions] How to define field format?

2002-07-15 Thread Paulo Soares
That's all done with JavaScript generated by Acrobat. You can generate you form with Acrobat with patterns and validations and then copy the result to iText. This plug-in will certainly help you: http://www.enfocus.com/support/knowledgeBase/browser.php. Best Regards, Paulo Soares > -Original

[iText-questions] How to define field format?

2002-07-15 Thread Peter Yun
Hi, Does anyone know how to define field format in iText (Date, time, numeric...)? Any custom pattern? And how to do a field validation? Apparently the addSingleLineTextField does not take care of the field format thing... acroForm.addSingleLineTextField(field.name, " ", helv, fo

Re: [iText-questions] example 12 of the tutorial

2002-07-15 Thread Bruno
Quoting Alle Meije Wink <[EMAIL PROTECTED]>: > I am not a java expert, but judging from the tutorial I'd expect to be > able to run the example straight away. > > Am I missing something? I made a simple (windows) bat file for people who are experiencing troubles running the examples. http://w