Re: [iText-questions] dialog to select pdf to import

2011-08-31 Thread 1T3XT BVBA
Hello, as I suspected, this question is off-topic on the mailing list. On 1/09/2011 1:02, joe smith wrote: I comment out the 26 and use line 25 the application works. Now line 25 has public static final String SOURCE = "C:\\myTest.pdf"; SOURCE is a string clearly so on line 26 where I have publ

Re: [iText-questions] Missing Content When Merging

2011-08-31 Thread 1T3XT BVBA
On 1/09/2011 3:23, Andy Wu wrote: > Can anyone offer an explanation as to what I'm seeing and better still, > how to resolve it? I don't understand the question. It's not clear what you want to prove with the PDF examples you give. Unless you're saying that you're using those PDFs as stationery.

[iText-questions] Missing Content When Merging

2011-08-31 Thread Andy Wu
Hi All, I'm using iText to merge a PDF containing header/footer content to another document as per Bruno's example: http://www.itextpdf.com/examples/iia.php?id=119 It works perfectly for the majority of PDFs but I've come across 2 examples where it doesn't work. For this PDF, the footer

Re: [iText-questions] dialog to select pdf to import

2011-08-31 Thread joe smith
OK I'll try again. I've been working my way through the examples at http://itextpdf.com/book/examples.php and part2.chapter06.ImportingPages1 for example. What I have is a java application. The dialog class which allows a user to select a pdf file to import and place into a new pdf document

Re: [iText-questions] XMP Qualifier support or lack there of

2011-08-31 Thread Lindberg, Chris J.
I reworked my XmpQualifier object removing calls to the XOM library and extended XmpArray as you suggested. (I overrided the toString() method) The result cleaned up the issue with XPath ID. I now get the snippet still transforming XML to rdf:li rdf:parseTyep="Resource":

Re: [iText-questions] Repeating headers with page content overflow

2011-08-31 Thread Alexis Pigeon
Hi Marcellus, On 31 August 2011 16:57, Marcellus wrote: > Hi, > > I'm trying to implement repeating headers within some existing PDF > generating code. The code is currently designed to include a "header" > for each page of the report; however it is simply including this > "header" as the first

Re: [iText-questions] newbie Web page to call itext Hello.java

2011-08-31 Thread Alexis Pigeon
Hi Steve, On 31 August 2011 20:30, Steve wrote: > I got the ITEXT HelloWorld to work. > Good. > Now I'm trying to get ITEXT Chapter 9 Part 3 > to be called from web page. > > There are no errors in Hello.java. > Good. > I've installed Apache and > Java SE Runtime Environment. > Good start

Re: [iText-questions] newbie Web page to call itext Hello.java

2011-08-31 Thread Steve
Steve uaex.edu> writes: I got the ITEXT HelloWorld to work. Now I'm trying to get ITEXT Chapter 9 Part 3 to be called from web page. There are no errors in Hello.java. I've installed Apache and Java SE Runtime Environment. Not sure how to get the Hello.java to appear as a web pag

[iText-questions] newbie Web page to call itext Hello.java

2011-08-31 Thread Steve
I got the ITEXT HelloWorld to work. Now I'm trying to get ITEXT Chapter 9 Part 3 to be called from web page. There are no errors in Hello.java. I've installed Apache and Java SE Runtime Environment. Not sure how to get the Hello.java to appear as a web page. Suggestions? TIA Steve --

Re: [iText-questions] Merge of detached signature

2011-08-31 Thread mkl
scoutman, scoutman wrote: > i'm new and i'm trying to sign a pdf having an external sign. When my > signing process has finished, what exactly i must do to replace the > signature? Can you post the code you use to replace the pdf by brute > force? There are a number of ways to do that. Immediatel

Re: [iText-questions] Merge of detached signature

2011-08-31 Thread scoutman
Hi, Andreas, i'm new and i'm trying to sign a pdf having an external sign. When my signing process has finished, what exactly i must do to replace the signature? Can you post the code you use to replace the pdf by brute force? Thank you very much -- View this message in context: http://itext-gen

[iText-questions] Repeating headers with page content overflow

2011-08-31 Thread Marcellus
Hi, I'm trying to implement repeating headers within some existing PDF generating code. The code is currently designed to include a "header" for each page of the report; however it is simply including this "header" as the first chunk of content for each page. It is not using the document end

