ReportBuilder does not support direct PDF/A conversion.
Using RB 21 or later, it would be possible to use the PDFComponent to load an existing PDF into an empty report, then export that report (as PDF/A) to file as needed.
This is not the intended use of the PDFComponent as it was designed to simply view/print existing PDF files from within a report, however it could provide the functionality you need in a round-about way.
thank you for your valuable feedback. You were able to confirm both my hope on a "workaround" to get it done and my fear that 18.x is not able to do it.
as our product is on XE using RB 18.x I would like to test it
I would like use a DX10 or even DX12 iDE with RB23.x on my system to build a prof of concept. My questions are: - Will the RB23 installation interfere with my RB18 installation? - Where or how could I can da demoversion of RB23 to do the test?
There is only one component to use, the TppPDFComponent. Treat this as a section style subreport and place it inside an empty report with a detail band only.
Next, load the existing PDF file into the PDFComponent and export the report as PDF/A.
See the following article on PDFComponent fundamentals as well as the included help topic installed with ReportBuilder. Below is some pseudo code.
Comments
ReportBuilder does not support direct PDF/A conversion.
Using RB 21 or later, it would be possible to use the PDFComponent to load an existing PDF into an empty report, then export that report (as PDF/A) to file as needed.
This is not the intended use of the PDFComponent as it was designed to simply view/print existing PDF files from within a report, however it could provide the functionality you need in a round-about way.
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
thank you for your valuable feedback.
You were able to confirm both my hope on a "workaround" to get it done and my fear that 18.x is not able to do it.
Thanks a lot!
as our product is on XE using RB 18.x I would like to test it
I would like use a DX10 or even DX12 iDE with RB23.x on my system to build a prof of concept.
My questions are:
- Will the RB23 installation interfere with my RB18 installation?
- Where or how could I can da demoversion of RB23 to do the test?
Tia Carsten
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
can you provide me wit a example how to load the pdf into the report and export it to pdfa?
I just cannot find the components to do it.
Tia Carsten
There is only one component to use, the TppPDFComponent. Treat this as a section style subreport and place it inside an empty report with a detail band only.
Next, load the existing PDF file into the PDFComponent and export the report as PDF/A.
See the following article on PDFComponent fundamentals as well as the included help topic installed with ReportBuilder. Below is some pseudo code.
https://rbwiki.digital-metaphors.com/rcl/pdfcomponent/fundamentals/
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com