Print Page | Close Window

SetPDFAMode

Printed From: Debenu Quick PDF Library - PDF SDK Community Forum
Category: For Users of the Library
Forum Name: I need help - I can help
Forum Description: Problems and solutions while programming with the Debenu Quick PDF Library and Debenu PDF Viewer SDK
URL: http://www.quickpdf.org/forum/forum_posts.asp?TID=3883
Printed Date: 02 May 24 at 12:01PM
Software Version: Web Wiz Forums 11.01 - http://www.webwizforums.com


Topic: SetPDFAMode
Posted By: rallmane
Subject: SetPDFAMode
Date Posted: 28 Jan 21 at 8:43AM
Hi,
In the documentation of function SetPDFAMode PDF/A-1a is missing in the parameter list.
So PDF/A-1a is not supported. Will that be available in the future ?
Kind regards
Andreas




Replies:
Posted By: Ingo
Date Posted: 28 Jan 21 at 11:06AM
Hi Andreas,

The function starts with 1b.
The oldest standard 1a won't be supported for creation in the future - this should be clear and understandable.
I don't know the differences between 1a an 1b but normally 1b should be compatible with 1a.
So you can do it by your own.
Set PDF/A-1b for your pdf and search in the pdf-content (have a look via Notepad and you'll know what i mean).
You'll find code similar to this:
><pdfaid:part>3</pdfaid:part><pdfaid:conformance>A</pdfaid:conformance><
This example is from PDF/A-3b...
You can read the pdf-content into a stream or string... change the character and the number... and save it back. In case of "1b back to 1a" this shouldn't make a problem?

BTW: SetPDFAMode sets the sign into the file but this doesn't mean to create a pdf/a-compatible pdf-document with a single call. To make the pdf-content "pdf/a-ready" remains your biggest job to do ;-)

Cheers and welcome here,
Ingo



-------------
Cheers,
Ingo




Print Page | Close Window

Forum Software by Web Wiz Forums® version 11.01 - http://www.webwizforums.com
Copyright ©2001-2014 Web Wiz Ltd. - http://www.webwiz.co.uk