Tagged Questions

PDF/A is an ISO-standardized version of the Portable Document Format (PDF) specialized for the digital preservation of electronic documents.

learn more… | top users | synonyms

6
votes
5answers
2k views

Best tool to check and ensure PDF/A compatibility under Linux

I am working on an online portal, where researchers can upload their research papers. One requirement is, that all PDFs are stored in PDF/A-format. As I can't rely on the users to generate PDF/A ...
5
votes
3answers
3k views

Free Java library for converting existing PDF to PDF/A

I am trying to convert PDF to PDF/A. Currently I can do this using OpenOffice pdf viewer plugin together with Jodconverter 2. But this is pretty cumbersome to do. Does anybody know of any open ...
3
votes
3answers
3k views

How can I test a PDF document if it is PDF/A compliant?

We write a software that create PDF files. How we can check if the resulting pdf files are PDF/A compatibility? Are there any test suite for it available? It will be also nice to know if some other ...
2
votes
1answer
170 views

PDF/A-1a: OutputIntents for Black and White Images

I'm attempting to create a PDF/A-1a compliant file that only contains a black and white image (i.e. CCITTFaxD). I'm running into trouble with the "OutputIntents". I basically can't find an ...
2
votes
2answers
2k views

Can iTextSharp convert PDF document to PDF/A

I cannot locate within the FAQ whether this functionality exists in the API although its mentioned in a book as something that is potentially available. Has anyone had any experience implementing this ...
2
votes
1answer
659 views

Convert PDF to PDF/A-1

I know this probably is not strictly a programming-question (well maybe it is, i don't know) but i'm having serious problems trying to convert a regular pdf (with hyperlinks, bookmarks, images, ...
1
vote
1answer
59 views

Concatenating PDFA documents using iTextSharp into valid PDFA document

I'm trying to concatenate several PDFA documents into one file using iTextSharp 5.1.3 using the following code: Try Dim f As Integer = 0 Dim outFile As String = destinationFile ...
1
vote
1answer
66 views

GhostScript PDF/A conformance

There seems to be an error in the GhostScript PDF/A generation. When you generate a PDF/A document via GhostScript, when you click on Adobe Reader, there is a Conformance tab which displays: ...
1
vote
1answer
127 views

GhostScript and PDF/A?

I am using GhostScript but it generates incorrect PDF/A files. How do I generate correct PDF/A files from a PostScript file?
1
vote
3answers
496 views

How to know if a document is in PDF/A

I would check at least if a document claims that it's conformant to PDF/A. How can I do that using iText?
1
vote
2answers
3k views

How to use ghostscript to convert PDF to PDF/A or PDF/X?

Is there a way to use ghostscript to convert PDF to PDF/A or PDF/X? I know it can be used to convert PDF to images, but I don't know if it can be used to convert PDF/A. What parameters should I use?
0
votes
1answer
188 views

How to fix PDF/a-1b compliance with embedded fonts that have zero charwidth

We created a PDF/a-1b file and after checking it with preflight it didn't satisfy the requirements. The problem is that we have embedded fonts that have zero charwidth. How can we fix a document ...
0
votes
3answers
477 views

Converting PDF to PDFA1-A with iTextSharp

I want is to load a plain PDF file in iText and export it (or write it) as a PDF/A1-A. I've got "iText in action sec. edit" by hand and using iTextSharp. Still Progress == null.
0
votes
2answers
296 views

Can Crystal Reports generate documents in PDF/A file format?

We are looking for a solution to generate documents in PDF/A format for sharing and also archiving purpose. I checked the description of ExportFormatType.PortableDocFormat, however it just say PDF ...
0
votes
3answers
187 views

PDF/A Convertor .NET Component?

I am looking for a PDF/A Converter .NET Component or a way to make one what all technologies of components should be used? Ii would take a word document as as stream and convert it into pdf etc. ...