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

2005-07-31 Thread Gary Wu
couldn't find such feature in iText's BarcodePDF417 class. Am I right? What does it take to implement such a feature if I want to try? Thanks, Gary -Original Message- From: Paulo Soares [mailto:[EMAIL PROTECTED] Sent: Saturday, July 30, 2005 3:26 AM To: Gary Wu; itext

[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

[iText-questions] iText font to SWT font

2005-04-16 Thread Gary Wu
Hi, I like iText's capability of loading a font from a font file. All I need to do is call BaseFont.createFont() and pass it the font file name. But SWT (Standard Widget Toolkit) doesn't have that capability. So I'm thinking if there's a way to convert an instance of com.lowagie.text.Font (or Bas

[iText-questions] PDF417 barcode and newline character

2005-04-14 Thread Gary Wu
Hi, I use BarcodePDF417 to generate 2D barcodes. My problem is I can't encode newline characters in the barcodes. My code looks like this: BarcodePDF417 pd = new BarcodePDF417(); String text = "3011005713\nCB39A78"; pd.setText(text); Image img = pd.getImage(); Any help is highly appreciated! Th

[iText-questions] fonts

2004-03-08 Thread Gary Wu
Hi Group: Does anyone know where I can download true type Arial Bold font for free or buy one royalty free? I did a search on the web but most of the links direct me to fonts.com and I'm wondering if there's a better choice than fonts.com. Thanks for your help! Gary

[iText-questions] fonts get changed when concatenating PDF files

2004-01-22 Thread Gary Wu
Hi, I use the following code to concatenate PDF files into a result PDF. The problem I have is, in the result PDF, some texts are in different fonts than the original PDF files. Any idea what causes the problem? I saw a similar post about fonts and file concatenation. Does iText support concatenat

RE: [iText-questions] Deleting a PdfFormField

2004-01-07 Thread Gary Wu
Title: RE: [iText-questions] Deleting a PdfFormField How about deleting a PDF object (obj ... endobj)? Is there an easy way to check whether an object is referenced in a PDF file and delete it if it's not?   Thanks and Best Regards, Gary   -Original Message-From: Paulo Soares [

RE: [iText-questions] copy a PDF page and its form fields

2003-08-14 Thread Gary Wu
Thanks Leonard. But I couldn't find CopyPDF.java in examples, tutorials, docs and iText source code. Could you point me to where the file is? Thanks! Gary -Original Message- From: Leonard Rosenthol [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 06, 2003 2:26 PM To: Gary Wu; [

RE: [iText-questions] copy a PDF page and its form fields

2003-08-14 Thread Gary Wu
PROTECTED] Sent: Wednesday, August 06, 2003 4:10 PM To: Gary Wu; [EMAIL PROTECTED] Subject: RE: [iText-questions] copy a PDF page and its form fields At 3:25 PM -0700 8/6/03, Gary Wu wrote: >Thanks again Leonard. I found CopyPDF.java. However, it still isn't >something I'm looking for. PdfCo

RE: [iText-questions] copy a PDF page and its form fields

2003-08-14 Thread Gary Wu
in another file? -Original Message- From: Leonard Rosenthol [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 06, 2003 3:05 PM To: Gary Wu; [EMAIL PROTECTED] Subject: RE: [iText-questions] copy a PDF page and its form fields At 2:45 PM -0700 8/6/03, Gary Wu wrote: >Thanks Leonard. B

[iText-questions] copy a PDF page and its form fields

2003-08-06 Thread Gary Wu
fields? Thanks, Gary Wu --- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an XBOX or Visual Studio .NET. http://aspnet.click

[iText-questions] navigate to a PDF page

2003-08-03 Thread Gary Wu
ybody know which method to call to navigate to a certain page in a PDF file? Thanks for your help! Gary Wu --- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are availabl

RE: [iText-questions] please recommend tools for converting MS Word to PDF

2003-06-16 Thread Gary Wu
Thanks for the response. The target OS platform is MS Windows. There are no bookmarks, hyperlinks or other elements in the Word files except text and fonts. What do you think would be the best tool for the task? Thanks! Gary Wu -Original Message- From: Leonard Rosenthol [mailto:[EMAIL

[iText-questions] please recommend tools for converting MS Word to PDF

2003-06-16 Thread Gary Wu
Hi I know iText does not convert files from one format to another. What I want to do is to convert MS Word files to PDF programmatically. Does anybody have a good, royalty free tool, library to recommend? Many thanks! Gary Wu --- This SF.NET

[iText-questions] how to get font, size, coordinates of AcroFields

2003-05-29 Thread Gary Wu
ield. I guess I have to use AcroFields.Item to get dictionaries of a field and lookup the dictionaries by proper PdfName. Am I correct? Does anybody know how to do that? What PdfName should I use? Thanks, Gary Wu --- This SF.net email is spo