Postponed
Project:
FillPDF
Version:
8.x-4.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
5 Feb 2013 at 17:53 UTC
Updated:
12 Apr 2019 at 13:52 UTC
Jump to comment: Most recent
Comments
Comment #1
wizonesolutionsMoving to PDF Forms API since PDF generation stuff is going there. This functionality needs to exist there before it can be implemented in Fill PDF.
So can you tell me more about this format? I don't understand the difference. Currently, I just fill in the form on the same template, so the result format is the same. I'm not sure how to do the conversion in the underlying tools yet (pdftk/iText), so any info you have would be useful.
Comment #2
hvezda commentedHi,
I just saw your comment. This page has a really good description of what PDF-A is: http://www.digitalpreservation.gov/formats/fdd/fdd000125.shtml
Basically PDF-A doesn't allow the use of encryption, audio, video, or javascript components. The fonts used must be embedded within the document. You can think of it as a basic PDF file before all the bells and whistles were added to it over the years.
Comment #3
panchoJust found this issue in the abandoned API module’s tracker.
PDF/As would be awesome. While it’s clearly not going to work with pdftk, a combination of imagemagick and ghostscript should be capable of creating PDF/A files.
I’ll investigate it sooner or late, as the company I’m working for needs PDF/As as archiving standard.