Re: [iText-questions] Re gistration Black

2009-11-17 Thread George Bilalis
Hi all, I bring up an old issue as I lately had to use this, i.e add registration black typographers marks in a PDF job I output using iText. (Though not an active forum poster, I am an avid forum reader. :) According to PDF1.7 Ref, page 266, section 4.5 Color Spaces it is: 1. The name parameter

Re: [iText-questions] PdfStamper modifies XmpMetadata

2009-11-17 Thread Leonard Rosenthol
Can you please post a target.pdf? -Original Message- From: Patrick Hartmann [mailto:patrick.hartm...@abacus.ch] Sent: Tuesday, November 17, 2009 1:33 PM To: itext-questions@lists.sourceforge.net Subject: [iText-questions] PdfStamper modifies XmpMetadata Hi I use iText 2.1.7 to create

Re: [iText-questions] PdfStamper modifies XmpMetadata

2009-11-17 Thread Leonard Rosenthol
FYI - whitespace in XML is not significant (by default). -Original Message- From: Patrick Hartmann [mailto:patrick.hartm...@abacus.ch] Sent: Tuesday, November 17, 2009 1:33 PM To: itext-questions@lists.sourceforge.net Subject: [iText-questions] PdfStamper modifies XmpMetadata Hi I use

Re: [iText-questions] PdfStamper modifies XmpMetadata

2009-11-17 Thread 1T3XT info
Patrick Hartmann wrote: Hi I use iText 2.1.7 to create and modify PDF files. The PdfStamper changes some data inside my meta data. Why does he do that? A PDF can contain two sets of metadata. In the /Info dictionary. In an XMP stream. PdfStamper changes the Modification date in both

Re: [iText-questions] PdfStamper modifies XmpMetadata

2009-11-17 Thread 1T3XT info
Leonard Rosenthol wrote: FYI - whitespace in XML is not significant (by default). It is if he takes a hash of the XML and uses that hash to check if the XML was changed. That's the main problem. -- This answer is provided by 1T3XT BVBA http://www.1t3xt.com/ - http://www.1t3xt.info

Re: [iText-questions] PdfStamper modifies XmpMetadata

2009-11-17 Thread Patrick Hartmann
Sorry about that. I attached the target.pdf. The target.pdf will also be generated, if you execute my test program. Thanks! Leonard Rosenthol lrose...@adobe.com 17.11.2009 13:42 Can you please post a target.pdf? -Original Message- From: Patrick Hartmann

Re: [iText-questions] PdfStamper modifies XmpMetadata

2009-11-17 Thread Leonard Rosenthol
Thanks. Your XMP (in Source.pdf) is invalid - so it's probably a good thing that iText attempts to rewrite it, as it has fixed at least the biggest problem. However, other problems remain. XMP is a subset of RDF which is a specific XML grammar. Your XML isn't compliant with the rules of

[iText-questions] PDF-A/1b conformance

