[iText-questions] tahoma 8 in doc is diff. as in pdf

2005-07-30 Thread ddccpp ...
Hi, I wrote the following code: import java.lang.*; import java.io.*; import java.io.File; import java.util.Vector; import com.lowagie.text.*; import com.lowagie.text.pdf.PdfWriter; import com.lowagie.text.pdf.BaseFont; import com.lowagie.text.pdf.PdfContentByte; import com.lowagie.text.Ima

Re: [iText-questions] Rotating a page

2005-07-30 Thread Paulo Soares
PdfStamper to merge two different PDFs? How? - Original Message - From: <[EMAIL PROTECTED]> To: Sent: Saturday, July 30, 2005 4:46 PM Subject: [iText-questions] Rotating a page I'm using PdfStamper to merge two different PDF's into one. Is it possible to rotate a page using PdfStamper

[iText-questions] Rotating a page

2005-07-30 Thread billsanders
I'm using PdfStamper to merge two different PDF's into one. Is it possible to rotate a page using PdfStamper? --- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward

Re: [iText-questions] anti-aliasing and barcode

2005-07-30 Thread Hans-Werner Hilse
Hi, On Fri, 29 Jul 2005 16:58:32 -0700 Gary Wu <[EMAIL PROTECTED]> wrote: > I use BarcodePDF417 to generate a 2-D barcode and call its getImage method > to get the barcode as an image. Everything is fine until I print the image > (in a PDF file) to certain printers. Some printers will think the i

Re: [iText-questions] anti-aliasing and barcode

2005-07-30 Thread Paulo Soares
Only in the printer, it's a printer feature. - Original Message - From: "Gary Wu" <[EMAIL PROTECTED]> To: Sent: Saturday, July 30, 2005 12:58 AM Subject: [iText-questions] anti-aliasing and barcode > Hi Group: > > I use BarcodePDF417 to generate a 2-D barcode and call its getImage meth

Re: [iText-questions] Re : reading a pdf from the db and change it.

2005-07-30 Thread Paulo Soares
If you want to add text to an existing PDF you can use PdfStamper. - Original Message - From: "Dilan" <[EMAIL PROTECTED]> To: Sent: Saturday, July 30, 2005 3:56 AM Subject: [iText-questions] Re : reading a pdf from the db and change it. Hello, I’m trying to edit a pdf which is saved i

Re: [iText-questions] iText with .NET, C#, and AcroForms

2005-07-30 Thread Paulo Soares
stamp.Close() must come before outputing anything or getting the size. - Original Message - From: "Tim Wirtz" <[EMAIL PROTECTED]> To: Sent: Saturday, July 30, 2005 12:33 AM Subject: [iText-questions] iText with .NET, C#, and AcroForms > I am attempting to do something which seems like

[iText-questions] anti-aliasing and barcode

2005-07-30 Thread Gary Wu
Hi Group: I use BarcodePDF417 to generate a 2-D barcode and call its getImage method to get the barcode as an image. Everything is fine until I print the image (in a PDF file) to certain printers. Some printers will think the image is sampled as a low rate and therefore do anti-aliasing on it. The

Re: [iText-questions] relative path for images

2005-07-30 Thread Bruno Lowagie
Ekta Ojha wrote: Hello group, Is there a way to specify relative path to include a image in the pdf document. Specifying absolute path to Image jpg = Image.getInstance(imagePath); works but this is not a good approach especially when the application goes to production. Please read SUN's API

Re: [iText-questions] Opening Adobe upon document close

2005-07-30 Thread Bruno Lowagie
Angela Berk wrote: Is there anyway I can trigger Adobe to open as soon as I am done writing to the file??? I am using Java5.0. There is no platform independent way to do this. If you are serving the file to a browser, the browser's configuration takes care of this (if not properly configur