[iText-questions] XMLWorker question

2011-05-24 Thread Malloy, James
Hello, I have set up a testbed to try out your new XmlWorker capabilities. I currently have Itext 5.1 and xmlworker .92 in my classpath. I have the sample code that is provided on the xmlworker documentation page functioning. Could you provide an example of how to set up Image processing? What

[iText-questions] Best way to determine if an existing form field has the multiline property?

2006-07-20 Thread Malloy, James
I have a process that fills forms. I want to do a specific action if a form field is multiline. What is the best way to determine if the field is multiline?   Previously I have done: com.lowagie.text.pdf.AcroFields.Item item = form.getFieldItem(field); PdfDictionary dict = (PdfDictionary)

RE: [iText-questions] Form field Font Question

2005-08-02 Thread Malloy, James
Malloy -Original Message- From: Paulo Soares [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 02, 2005 3:02 PM To: Malloy, James; itext-questions@lists.sourceforge.net Subject: Re: [iText-questions] Form field Font Question Your pdf doesn't have any embedded font and is not f

[iText-questions] adding XMP to an existing PDF

2005-01-26 Thread Malloy, James
Title: adding XMP to an existing PDF Does anyone have an example of adding xmp metadata to an existing pdf? - This e-mail transmission may contain information that is proprietary, privileged and/or confidential and is intended exclus

[iText-questions] Combo box problem

2004-12-28 Thread Malloy, James
Title: Combo box problem I have noticed a small issue with the way Itext does combo box form filling. I am using itext 146 and Acrobat Reader 6.0 I am going to look at the code myself but wanted to post here first in case it was a known issue. I have a pdf with a combo box that has pred

RE: [iText-questions] Acrobat error

2004-12-02 Thread Malloy, James
Thats where I got the list of destination syntaxes I tried. I checked the 1.3 and 1.6 specs to make sure nothing had changed - nothing had. -Original Message-From: Leonard Rosenthol [mailto:[EMAIL PROTECTED]Sent: Thursday, December 02, 2004 10:01 AMTo: Malloy, James

RE: [iText-questions] Acrobat error

2004-12-02 Thread Malloy, James
);   The problem does not occur   I should also state that my previous email was incorrect. This problem only occurs in Acrobat/ Reader 5.0 and does not seem to occur in any version of Reader 6.0. Sorry for the misinformation.       -Original Message-From: Leonard Rosenthol [mailt

[iText-questions] Acrobat error

2004-11-30 Thread Malloy, James
Title: Acrobat error I am getting the following error from Acrobat: : There was a problem processing an annotation or link. There was a problem reading the document(15) My application uses Itext to merge/ append pdf forms with bookmarks using PdfCopyFields. This error occurs after the foll

[iText-questions] PdfFormFields mergeResources problem

2004-10-11 Thread Malloy, James
Title: PdfFormFields mergeResources problem When I run the existing PdfFormFields I get an exception: g pdf forms, Count(1)  - Trace: java.lang.ClassCastException: com.lowagie.text.pdf.PRIndirectReference     at com.lowagie.text.pdf.PdfFormField.mergeResources(PdfFormField.java:294)  

[iText-questions] FdfReader bug

2004-09-21 Thread Malloy, James
Title: FdfReader bug It appears that if there are uneven parenthesis in the fdf data then Itext crashes while parsing the fdf file. example:  /V     ((Bonnie Broker)     >> I understand the cause of the problem but have no idea how to fix it. The cause is cur

RE: [iText-questions] PdfCopyFields problem? Solution

2004-09-16 Thread Malloy, James
PROTECTED]Sent: Wednesday, September 15, 2004 12:19 PMTo: Malloy, James; [EMAIL PROTECTED]Subject: RE: [iText-questions] PdfCopyFields problem?   From: Malloy, James [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 15, 2004 1:24 PMTo: Paulo Soares; [E

RE: [iText-questions] PdfCopyFields problem?

2004-09-15 Thread Malloy, James
. -Original Message-From: Paulo Soares [mailto:[EMAIL PROTECTED]Sent: Tuesday, September 14, 2004 6:27 PMTo: Malloy, James; [EMAIL PROTECTED]Subject: RE: [iText-questions] PdfCopyFields problem? Is the field enlarged or the font size is smaller? Either way is easy to do,just change the

RE: [iText-questions] PdfCopyFields problem?

2004-09-14 Thread Malloy, James
length the field is enlarged to fit the text. Does Itext have this capability. Where should I start if I want to code this capability into IText?   - Jim -Original Message-From: Paulo Soares [mailto:[EMAIL PROTECTED]Sent: Tuesday, September 14, 2004 9:38 AMTo: Malloy, James; [EMAIL

[iText-questions] PdfCopyFields problem?

2004-09-14 Thread Malloy, James
Title: PdfCopyFields problem? I am  having a problem when applying data into an existing pdf form field that has the "multi-line" property set on it. Itext does not seem to handle the multiline - It truncates after one line. If I do a straight fdfmerge to the form it does do the multiline.  A

[iText-questions] PdfCopyFields

2004-04-12 Thread Malloy, James
Title: PdfCopyFields I am attempting to use PdfCopyFields to concatinate and fdfmerge. When I run the following code I get the exception: ExceptionConverter: java.lang.ClassCastException: com.lowagie.text.pdf.PRIndirectReference     at com.lowagie.text.pdf.PdfCopyFieldsImp.createWidge

RE: [iText-questions] Example of HTML "please wait" screenbefore PDF generation

2003-07-14 Thread Malloy, James
An easier way of doing this is by using a cheesy javascript trick. When you want to go to create your pdf link to an HTML or JSP page instead which states "Please wait" (maybe an animated gif would be nice). Put an onload task in the body tag that does a document.location() change to your PDF creat

[iText-questions] HtmlParser.parse

2003-05-29 Thread Malloy, James
I am doing a very basic html to pdf parser. Primarily it will be creating from html tables. I have a working prototype using JTidy. The only problem I am having is the first cell in any table always takes up 50% of the table width. This is regardless of whether I set the cell widths indivually o