Re: [iText-questions] PDF/A compliance tests

2009-04-03 Thread Paulo Soares
That's fixed in the iTextSharp SVN. Paulo - Original Message - From: "Sergi" To: Sent: Friday, April 03, 2009 12:00 PM Subject: Re: [iText-questions] PDF/A compliance tests > > Hello, > > I'm trying to create a PDF/A-1b through iTextSharp and

Re: [iText-questions] PDF/A compliance tests

2009-04-03 Thread Sergi
Hello, I'm trying to create a PDF/A-1b through iTextSharp and I got it. Nevertheless, when I validate it against Acrobat appears an error: Profile: Verify compliance with PDF/A-1b (Processed pages 1 to 3) Results (Summary) Error Syntax problem: Indirect object “obj” keyword not followed by an EO

Re: [iText-questions] PDF/A compliance tests

2009-02-27 Thread Benjamin Podszun
On Thu, 2009-02-26 at 23:04 -0800, anze.ore...@gmail.com wrote: > i am doing the same, converting iText with IKVM but I am getting messages like > > Warning IKVMC0100: class "org.bouncycastle.crypto.CipherParameters" not found > > in the process of converting...I should probably add bouncy classe

Re: [iText-questions] PDF/A compliance tests

2009-02-26 Thread ben
On Wed, 25 Feb 2009 23:33:15 -0800 (PST), Anzljc wrote: > I have the same problems. The PDF/A document is not verified. What exactly > did you do? What exactly is the problem? The cmap entry? Or that the validation doesn't succeed? To cut the long story short: I don't use itextsharp anymore for

Re: [iText-questions] PDF/A compliance tests

2009-02-25 Thread Anzljc
t;> >> -Original Message- >> From: Benjamin Podszun [mailto:b...@galactic-tales.de] >> Sent: Tuesday, December 09, 2008 2:58 PM >> To: Post all your questions about iText here >> Subject: Re: [iText-questions] PDF/A compliance tests >> >> But

Re: [iText-questions] PDF/A compliance

2009-02-23 Thread Leonard Rosenthol
Yes, update your copy of iText that no longer writes this value. Leonard On 2/23/09 3:53 AM, "amarianoelaide" wrote: Thank you, Leonard. Just to completely understand the situation, is there a way to avoid this syntax checker flag? Leonard Rosenthol-3 wrote: > > Got it. > > As Michael exp

Re: [iText-questions] PDF/A compliance

2009-02-23 Thread amarianoelaide
Thank you, Leonard. Just to completely understand the situation, is there a way to avoid this syntax checker flag? Leonard Rosenthol-3 wrote: > > Got it. > > As Michael explained so well earlier - see < > http://www.nabble.com/Re%3A-Unrecognized-PDF-content%3A-The-document%09contains-PDF-cont

Re: [iText-questions] PDF/A compliance

2009-02-19 Thread Leonard Rosenthol
Got it. As Michael explained so well earlier - see < http://www.nabble.com/Re%3A-Unrecognized-PDF-content%3A-The-document%09contains-PDF-content-or-custom-content-not-supported-by-the%09current-version-of-Adobe-Reader.-p20375513.html> Leonard On 2/19/09 9:38 AM, "amarianoelaide" wrote: ope

Re: [iText-questions] PDF/A compliance

2009-02-19 Thread amarianoelaide
open file with acro 9. third tab on the left - "Signatures: verify signatures added to this document" click on "Click to view this version", then on View report and you see the code 4000 Leonard Rosenthol-3 wrote: > > WHAT operation are you doing to get the 4000? That is part of the > "Signat

Re: [iText-questions] PDF/A compliance

2009-02-19 Thread mkl
Michael. --- From: Leonard Rosenthol [mailto:lrose...@adobe.com] Sent: Thursday, February 19, 2009 12:49 PM To: Post all your questions about iText here Subject: Re: [iText-questions] PDF/A compliance WHAT operation are you doing to get the 4000? That is part of the

Re: [iText-questions] PDF/A compliance

2009-02-19 Thread Leonard Rosenthol
WHAT operation are you doing to get the 4000? That is part of the "Signature Preview Mode" which isn't invoked normally - so wondering why you are seeing it... Leonard On 2/19/09 5:22 AM, "amarianoelaide" wrote: Thank you all. I follow your suggestions and now I don't have problem about p

Re: [iText-questions] PDF/A compliance

2009-02-19 Thread amarianoelaide
Thank you all. I follow your suggestions and now I don't have problem about pdf/a compliance. But the error 4000 still remains. I sent you my new file. Could be a signature problem? Thanks for your help. http://www.nabble.com/file/p22097489/signed_pdf.pdf signed_pdf.pdf -- View this message in

Re: [iText-questions] PDF/A compliance

2009-02-18 Thread mkl
ion date mismatch. Regards, Michael. -Original Message- From: amarianoelaide [mailto:amari...@elaide.com] Sent: Wednesday, February 18, 2009 10:54 AM To: itext-questions@lists.sourceforge.net Subject: [iText-questions] PDF/A compliance Hi all, I signed a pdf with an invisible external

Re: [iText-questions] PDF/A compliance

2009-02-18 Thread Leonard Rosenthol
eforge.net Subject: [iText-questions] PDF/A compliance Hi all, I signed a pdf with an invisible external signature. Acrobat Reader 8 says that signature validity is unknown because signer's identity is unknown and that's right. But now I also need to create a PDF/A compliant signed pdf.

