[iText-questions] Inserting images to form field

2003-09-17 Thread Sivasubramanian Gurunathan
Hi all, I have a PDF with a form field for inserting logo. I like to insert a image to the form field. Currently I am using PDFStamper for inserting values for other text form fields. I want the logo to appear exactly at the form field location. Can you provide me a way to insert images to the f

RE: [iText-questions] Javascript are not getting copied in PDFCop y

2003-09-17 Thread Sivasubramanian Gurunathan
Hi, Thanks for the response. If PdfCopy copies only pages, can you tell me why only some part of the JavaScript is copying from the original pdf.? Only partial javascript is getting copied because of that I am getting the script error. Can you please advice me how to prevent that? Further to tha

[iText-questions] Help me, please

2003-09-17 Thread José Marques
People,   Why this code print the message in different position, depending the differents printer´s models?   import java.io.*; import com.lowagie.text.*; import com.lowagie.text.pdf.*; public class Teste { public static void main(String[] args) { try { Document document = new Document(PageS

[iText-questions] Height of HeaderFooter object?

2003-09-17 Thread Hans Bachner
My application creates a page with a footer and needs to fit the (preformatted) real data onto the rest of the page (I'm using Courier and know the number of lines and the maximum number of characters per line). I always start with a standard font size and if there's too much data to print, red

[iText-questions] Rotate Page 90 degree

2003-09-17 Thread yun wang
Dear Support, I have a 4 pages pdf file. I want to rotate 2 pages by 90 degree clockwise to produce another file. How can I achieve this without information loss? Thanks, yun wang _ Use custom emotions -- try MSN Messenger 6.0!

Re: [iText-questions] Adding content to a PDF page

2003-09-17 Thread Leonard Rosenthol
At 8:25 AM -0700 9/17/03, Kalpana Sundaram wrote: I am working as a Java developer in New Jersey. My manager has asked me to use Java and iText to write a method to add content (such as text, images, etc.) to just a particular page of the PDF document (for example, if a PDF document has 5 pages,

[iText-questions] user input controls in RTF

2003-09-17 Thread Antonio Lourinho
Hi,   Is it possible to include user input controls in an rtf document created with iText? I've already searched the API for this without any success.   Thx in advance,   António Lourinho - Portugal Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software

[iText-questions] Adding content to a PDF page

2003-09-17 Thread Kalpana Sundaram
Hello,   I am working as a Java developer in New Jersey. My manager has asked me to use Java and iText to write a method to add content (such as text, images, etc.) to just a particular page of the PDF document (for example, if a PDF document has 5 pages, I have to add content to page 3 of this doc

RE: [iText-questions] Removing Security Method and Master Passwor d

2003-09-17 Thread Paulo Soares
Send me a complete program to do all this and include a PDF for testing. Best Regards, Paulo Soares > -Original Message- > From: Giovanna Valente [SMTP:[EMAIL PROTECTED] > Sent: Tuesday, September 16, 2003 19:48 > To: [EMAIL PROTECTED] > Subject: [iText-questions] Removing Security

RE: [iText-questions] Line Style

2003-09-17 Thread Paulo Soares
Use PdfContentByte.setLineDash(). For double style you'll have to draw the lines twice. Best Regards, Paulo Soares > -Original Message- > From: kathy [SMTP:[EMAIL PROTECTED] > Sent: Thursday, September 18, 2003 0:34 > To: iText-Q > Subject: [iText-questions] Line Style > > Hi, >

RE: [iText-questions] Heather with Image

2003-09-17 Thread Paulo Soares
Set the leading to the height of the image. Best Regards, Paulo Soares > -Original Message- > From: Patrícia Taroni [SMTP:[EMAIL PROTECTED] > Sent: Tuesday, September 16, 2003 19:15 > To: [EMAIL PROTECTED] > Subject: [iText-questions] Heather with Image > > Hi, > > My header has

RE: [iText-questions] converting WMF 2 iText img/pdf problem

2003-09-17 Thread Paulo Soares
It shows in PDF exactly the same as it shows when I import the image in Word. You can't ask more than that. Best Regards, Paulo Soares > -Original Message- > From: Nanda Kumar [SMTP:[EMAIL PROTECTED] > Sent: Wednesday, September 17, 2003 11:22 > To: [EMAIL PROTECTED] > Subject: [iT

[iText-questions] Does PdfWriter.getTableBottom works for nested tables?

2003-09-17 Thread Raymond Leong
Hi, Does anyone know whether PdfWriter.getTableBottom works for nested tables? I am getting the following exception. Thank You. java.lang.ClassCastException: com.lowagie.text.Table at com.lowagie.text.pdf.PdfTable.(Unknown Source) at com.lowagie.text.pdf.PdfDocument.bottom(Unknow

[iText-questions] Line Style

2003-09-17 Thread kathy
Hi, In iText, we can draw a line using PdfContentByte, what if I want to draw a line and the line style will be either dotted or solid or double style, then what classes that I need to use to complete this? Thanks Kathy --- This sf.net em