Re: [iText-questions] PDF/A and LocalGoto not working

2014-12-23 Thread Raf Hens
On 23/12/2014 11:56, Denzen, van Carl wrote: > My first mailing was not accurate enough. The problem you have caught in > removing the “setAttributes” line will lead to an error while running > the code. This is another problem (that also occurs in a more severe way > in iTextSharp, I cannot find a

Re: [iText-questions] PDF/A and LocalGoto not working

2014-12-23 Thread Raf Hens
On 23/12/2014 11:56, Denzen, van Carl wrote: > My first mailing was not accurate enough. The problem you have caught in > removing the “setAttributes” line will lead to an error while running > the code. This is another problem (that also occurs in a more severe way > in iTextSharp, I cannot find a

Re: [iText-questions] PDF/A and LocalGoto not working

2014-12-22 Thread iText mailing list
On 12/22/2014 16:25 PM, Denzen, van Carl wrote: setLocalGoto doesn’t work when I create a PDF/A-1B document. When I change the document to ordinary pdf (the commented-out writer code), it works as expected. I've tested your code sample and I can reproduce the problem if we remove the foll

[iText-questions] PDF/A-3 embed file does not work with 5.4.4-SNAPSHOT

2013-07-26 Thread Vad1mo
Hello, I tried the pdf/A-3 example and it didn't work with the current 5.4.4-SNAPSHOT. According to the spec embedding files is allowed.   Exception in thread "main" com.itextpdf.text.pdf.PdfAConformanceException: Embedded files are not permitted.         at com.itextpdf.text.pdf.internal.PdfA1

Re: [iText-questions] PDF/A creation from image stopped working in iTextSharp 5.3.5

2013-02-07 Thread Leonard Rosenthol
On 2/7/13 5:50 AM, "Berend" wrote: >How do I do that Acrobat syntax check? (I only have acrobat reader, not >professional) You have Adobe Reader. If you want to do the Acrobat syntax check, you need Adobe Acrobat. If you are going to be doing PDF development, you will find it indispensable. (of

Re: [iText-questions] PDF/A creation from image stopped working in iTextSharp 5.3.5

2013-02-07 Thread iText Info
Op 7/02/2013 16:10, Berend schreef: > Can you give me a hint how to solve the problem? Can I give you a hint? No, the report is what it is. Can anybody else give you a hint? Maybe, I've made a ticket on the iText paid support ticketing system. I don't know if the ticket will get priority. If you'

Re: [iText-questions] PDF/A creation from image stopped working in iTextSharp 5.3.5

2013-02-07 Thread Berend
Can you give me a hint how to solve the problem? -- View this message in context: http://itext-general.2136553.n4.nabble.com/PDF-A-creation-from-image-stopped-working-in-iTextSharp-5-3-5-tp4657559p4657567.html Sent from the iText - General mailing list archive at Nabble.com. --

Re: [iText-questions] PDF/A creation from image stopped working in iTextSharp 5.3.5

2013-02-07 Thread Berend
I have copied the output PDF in my dropbox: https://dl.dropbox.com/u/39711085/test.tif.pdf How do I do that Acrobat syntax check? (I only have acrobat reader, not professional) -- View this message in context: http://itext-general.2136553.n4.nabble.com/PDF-A-creation-from-image-stopped-working-

Re: [iText-questions] PDF/A creation from image stopped working in iTextSharp 5.3.5

2013-02-07 Thread Berend
I have copied the output PDF in my dropbox: https://dl.dropbox.com/u/39711085/test.tif.pdf How do I do that Acrobat syntax check? (I only have acrobat reader, not professional) -- View this message in context: http://itext-general.2136553.n4.nabble.com/PDF-A-creation-from-image-stopped-working-

Re: [iText-questions] PDF/A creation from image stopped working in iTextSharp 5.3.5

2013-02-07 Thread iText Info
Op 7/02/2013 14:40, Berend schreef: > The validator validates the output PDF as PDF/A 1a without any warnings or > errors. Yes, but what does Acrobat tell you about the syntax? Can you share a PDF? -- Free Next-Gen Firewal

Re: [iText-questions] PDF/A creation from image stopped working in iTextSharp 5.3.5

2013-02-07 Thread Berend
Yes, I am as sure as I can be about that. I use this validator: http://www.pdf-tools.com/pdf/validate-pdfa-online.aspx The validator validates the output PDF as PDF/A 1a without any warnings or errors. -- View this message in context: http://itext-general.2136553.n4.nabble.com/PDF-A-creation-f

Re: [iText-questions] PDF/A creation from image stopped working in iTextSharp 5.3.5

2013-02-07 Thread iText Info
Op 7/02/2013 14:17, Berend Engelbrecht schreef: > Creating PDF file 'test.tif.pdf' from image 'test.tif' ... > Unbalanced marked content operators. > Unbalanced marked content operators. > Failed to create PDF file. > Done. Press Enter to end program. Unbalanced marked content operators usually don

[iText-questions] PDF/A creation from image stopped working in iTextSharp 5.3.5

2013-02-07 Thread Berend Engelbrecht
Hello, I have a program that creates PDF/A files from images. I tried to update the iTextSharp version that is used in the program from 5.3.2 to 5.3.5, but then it stops working. If I use 5.3.4 or an older 5.3.x version, my code works as expected. I have uploaded a simplified version of my s

Re: [iText-questions] PDF/A iTextSharp

2012-08-06 Thread Leonard Rosenthol
forge.net>> To: Post here mailto:itext-questions@lists.sourceforge.net>> Subject: [iText-questions] PDF/A iTextSharp I'm sending this email because I'm trying to convert programmatically(C#) a PDF file that exists in a certain folder, to PDF/A format. I've made s

[iText-questions] PDF/A iTextSharp

2012-08-06 Thread Gonçalo Martins
I'm sending this email because I'm trying to convert programmatically(C#) a PDF file that exists in a certain folder, to PDF/A format. I've made some tries but with almost no success... The best I've got was the creation of an empty file, using the following code: private void butt

[iText-questions] PDF/A Validation

2012-03-19 Thread Pascal Huynh
Hi, I try to generate a PDF/A and check its conformance with a validation tool : PDF Validator from PDF Tools. I create a document, I add all informations to fill "document info" and finally I call createXmpMetadata() method from writer. The most simpliest method to generate XMP metadatas. When v

Re: [iText-questions] PDF/A file and images

2012-01-17 Thread Leonard Rosenthol
: [iText-questions] PDF/A file and images "Do you understand color management, ICC profiles, and the like?" No I have never worked with color management and ICC profiles. Does the latest itext book talk about it? Is there any other place I can get information about it. -- View this

Re: [iText-questions] PDF/A file and images

2012-01-17 Thread zmotiwala
"Do you understand color management, ICC profiles, and the like?" No I have never worked with color management and ICC profiles. Does the latest itext book talk about it? Is there any other place I can get information about it. -- View this message in context: http://itext-general.2136553.n4.na

Re: [iText-questions] PDF/A file and images

2012-01-13 Thread Leonard Rosenthol
Message- From: zmotiwala [mailto:zmotiw...@docfinity.com] Sent: Friday, January 13, 2012 12:46 PM To: itext-questions@lists.sourceforge.net Subject: Re: [iText-questions] PDF/A file and images Can you tell me what all values need to be supplied to iText for it to conform to a PDF/A document. I

Re: [iText-questions] PDF/A file and images

2012-01-13 Thread zmotiwala
Can you tell me what all values need to be supplied to iText for it to conform to a PDF/A document. I need to add the images to it. Also I will check in about the verification see if it can be done as a PDF/A and a PDF/X. Also what version of iText has better capability of supporting PDF/A crea

Re: [iText-questions] PDF/A file and images

2012-01-05 Thread mkl
zmotiwala, zmotiwala wrote > When I open it up in Adobe Acrobat 9.0 it says document is being viewed in > pdf/a mode. That does not mean you have an error-free PDF/A document. It merely means that the document claims it is a PDF/A document. > But when I go to verify it, it fails verification. >

Re: [iText-questions] PDF/A file and images

2012-01-05 Thread Leonard Rosenthol
You'd have to post the actual PDF for us to be able to comment. -Original Message- From: zmotiwala [mailto:zmotiw...@docfinity.com] Sent: Thursday, January 05, 2012 5:53 PM To: itext-questions@lists.sourceforge.net Subject: [iText-questions] PDF/A file and images I created a PDF/A

[iText-questions] PDF/A file and images

2012-01-05 Thread zmotiwala
I created a PDF/A file and added an image to it. When I open it up in Adobe Acrobat 9.0 it says document is being viewed in pdf/a mode. But when I go to verify it, it fails verification. http://itext-general.2136553.n4.nabble.com/file/n4267412/preflight.png Even though I set the following in

Re: [iText-questions] PDF/A-1a missing structure issue..

2011-08-17 Thread 1T3XT BVBA
On 17/08/2011 13:43, myworld.amol wrote: But what is the reason that i am getting above error again while validating PDF/A-1a with PDFPilot tool? Wasn't this answered by Mark Storer? I quote: You've got text outside marked content operators ("These are some famous movies by Stanley Kubrick:"

Re: [iText-questions] PDF/A-1a missing structure issue..

2011-08-17 Thread myworld.amol
Hello Jose, Thanks again for your reply. As you suggested to take a look at http://itext-general.2136553.n4.nabble.com/PDF-A-conformance-and-StructElem-Type-td3005862.html where it is mentioned to add new lines in PDfStructureElement file. I did this and generated new iText jar with modified class

Re: [iText-questions] PDF/A-1a missing structure issue..

2011-08-16 Thread jmrrva
Hello, This is an easy one. You are probably using an old iText version. Take a look at: http://itext-general.2136553.n4.nabble.com/PDF-A-conformance-and-StructElem-Type-td3005862.html Jose 2011/8/16 myworld.amol > Hello Jose, > Thanks for your reply. > I tried following example to generate

Re: [iText-questions] PDF/A-1a missing structure issue..

2011-08-16 Thread Mark Storer
lto:myworld.a...@gmail.com] > Sent: Tuesday, August 16, 2011 1:53 AM > To: itext-questions@lists.sourceforge.net > Subject: Re: [iText-questions] PDF/A-1a missing structure issue.. > > Hello Jose, > Thanks for your reply. > I tried following example to generate PDF/A-

Re: [iText-questions] PDF/A-1a missing structure issue..

2011-08-16 Thread myworld.amol
Hello Jose, Thanks for your reply. I tried following example to generate PDF/A-1a compliance PDF using iText APIs. import java.awt.color.ICC_Profile; import java.io.FileInputStream; import java.io.FileOutputStream; import java.io.IOException; import com.lowagie.text.Document; import com.lowagie.

Re: [iText-questions] PDF/A-2 support issue in iText...

2011-08-12 Thread Leonard Rosenthol
iText (and especially one as OLD as what you are using!!) only supports PDF/A-1, so you will need to add in all the necessary bits... Do you actually have a copy of ISO 19005-2:2011? If not, the first thing you are going to need to do is get yourself a copy. Second, after you've read and digeste

[iText-questions] PDF/A-2 support issue in iText...

2011-08-12 Thread myworld.amol
Hello Support, I am trying to generate PDF/A using iText2.1.7 version jar. There are two standards for PDF/A. 1) PDF/A-1 is based on the PDF Reference Version 1.4 from Adobe Systems Inc 2) PDF/A-2 is based on ISO 32000-1 - PDF 1.7 and is defined by ISO 19005-2:2011 I am able to generate PDF/A-1 le

Re: [iText-questions] PDF/A-1a missing structure issue..

2011-08-11 Thread jmrrva
Search the book for: PdfStructureElement mapRole beginMarkedContentSequence endMarkedContentSequence etc. Also looking at the standard. Jose 2011/8/11 myworld.amol > Hello, > Thanks for your reply Jose. > > I am reading 'iText in action second edition book' and it is not mentioned > there

Re: [iText-questions] PDF/A-1a missing structure issue..

2011-08-11 Thread Leonard Rosenthol
PDF/A-1a requires that all content in the file is tagged according to the relevant section of PDF 1.4. This is a MAJOR undertaking as it means you need to mark all of your paragraphs, headers, images, etc. using the correct tags. iText does not include such functionality and you will need to add

Re: [iText-questions] PDF/A-1a missing structure issue..

2011-08-11 Thread myworld.amol
Hello, Thanks for your reply Jose. I am reading 'iText in action second edition book' and it is not mentioned there about PDF/A-1a tags or any structural information. I have embedded my fonts,also i have created xmpmetadata. But what other structural tags i need to add for PDF/A-1a conformance.??

Re: [iText-questions] PDF/A-1a missing structure issue..

2011-08-11 Thread jmrrva
Hello Amol, It seems that you are just marking the PDF as PDF/A1A but you are not adding the required structure/tags. Take a look at the book and search this list. You will find a lot of info and some samples on how to create PDF/A 1A. Google is your friend. Jose 2011/8/11 myworld.amol > Hello

[iText-questions] PDF/A-1a missing structure issue..

2011-08-11 Thread myworld.amol
Hello Support, Hi All, I am trying to create PDF/A file with iText 2.1.7 jar. I know it is older version,but due to some reasons we need to use this version only for PDF/A . writer.setPDFXConformance(PdfWriter.PDFA1A); writer.createXmpMetadata(); when i use these statements and generate PDF/A

[iText-questions] PDF/A validations fails due to color outPutIntent not set.How to solve this?

2011-07-31 Thread myworld.amol
I am trying to generate PDF/A using iText 2.1.7 jar. I have created XMPMetadata and also i have embedded fonts in my generated PDF/A. writer.setPDFXConformance(PdfWriter.PDFA1B); writer.createXmpMetadata(); document.open(); and after that i am processing my document. i.e. creating chunks and para

Re: [iText-questions] PDF/A Validation

2011-04-27 Thread beppecosta
Pdfpilot says: http://itext-general.2136553.n4.nabble.com/file/n3478412/invalidpdfa.jpg -- View this message in context: http://itext-general.2136553.n4.nabble.com/PDF-A-Validation-tp3465491p3478412.html Sent from the iText - General mailing list archive at Nabble.com. -

Re: [iText-questions] PDF/A Validation

2011-04-26 Thread Mark Storer
riginal Message- > From: beppecosta [mailto:beppeco...@yahoo.it] > Sent: Monday, April 25, 2011 11:38 PM > To: itext-questions@lists.sourceforge.net > Subject: Re: [iText-questions] PDF/A Validation > > http://itext-general.2136553.n4.nabble.com/file/n3474837/PDFA- > INVALID.pdf &

Re: [iText-questions] PDF/A Validation

2011-04-25 Thread beppecosta
http://itext-general.2136553.n4.nabble.com/file/n3474837/PDFA-INVALID.pdf PDFA-INVALID.pdf -- View this message in context: http://itext-general.2136553.n4.nabble.com/PDF-A-Validation-tp3465491p3474837.html Sent from the iText - General mailing list archive at Nabble.com. --

Re: [iText-questions] PDF/A Validation

2011-04-22 Thread Mark Storer
ppeco...@yahoo.it] Sent: Thursday, April 21, 2011 11:45 PM To: itext-questions@lists.sourceforge.net Subject: Re: [iText-questions] PDF/A Validation Yes. Where can I send it ? --- Gio 21/4/11, Mark Storer-2 [via iText - General] <[hidden email]>

Re: [iText-questions] PDF/A Validation

2011-04-21 Thread beppecosta
r Software Engineer   Cardiff.com   import legalese.Disclaimer; Disclaimer DisCard = null;     > -Original Message- > From: beppecosta [mailto:[hidden email]] > Sent: Thursday, April 21, 2011 9:06 AM > To: [hidden email] > Subject: Re: [iText-questions] PDF/A Val

Re: [iText-questions] PDF/A Validation

2011-04-21 Thread Mark Storer
xt-questions@lists.sourceforge.net > Subject: Re: [iText-questions] PDF/A Validation > > I tried to set the document properties before the > createXmpMetadata() but the validator says that there is an > invalid use of XMP metadata. Without anu property set, > however, the document p

Re: [iText-questions] PDF/A Validation

2011-04-21 Thread beppecosta
I tried to set the document properties before the createXmpMetadata() but the validator says that there is an invalid use of XMP metadata. Without anu property set, however, the document passes ok. -- View this message in context: http://itext-general.2136553.n4.nabble.com/PDF-A-Validation-tp34

Re: [iText-questions] PDF/A Validation

2011-04-21 Thread Mark Storer
hoo.it] > Sent: Thursday, April 21, 2011 8:55 AM > To: itext-questions@lists.sourceforge.net > Subject: Re: [iText-questions] PDF/A Validation > > I don't write any property and now it seems that the > validation is ok. > > -- > View this message in context: > h

Re: [iText-questions] PDF/A Validation

2011-04-21 Thread beppecosta
I don't write any property and now it seems that the validation is ok. -- View this message in context: http://itext-general.2136553.n4.nabble.com/PDF-A-Validation-tp3465491p3466276.html Sent from the iText - General mailing list archive at Nabble.com. --

Re: [iText-questions] PDF/A Validation

2011-04-21 Thread Mark Storer
beppecosta [mailto:beppeco...@yahoo.it] > Sent: Thursday, April 21, 2011 3:15 AM > To: itext-questions@lists.sourceforge.net > Subject: Re: [iText-questions] PDF/A Validation > > Document document = createDocument(pageSize, BACKGROUND, > PAGEWIDTH, PAGEHEIGHT, >

Re: [iText-questions] PDF/A Validation

2011-04-21 Thread beppecosta
Document document = createDocument(pageSize, BACKGROUND, PAGEWIDTH, PAGEHEIGHT, LEFTMARGIN, TOPMARGIN, ORIENTATION); PdfWriter writer = PdfWriter.getInstance(document, new FileOutputStream(TOPDF)); if (PDFA.equals("Y")) { writer.setPdfVersion(PdfWriter.PDF

Re: [iText-questions] PDF/A Validation

2011-04-21 Thread Thomas Danckaert
have you used the method PdfWriter.createXmpMetadata before closing the document? Perhaps you could post a simplified version of your code. 2011/4/21 beppecosta : > I successflully created a PDF/A with iText.5 > > Acroreader opens it and says that it's a PDF/A. > > However when I try to validate

[iText-questions] PDF/A Validation

2011-04-21 Thread beppecosta
I successflully created a PDF/A with iText.5 Acroreader opens it and says that it's a PDF/A. However when I try to validate it (with Acrobat or Callas) I get some errors like: - Object in document does not correspond with XMP Metadata - Keywords does not correspond .. - Title does not correspon

Re: [iText-questions] PDF/A conformity

2011-03-03 Thread Mark Storer
Disclaimer DisCard = null; From: Helmut Tammen [mailto:h.tam...@tammen-it-solutions.de] Sent: Saturday, February 26, 2011 2:47 AM To: Post all your questions about iText here Subject: Re: [iText-questions] PDF/A conformity

Re: [iText-questions] PDF/A conformity

2011-02-26 Thread Helmut Tammen
m: Helmut Tammen > To: itext-questions@lists.sourceforge.net > Sent: Saturday, February 26, 2011 9:52 AM > Subject: [iText-questions] PDF/A conformity > > Hi, > > I´m trying to produce a PDF/A compatible PDF with JasperReport and so I came > to the posts o

Re: [iText-questions] PDF/A conformity

2011-02-26 Thread Paulo Soares
The profile is OS independent. Load the profile into a byte array and check if it's actually there. In Java it works. Paulo - Original Message - From: Helmut Tammen To: itext-questions@lists.sourceforge.net Sent: Saturday, February 26, 2011 9:52 AM Subject: [iText-ques

[iText-questions] PDF/A conformity

2011-02-26 Thread Helmut Tammen
Hi, I´m trying to produce a PDF/A compatible PDF with JasperReport and so I came to the posts of Paulo Soares at gmane (http://article.gmane.org/gmane.comp.java.lib.itext.general/31582/) from 2007-06-05 and the JasperReport issue tracker (http://jasperforge.org/projects/jasperreports/tracker/v

Re: [iText-questions] PDF/A

2011-02-15 Thread 1T3XT BVBA
Op 14/02/2011 18:57, Acc schreef: > I am writing code to convert PDF to PDF/A format. I found few code snipped to > create PDF/A by using IText Library . Can someone please tell me, what is > the use of PdfDictionary class and why we use PdfDictionary class while > creating PDF/A document. > Plea

[iText-questions] PDF/A

2011-02-14 Thread Acc
I am writing code to convert PDF to PDF/A format. I found few code snipped to create PDF/A by using IText Library . Can someone please tell me, what is the use of PdfDictionary class and why we use PdfDictionary class while creating PDF/A document. -- View this message in context: http://

Re: [iText-questions] PDF/A Invalid ICC profile

2010-11-02 Thread Tom
Thanks for the reply Mark. Someone send me a valid SRGB profile, so currently I'm good. But I still have some conformance tests to run. On 1-11-2010 17:52, Mark Storer wrote: Well here's the code that's throwing the exception: *if* (data.length < 128 || data[36] != 0x61 || data[37] != 0x63

Re: [iText-questions] PDF/A Invalid ICC profile

2010-11-01 Thread Mark Storer
.org] Sent: Friday, October 29, 2010 5:17 AM To: itext-questions@lists.sourceforge.net Subject: [iText-questions] PDF/A Invalid ICC profile I'm attempting to generate a PDF/A document. I'm having trouble with the color profile. After several att

[iText-questions] PDF/A Invalid ICC profile

2010-10-29 Thread Tom
I'm attempting to generate a PDF/A document. I'm having trouble with the color profile. After several attempts I'm now using the code at http://egovlabs.gv.at/plugins/scmsvn/viewcvs.php/trunk/src/main/java/at/gv/egiz/pdfas/itext/IText.java?rev=580&root=pdf-as&view=auto Together with its color s

[iText-questions] PDF/A conformance and StructElem Type

2010-10-21 Thread jmrrva
Hi, We have found a minor issue with iText 2.1.7 but it may be also applied to version 5. After trying to validate PDF/A documents with Callas software the following messages are displayed. The command and the output are: ./pdfaPilot --noprogress -a -l=1a /tmp/test.pdf Input /tmp/test.pdf Hi

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

2010-07-15 Thread Paulo Soares
Remove the page with PdfReader.selectPages() and use Pdfstamper to output the result. Paulo -Original Message- From: Jason Hilton [mailto:jahil...@midamerican.com] Sent: Thursday, July 15, 2010 2:25 PM To: itext-questions@lists.sourceforge.net Subject: Re: [iText-questions] PDF/A-1b

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

2010-07-15 Thread Jason Hilton
Paulo - I've been trying to figure out how I would use the pdfstamper to accomplish this and can't come up with an answer. Is there any way you can give me some more detail? Jason -- View this message in context: http://itext-general.2136553.n4.nabble.com/PDF-A-1b-question-tp2289692p2290144.h

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

2010-07-14 Thread Paulo Soares
Use PdfStamper to remove the page. Paulo - Original Message - From: Hilton, Jason A To: itext-questions@lists.sourceforge.net Sent: Wednesday, July 14, 2010 9:51 PM Subject: [iText-questions] PDF/A-1b question I’m having an issue that I hope someone may be able to help me

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

2010-07-14 Thread Hilton, Jason A
I'm having an issue that I hope someone may be able to help me with. I have an application that fills in and flattens an acroform template pdf. This template is a tagged pdf document. I was just given a requirement to treat the last page of the template as an optional page based off of a speci

Re: [iText-questions] PDF/A with layer

2010-04-27 Thread Leonard Rosenthol
r the user. Leonard -Original Message- From: jmheras [mailto:jmhe...@ad-hoc.net] Sent: Tuesday, April 27, 2010 11:52 AM To: itext-questions@lists.sourceforge.net Subject: Re: [iText-questions] PDF/A with layer Thanks for the previous answer! There goes another question: is there any chance to

Re: [iText-questions] PDF/A with layer

2010-04-27 Thread jmheras
> Sent: Tuesday, April 27, 2010 10:25 AM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] PDF/A with layer > > > Hi! > I've succes to build PDF with layers. > Now, i'm trying to build a PDF/A with layers but I get this > PdfXConf

Re: [iText-questions] PDF/A with layer

2010-04-27 Thread Leonard Rosenthol
Message- From: jmheras [mailto:jmhe...@ad-hoc.net] Sent: Tuesday, April 27, 2010 10:25 AM To: itext-questions@lists.sourceforge.net Subject: [iText-questions] PDF/A with layer Hi! I've succes to build PDF with layers. Now, i'm trying to build a PDF/A with layers but

[iText-questions] PDF/A with layer

2010-04-27 Thread jmheras
Hi! I've succes to build PDF with layers. Now, i'm trying to build a PDF/A with layers but I get this PdfXConformanceException: "layers are not allowed". The wtr.PDFXConformance is PdfWriter.PDFA1A. I think that there is a restriction to build a PDF/A with layers. At that URL (http://www.pdfa.o

Re: [iText-questions] pdf/a - Missing or incorrect CIDSet for CIDFont subset

2010-04-15 Thread Leonard Rosenthol
Acrobat 9.3 says the file is perfectly valid. Leonard -Original Message- From: przemek_ [mailto:pbana...@alan-systems.com] Sent: Thursday, April 15, 2010 8:30 AM To: itext-questions@lists.sourceforge.net Subject: Re: [iText-questions] pdf/a - Missing or incorrect CIDSet for CIDFont

Re: [iText-questions] pdf/a - Missing or incorrect CIDSet for CIDFont subset

2010-04-15 Thread przemek_
dator in Acrobat says? Are you using a > recent iTextSharp version? Please post the PDF. > > Paulo > > > From: przemek_ [pbana...@alan-systems.com] > Sent: Thursday, April 15, 2010 1:07 PM > To: itext-questions@lists.sourceforg

Re: [iText-questions] pdf/a - Missing or incorrect CIDSet for CIDFont subset

2010-04-15 Thread Paulo Soares
Subject: [iText-questions] pdf/a - Missing or incorrect CIDSet for CIDFont subset Hello, I'm trying to create pdf/a-1b valid document. However, when validating document with http://www.validatepdfa.com/pl/online.htm?step=1 validator, I get an error "Missing or incorrect CIDSet for CIDF

[iText-questions] pdf/a - Missing or incorrect CIDSet for CIDFont subset

2010-04-15 Thread przemek_
Hello, I'm trying to create pdf/a-1b valid document. However, when validating document with http://www.validatepdfa.com/pl/online.htm?step=1 validator, I get an error "Missing or incorrect CIDSet for CIDFont subset". How should I create BaseFont to have a correct CIDSet and solve this problem

Re: [iText-questions] pdf/a validation and national characters

2010-04-06 Thread Paulo Soares
Use encoding BaseFont.IDENTITY_H. Paulo From: przemek_ [pbana...@alan-systems.com] Sent: Tuesday, April 06, 2010 9:24 AM To: itext-questions@lists.sourceforge.net Subject: [iText-questions] pdf/a validation and national characters Hi all, I need to

[iText-questions] pdf/a validation and national characters

2010-04-06 Thread przemek_
Hi all, I need to create file in pdf/a-1b standard, that will contain language-specific characters. I tried: string encoding = GetEncodingForLanguage("pl"); BaseFont font = BaseFont.CreateFont("arial.ttf", encoding, BaseFont.EMBEDDED); but pdf/a validators returns error: "The value of the key

Re: [iText-questions] PDF/A Checks

2010-02-17 Thread 1T3XT info
Stephan, Frank wrote: > Hi, > > I use writer_emb.setPDFXConformance(PdfWriter.PDFA1B); now and i get no > exception, but I still get the error messages when I validate the PDF with > SolidFramework. > > The key 'Metadata' is required for PDF object 'Catalog' > Device-specific color space used w

Re: [iText-questions] PDF/A Checks

2010-02-17 Thread Leonard Rosenthol
about iText here Subject: Re: [iText-questions] PDF/A Checks Hi, I use writer_emb.setPDFXConformance(PdfWriter.PDFA1B); now and i get no exception, but I still get the error messages when I validate the PDF with SolidFramework. The key 'Metadata' is required for PDF object 'Cata

Re: [iText-questions] PDF/A Checks

2010-02-17 Thread Stephan, Frank
missing OutputIntent Greetings Frank -Ursprüngliche Nachricht- Von: 1T3XT info [mailto:i...@1t3xt.info] Gesendet: Mittwoch, 17. Februar 2010 14:10 An: Post all your questions about iText here Betreff: Re: [iText-questions] PDF/A Checks Stephan, Frank wrote: > Are there any examp

Re: [iText-questions] PDF/A Checks

2010-02-17 Thread 1T3XT info
Stephan, Frank wrote: > Are there any examples how to set the flag? In the second Ed. Of iText in > Action this chapter is still missing It's as easy as: http://1t3xt.info/examples/browse/?page=example&id=269 (Of course, you need to use another constant for PDF/A) -- This answer is provided

Re: [iText-questions] PDF/A Checks

2010-02-17 Thread Stephan, Frank
Betreff: Re: [iText-questions] PDF/A Checks The easiest way is to set the compliance option flag in iText while creating the PDF and it will throw errors if you try to do the wrong thing. -Original Message- From: Stephan, Frank [mailto:frank.step...@nrv-rechtsschutz.de] Sent: Wednesday

Re: [iText-questions] PDF/A Checks

2010-02-17 Thread Leonard Rosenthol
your questions about iText here Subject: [iText-questions] PDF/A Checks Hi I checked my PDFs with SolidFramework for PDFA Compliance: I got 2 errors: 1. The key 'Metadata' is required for PDF object 'Catalog' 2. Device-specific color space used with incorrect or missing Out

[iText-questions] PDF/A Checks

2010-02-17 Thread Stephan, Frank
Hi I checked my PDFs with SolidFramework for PDFA Compliance: I got 2 errors: 1. The key 'Metadata' is required for PDF object 'Catalog' 2. Device-specific color space used with incorrect or missing OutputIntent How can I solve these 2 errors. Greetings Frank -

Re: [iText-questions] PDF/A conformance check: Widths in embedded font are inconsistent with /Widths entry in the font dictionary

2010-01-19 Thread Leonard Rosenthol
: [iText-questions] PDF/A conformance check: Widths in embedded font are inconsistent with /Widths entry in the font dictionary Hi Paulo, Thanks for the fast answer on my previous question. Now I use PDF/AManager trial from PDFTRON to do conformance check against my PDF document. After making up

Re: [iText-questions] PDF/A conformance check: Widths in embedded font are inconsistent with /Widths entry in the font dictionary

2010-01-19 Thread Leonard Rosenthol
Acrobat 9.3's PDF/A validator says that the file is fine and passes validation. -Original Message- From: Agnes Juhasz [mailto:agnes.juh...@polysys.eu] Sent: Tuesday, January 19, 2010 7:44 PM To: itext-questions@lists.sourceforge.net Subject: Re: [iText-questions] PDF/A conformance

Re: [iText-questions] PDF/A conformance check: Widths in embedded font are inconsistent with /Widths entry in the font dictionary

2010-01-19 Thread Agnes Juhasz
Paulo Soares-3 wrote: > > What does the Acrobat validator say? The only reason for that to happen > was with fonts with fractional widths considering that iText only stores > integer widths but that would be splitting hairs as the error can't be > more than 1/1000. > I have no Acrobat validato

Re: [iText-questions] PDF/A conformance check: Widths in embedded font are inconsistent with /Widths entry in the font dictionary

2010-01-19 Thread Paulo Soares
gnes Juhasz [mailto:agnes.juh...@polysys.eu] > Sent: Tuesday, January 19, 2010 12:25 PM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] PDF/A conformance check: Widths in > embedded font are inconsistent with /Widths entry in the font > dictionary > >

[iText-questions] PDF/A conformance check: Widths in embedded font are inconsistent with /Widths entry in the font dictionary

2010-01-19 Thread Agnes Juhasz
Hi Paulo, Thanks for the fast answer on my previous question. Now I use PDF/AManager trial from PDFTRON to do conformance check against my PDF document. After making up my PDF with color profile, it gives only one error: Widths in embedded font are inconsistent with /Widths entry in the font dict

Re: [iText-questions] PDF/A conformance in iText 2.1.7 question

2010-01-18 Thread Paulo Soares
You must also have a color profile. Paulo - Original Message - From: "Agnes Juhasz" To: Sent: Monday, January 18, 2010 3:03 PM Subject: [iText-questions] PDF/A conformance in iText 2.1.7 question Hi All, For creating PDF/A document with iText 2.1.7 writer.setPDFXC

[iText-questions] PDF/A conformance in iText 2.1.7 question

2010-01-18 Thread Agnes Juhasz
Hi All, For creating PDF/A document with iText 2.1.7 writer.setPDFXConformance(PdfWriter.PDFA1B); is enough or PdfDictionary outi = new PdfDictionary(PdfName.OUTPUTINTENT); outi.put(PdfName.OUTPUTCONDITIONIDENTIFIER, new PdfString("sRGB IEC61966-2.1")); outi.put(PdfName.INFO, new PdfStrin

Re: [iText-questions] PDF-A

2010-01-13 Thread Leonard Rosenthol
Message- From: Sankar1234 [mailto:sankar_a...@yahoo.co.in] Sent: Wednesday, January 13, 2010 4:55 AM To: itext-questions@lists.sourceforge.net Subject: [iText-questions] PDF-A Dear Sir, We are working in .Net Platform I want to make PDF/A from Tiff file with following specificarion

[iText-questions] PDF-A

2010-01-13 Thread Sankar1234
Dear Sir, We are working in .Net Platform I want to make PDF/A from Tiff file with following specificarion 'Fast web view',’ Fit pags sizing' 'jbig2' compression All information about the pdf should be in the pdf and not on an external place. Colourprofi

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

[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", BaseFont.CP

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

2009-10-28 Thread Mark Storer
ineer Cardiff.com #include typedef std::Disclaimer DisCard; -Original Message- From: Faisal Raza [mailto:vuc...@gmail.com] Sent: Wednesday, October 28, 2009 6:10 AM To: itext-questions@lists.sourceforge.net Subject: [iText-questions] PDF/A-1b Compliance Issue Hi, I am using itextsharp

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

2009-10-28 Thread Paulo Soares
et > Subject: [iText-questions] PDF/A-1b Compliance Issue > > Hi, > I am using itextsharp-4.1.6 to develop an application for > signing PDF files but I am getting a strange error that when > I sign. I have two PDF files "A.PDF" and "B.PDF" and both > files

Re: [iText-questions] PDF/A and iTextSharp

2009-07-14 Thread Paulo Soares
about iText here > Subject: Re: [iText-questions] PDF/A and iTextSharp > > Hi Paulo. > > Thanks alot for the fast answer. Great! One question though: Are you > talking about the iTextSharp development version (i.e. trunk) or the > latest release? If the latter: The project

Re: [iText-questions] PDF/A and iTextSharp

2009-07-14 Thread Benjamin Podszun
s.de] Sent: Tuesday, July 14, 2009 12:01 PM To: itext-questions@lists.sourceforge.net Subject: [iText-questions] PDF/A and iTextSharp Hi there. I have a nice .Net library generating PDF/A files, but due to some bugs in iTextSharp at that time I went for ikvm and iText. This works fine, but now I ha

Re: [iText-questions] PDF/A and iTextSharp

2009-07-14 Thread Paulo Soares
iTextSharp is synchronized (at last!) with iText. Paulo > -Original Message- > From: Benjamin Podszun [mailto:b...@galactic-tales.de] > Sent: Tuesday, July 14, 2009 12:01 PM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] PDF/A and iTextShar

[iText-questions] PDF/A and iTextSharp

2009-07-14 Thread Benjamin Podszun
Hi there. I have a nice .Net library generating PDF/A files, but due to some bugs in iTextSharp at that time I went for ikvm and iText. This works fine, but now I have a 35 MB deployment just for PDF generation. I'd love to get back to iTextSharp and I see on sourceforge that Paulo is actively

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

  1   2   >