[iText-questions] PDF/A compliance

2009-02-18 Thread amarianoelaide
Hi all, I signed a pdf with an invisible external signature. Acrobat Reader 8 says that signature validity is unknown because signer's identity is unknown and that's right. But now I also need to create a PDF/A compliant signed pdf. I'm able to create a PDF/A compliant pdf and also to modify an ex

Re: [iText-questions] PDF/A compliance tests

2008-12-09 Thread Benjamin Podszun
eated. Therefore maybe it is beyond > the scope of iText itself and actually a matter of choosing compatible > fonts. > > -Original Message- > From: Benjamin Podszun [mailto:[EMAIL PROTECTED] > Sent: Tuesday, December 09, 2008 2:58 PM > To: Post all your questions about iTe

Re: [iText-questions] PDF/A compliance tests

2008-12-09 Thread Schalück , Elmar
Hi, Maybe it's the same problem I had a year ago. Are you working with setCharAdvance? It will break PDF/A conformance. See: http://www.nabble.com/PDF-A-and-BaseFont.setCharAdvance-will-give-errors-td15090763.html#a15090763 Regards, Elmar > Sorry for replying to myself, but I think it's interest

Re: [iText-questions] PDF/A compliance tests

2008-12-09 Thread Michael Klink
it is beyond the scope of iText itself and actually a matter of choosing compatible fonts. -Original Message- From: Benjamin Podszun [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 09, 2008 2:58 PM To: Post all your questions about iText here Subject: Re: [iText-questions] PDF/A compl

Re: [iText-questions] PDF/A compliance tests

2008-12-09 Thread Michael Klink
it is beyond the scope of iText itself and actually a matter of choosing compatible fonts. -Original Message- From: Benjamin Podszun [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 09, 2008 2:58 PM To: Post all your questions about iText here Subject: Re: [iText-questions] PDF/A compl

Re: [iText-questions] PDF/A compliance tests

2008-12-09 Thread 1T3XT info
Benjamin Podszun wrote: > pdf-tools' pdfvalidator still says: > > 1, 7, 0x03418527, "The embedded TrueType font XFNCRW+ArialMT contains more > than one cmap entries.", 1 > > Can anyone comment on whether this is a valid error? I'll have to leave this question for Leonard. He's the specialist wit

Re: [iText-questions] PDF/A compliance tests

2008-12-09 Thread Benjamin Podszun
Thanks for the update. I might even try to use itext via ikvm then, just to see if that works out at all/solves these issues. Anyway, good to know about the roadmap! On Tue, 09 Dec 2008 13:12:24 +0100, 1T3XT info <[EMAIL PROTECTED]> wrote: > Benjamin Podszun wrote: >> Is itextsharp maintained >> b

Re: [iText-questions] PDF/A compliance tests

2008-12-09 Thread 1T3XT info
Benjamin Podszun wrote: > Is itextsharp maintained > by the same team or just a subset (bruno and paolo are listed on the sf.net > page)? Currently iTextSharp is two versions behind. Syncing iTextSharp is sheduled for January/February 2009. That is: if nothing else gets in between for Paulo. -- T

Re: [iText-questions] PDF/A compliance tests

2008-12-09 Thread Michael Klink
r 09, 2008 10:21 AM To: Post all your questions about iText here Subject: Re: [iText-questions] PDF/A compliance tests Benjamin Podszun wrote: > "The separator after an 'obj' must be an EOL.", 3 Isn't that something that was solved in the most recent iText version? --

Re: [iText-questions] PDF/A compliance tests

2008-12-09 Thread 1T3XT info
Benjamin Podszun wrote: > "The separator after an 'obj' must be an EOL.", 3 Isn't that something that was solved in the most recent iText version? -- This answer is provided by 1T3XT BVBA http://www.1t3xt.com/ - http://www.1t3xt.info --

Re: [iText-questions] PDF/A compliance tests

2008-12-08 Thread Leonard Rosenthol
Please send a sample PDF that demonstrates the problem - but I would believe both Callas and PDF-Tools reports.That error IS a valid PDF/A problem and I see no reason why they would "lie" about it. Leonard On Dec 8, 2008, at 9:59 AM, Benjamin Podszun wrote: > Hi. > > After help from this

[iText-questions] PDF/A compliance tests

2008-12-08 Thread Benjamin Podszun
Hi. After help from this list I was able to create a PDF/A1B compliant document. Sort of. One test suite that I have claims the document is valid, two others disagree strongly and mention the same errors: Tool 1, trial from callas software: 2008-12-08 15:25:31 Hit PDFAWidth informatio

Re: [iText-questions] PDF/A compliance

2007-10-30 Thread Paulo Soares
That's BIRT call. Paulo - Original Message - From: "Nicolas Simonnet" <[EMAIL PROTECTED]> To: Sent: Tuesday, October 30, 2007 4:33 PM Subject: [iText-questions] PDF/A compliance > Hello, > > > > I'm working on a web application using BIRT / iT

[iText-questions] PDF/A compliance

2007-10-30 Thread Nicolas Simonnet
Hello, I'm working on a web application using BIRT / iText to generate PDF reports, and our customers want us to generate PDF/A compliant documents. Is iText able to generate this kind of documents? If not, will it be? . :-) Thanks for your answer, and thanks for your great job! Nico -