2009-11-17 Thread Thornton, Keith
Hi, I am trying to produce PDF-A/1b conformant documents. I am setting pdfWriter.setPdfVersion(PdfWriter.VERSION_1_4); and pdfWriter.setPDFXConformance(PdfWriter.PDFA1B); I am embedding the font which I use explicitly bfDefault = BaseFont.createFont(Frutinger_Medium_LT_54368.ttf,

Re: [iText-questions] PDF-A/1b conformance

2009-11-17 Thread 1T3XT info
Thornton, Keith wrote: An exception is thrown (PdfXConformanceException) when I call Document.NewPage() or Document.close() The exception says that I am using the non-embedded font (Helvetia). I am not explicitly ussing this font. Does anyone know what I am doing wrong Or how I can find out

Re: [iText-questions] Problem in nesting of lists in RTF?

2009-11-17 Thread Scott Miller
I believe a related bug has been filed: http://sourceforge.net/tracker/?func=detailaid=2802486group_id=15255atid=115255 They're using the HtmlWorker, but I'm guessing the root cause is just in the RTF generation. I see the same behavior that you are in one of our test cases. However, we're not

[iText-questions] How to get signature image from signed PDF?

2009-11-17 Thread Alexander Burkov
subj. i have signed pdf and need to get image from its signature field. -- View this message in context: http://old.nabble.com/How-to-get-signature-image-from-signed-PDF--tp26391681p26391681.html Sent from the iText - General mailing list archive at Nabble.com.

Re: [iText-questions] Root Object is invalid or missing after PDF is manipulated with iTextSharp

2009-11-17 Thread subrah
Hey Mark, great point, sorry i missed. Yes it's a heavily multi threaded environement. Paulo said i should check out the code in SVN? I will ask him about the respository url to get the code from SVN? i am thankful for any more suggestions you have. Thanks Subrah Mark Storer-2 wrote:

Re: [iText-questions] Root Object is invalid or missing after PDF is manipulated with iTextSharp

2009-11-17 Thread subrah
Hi Paulo, Thank you. Sorry if i am missing something. so where is the SVN repository url to check out the code for multi threading? Thanks Subrah Paulo Soares-3 wrote: Try the code in the SVN, it fixes a problem in heavy multithreading. Paulo - Original Message - From:

Re: [iText-questions] Root Object is invalid or missing after PDF is manipulated with iTextSharp

2009-11-17 Thread Paulo Soares
https://itextsharp.svn.sourceforge.net/svnroot/itextsharp/trunk/src/core -Original Message- From: subrah [mailto:subnibh...@gmail.com] Sent: Tuesday, November 17, 2009 4:32 PM To: itext-questions@lists.sourceforge.net Subject: Re: [iText-questions] Root Object is invalid or

Re: [iText-questions] How to get signature image from signed PDF?

2009-11-17 Thread Alexander Burkov
Alexander Burkov wrote: subj. i have signed pdf and need to get image from its signature field. sorry for stupid question :) i've found answer searching by key extract Image from pdf file -- View this message in context:

Re: [iText-questions] Could not find XObject named '%s'. Browser locks up.

2009-11-17 Thread Jty
i compiled the new OrderedTree.cs in my solution. i'm sorry to say this did not resolve my issue. Paulo, do you plan any mulit-threading augmentations/fixes in very near future? thanks, Jason Jty wrote: Paulo, that would be fine. i'll provide you with feedback on your changes too.

Re: [iText-questions] Losing dynamic links after generating TOC .

2009-11-17 Thread Mark Storer
That iterate through each page and import it into the Document object is where you're going wrong. While PdfCopy knows how to preserve links, the regular Document/PdfWriter combo does not. I suspect you'll have to write your TOC document out as a seperate file (or memory stream), then use

Re: [iText-questions] Could not find XObject named '%s'. Browser locks up.

2009-11-17 Thread Paulo Soares
There are no other known problems in that area and even that particular problem would freeze the app, not missing values. Can you try version 4.1.5? Paulo - Original Message - From: Jty jason_ty...@hotmail.com To: itext-questions@lists.sourceforge.net Sent: Tuesday, November 17, 2009

Re: [iText-questions] Could not find XObject named '%s'. Browser locks up.

2009-11-17 Thread Jty
the repository goes from 4.1.6 - 4.1.2 , did you mean 4.1.2? Jason Paulo Soares-3 wrote: There are no other known problems in that area and even that particular problem would freeze the app, not missing values. Can you try version 4.1.5? Paulo - Original Message - From:

Re: [iText-questions] Root Object is invalid or missing after PDF is manipulated with iTextSharp

2009-11-17 Thread subrah
Sorry Just had a meeting ..i am running in to go/ no go situation here. quite a lot of files there(SVN).. any specfic ones you'd like me to look at for multi threading? i feel so close yet not fully there.. any help would be much appreciated here.. i have attached more files which were corrupted

Re: [iText-questions] Root Object is invalid or missing after PDF is manipulated with iTextSharp

2009-11-17 Thread Mike Marchywka
Date: Tue, 17 Nov 2009 12:22:09 -0800 From: To: itext-questions@lists.sourceforge.net Subject: Re: [iText-questions] Root Object is invalid or missing after PDF is manipulated with iTextSharp Sorry Just had a meeting ..i am running in to

Re: [iText-questions] RTF - problem in cross references

2009-11-17 Thread amarchan
Hi Mark, On many posting I read that internal links are not supported in RtfWriter2 but could not find any explanation why. Is this a limitation imposed by the RTF definition? If not is this feature planed on the road map? Thanks, Alain