Re: [iText-questions] XMLWorker 1.1.0 for C# released

2011-08-31 Thread 1T3XT BVBA
On 31/08/2011 12:55, Paulo Soares wrote: Find it at https://sourceforge.net/projects/itextsharp/files/xmlworker/ Thank you Paulo! I've reserved a couple of days in September to write the documentation. -- Special Offer

Re: [iText-questions] Extract images in correct order

2011-08-31 Thread Leonard Rosenthol
Page by Page is the correct method. However, yes, page content in a PDF can be complex Which is why there is a bunch of code in iText to handle all that for you. Look at the ContentParser stuff... Leonard On 8/31/11 10:01 AM, "xraken" wrote: >Hi, > >I am trying to extract images from a PDF

[iText-questions] Extract images in correct order

2011-08-31 Thread xraken
Hi, I am trying to extract images from a PDF using the approach that uses reader.getXrefSize() and reader.getPdfObject(i). That works, in a way. Unfortunately the order in which they are returned does not reflect the order they are used in the PDF. My next attempt was iterating over the pages a

Re: [iText-questions] Compile error in IX509AttributeCertificate.cs

2011-08-31 Thread William Bell
Hi Keith and Paulo, Many thanks for your suggestions. I'm tied up on something else at the moment so will take a look later. But just to confirm IX509AttributeCertificate.cs came with the iTextSharp source - I haven't modified/used it in any way. It is attached if you wish to take a lo

[iText-questions] XMLWorker 1.1.0 for C# released

2011-08-31 Thread Paulo Soares
Find it at https://sourceforge.net/projects/itextsharp/files/xmlworker/. Paulo-- Special Offer -- Download ArcSight Logger for FREE! Finally, a world-class log management solution at an even better price-free! And you'll

Re: [iText-questions] Compile error in IX509AttributeCertificate.cs

2011-08-31 Thread Paulo Soares
What do you have in IX509AttributeCertificate.cs? Paulo - Original Message - From: William Bell To: 'Post all your questions about iText here' Sent: Tuesday, August 30, 2011 3:40 PM Subject: [iText-questions] Compile error in IX509AttributeCertificate.cs Hi, I would lik

Re: [iText-questions] FW: Compile error in IX509AttributeCertificate.cs

2011-08-31 Thread Keith O
Hi William, > From: wrb...@btinternet.com > To: itext-questions@lists.sourceforge.net > Date: Wed, 31 Aug 2011 08:41:18 +0100 > Subject: Re: [iText-questions] FW: Compile error in > IX509AttributeCertificate.cs > > No problems - I'll keep plugging away. > > Appreciate reply. > > Kind regards

Re: [iText-questions] FW: Compile error in IX509AttributeCertificate.cs

2011-08-31 Thread William Bell
No problems - I'll keep plugging away. Appreciate reply. Kind regards William William Bell T: +44 7795 463646 E: wrb...@btinternet.com -Original Message- From: 1T3XT BVBA [mailto:i...@1t3xt.info] Sent: 31 August 2011 08:39 To: William Bell Subject: Re: FW: Compile error in IX509Attribu

Re: [iText-questions] Unexpected behavior while using Graphics2D

2011-08-31 Thread 1T3XT BVBA
On 30/08/2011 20:15, Lucas Madar wrote: > I'm running in to a problem when I use Graphics2D.create() and make > several child Graphics objects. It appears that any shapes or text > that are drawn in this method draw in the pdf based in the order in > which Graphics2D.create() was called, not the

Re: [iText-questions] dialog to select pdf to import

2011-08-31 Thread 1T3XT BVBA
On 31/08/2011 2:15, joe smith wrote: > I have a dialog that allows a user to select a file and then I place > in into a PDF I am creating. If you want an answer to your question, I suggest you rephrase it. I fear very little people understand what you're asking. "I have a dialog" => Where? In a

Re: [iText-questions] XMP Qualifier support or lack there of

2011-08-31 Thread 1T3XT BVBA
On 30/08/2011 19:58, Lindberg, Chris J. wrote: I created a XmpQualifier object with a method that outputs the RDF/XML for the qualifiers. I would extend XmpArray to fit my needs and then set the property in the DublinCoreSchema using the setProperty method.