Feature #11134
openPDF/A (ISO 19005-1:2005)
0%
Description
Our Company uses Redmine for project management issues in the software development. For our release we have to export all related issues to PDF. For some security purposes we a forced to provide these documents for 10 years.
Is there any chance to get PDF/A (ISO 19005-1:2005) conform PDF exports or does someone know a plugin which provides these functionality?
Because only PDF/A is specialized for the digital preservation.
Updated by Hannes Meier over 12 years ago
i am not sure if this helps you, but can t you expor csv and do a pdf with an other tool?
just in the worst case?
Updated by Daniel Exner over 12 years ago
Hi Hannes,
no that is not an option. We use more than just the list of issues. We also need pdfs from a single issues with all details.
I found a link on the website of TCPDF that shows an example for PDF/A. (http://www.tcpdf.org/examples.php / example 65)
Is it possible to add this to the Redmine-Core or do i have to find a patch or a plugin?
Updated by Daniel Rudolf over 12 years ago
Hello,
in our company we are also interested in digital preservation. We would appreciate this feature.
Do you have testcases to make sure that the exported pdfs meet the requirements of PDF respectively PDF/A?
Regards,
Daniel
Updated by Filou Centrinov almost 12 years ago
Redmine uses a portation of tcpdf: https://github.com/edwinmoss/rfpdf
Tcpdf already supports PDF/A, but the ruby portation is from 2007 and does not support this feature.