Re: [iText-questions] Adding Signature after the last line in PDf

2011-09-22 Thread 1T3XT BVBA
On 23/09/2011 7:02, vasu_d wrote: > Hi, >Thanks for the response. Here is my requirement > >--> The function arguments are path to input pdf file& path to output > file > -->the output pdf should have visible signature immediate to last-line in > the pdf. You could use the PDF parsin

Re: [iText-questions] [Book]

2011-09-22 Thread Mark Storer
I'd just build the entire page each time. There might be some boilerplate there, but I think the reduced technical complexity will be worth it. --Mark Storer Senior Software Engineer Cardiff.com import legalese.Disclaimer; Disclaimer DisCard = null;

Re: [iText-questions] [Book]

2011-09-22 Thread Martin Schwartzman
If you go with #1 I would look at section 15.3.5 from the book. You can mark objects when you generate your template then use PdfReader to find them and insert your new dynamic content. From: Mark Storer [mailto:msto...@autonomy.com] Sent: Thursday, September 22, 2011 1:49 PM To: Post all y

Re: [iText-questions] [Book]

2011-09-22 Thread Mark Storer
I suggest going with #1. Build all your static content in advance, and only render/insert the pages with dynamic content as needed. --Mark Storer Senior Software Engineer Cardiff.com import legalese.Disclaimer; Disclaimer DisCard = null; From

[iText-questions] iText.

2011-09-22 Thread Gerry Lieberwirth
I have a simple question. I am in the process of converting a PDF Filling application to Java using iText. So far, it has been working great. The original design of the program was to use the ToolTip to pass functions and formatting to the program. (See example) In this example "pl

[iText-questions] [Book]

2011-09-22 Thread Herold, Douglas
Hi We are going to create a large report (30 or 40 pages) for our company using iText for Java. The report will have a lot of static data and images. The report will also have dynamic data and graphs about the current logged in user. I was wondering what the best way to handle the static data

Re: [iText-questions] Get all fields as xml from XFA-form

2011-09-22 Thread 1T3XT BVBA
On 22/09/2011 10:03, Tim Laeremans wrote: > How can I extract all the fields as xml of a dynamic XFA-pdf? That's explained in chapter 8 of the book "iText in Action – Second Edition" -- All the data continuously generated

Re: [iText-questions] add xfa:datasets to any PDF file NOT generated by LiveCycle Designer

2011-09-22 Thread 1T3XT BVBA
On 22/09/2011 13:05, Massa Alfonso wrote: Hi, I have a PDF file NOT generated by LiveCycle Designer and I want add a generic XmlDocument to this. Probably I have to use the XfaForm class. This is the structure that I expect to find into the resulted PDF file. http://ns.adobe.com/xdp/";> h

[iText-questions] xmlworker list symbol rendering issue

2011-09-22 Thread Andy Hall
Hello All I am using xmlworker v 1.1.0 and itextpdf 5.1.2 to directly convert an XHTML document into PDF I am encountering a problem in the PDF output - Lists are rendering a little oddly. The "disc" symbol of a UL is rendering too big and not the same colour as the list content. An OL l

Re: [iText-questions] Encryption PDF

2011-09-22 Thread Leonard Rosenthol
Mark the button as read only. From: Khatri Anand mailto:anand.khatr...@gmail.com>> Reply-To: Post here mailto:itext-questions@lists.sourceforge.net>> Date: Thu, 22 Sep 2011 05:05:18 -0700 To: Post here mailto:itext-questions@lists.sourceforge.net>> Subject: Re: [iText-questions] Encryption PDF

Re: [iText-questions] PDF Page Scaling

2011-09-22 Thread Greg32901
I had a similar problem. When I used: writer.setViewerPreferences(PdfWriter.PrintScalingNone); The print scaling was not being set properly. I traced through the itext code and I think there is a bug there. To fix it, I explicitly set the value: writer.addViewerPreference(PdfName.PRI

Re: [iText-questions] Encryption PDF

2011-09-22 Thread Khatri Anand
Hello sir, Now Encryption PDF is working good. but I have one problem when I Login in PDF using User Password. I have Form.java file that create PDF file. File contain list of textfield, button, Listbox...etc. when I open PDF using User Password than all the fields are editable false (Disable

[iText-questions] add xfa:datasets to any PDF file NOT generated by LiveCycle Designer

2011-09-22 Thread Massa Alfonso
Hi, I have a PDF file NOT generated by LiveCycle Designer and I want add a generic XmlDocument to this. Probably I have to use the XfaForm class. This is the structure that I expect to find into the resulted PDF file. http://ns.adobe.com/xdp/";> http://www.xfa.org/schema/xci/1.0/"; xmlns:xfa="h

[iText-questions] Rotating existing images

2011-09-22 Thread WMJ
Hello, I am looking for an approach to rotate existing images in a PDF page. As far as I know, I have to first parse the content to operators and operands. For example, q 524.2500 0. 0. 794.2500 0. 0. cm /Im1 Do Q The above code sets up the matrix and draw an image onto it. Whe

[iText-questions] Get all fields as xml from XFA-form

2011-09-22 Thread Tim Laeremans
Hello, How can I extract all the fields as xml of a dynamic XFA-pdf? Best Regards, Tim -- All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performan