Ticket T126713
Visible to All Users

Export to PDF - Support the PDF/A-3 format

created 11 years ago

[DevExpress Support Team: This ticket is cloned from ticket S130819: Export to PDF - Support PDF/A (PDF - Archive format)]
hi
is it possible to generate Part 3 PDF/A-3 Use of ISO 32000-1 with support for embedded files (PDF/A-3) 2012 ISO 19005-3 PDF 1.7 (ISO 32000-1:2008)?
it would be great to add attachments to .PDF which is neede for zugferd the new german invoicing standard.
best regards

Answers approved by DevExpress Support

created 10 years ago (modified 9 years ago)

We have implemented the functionality described in this ticket. It will be included in our next update(s).

Please check back and leave a comment to this response to let us know whether or not this solution addresses your concerns.

Additional information:

We have added support for PDF/A-3b export in the current minor release.
The following new properties were added to the PdfExportOptions class.

PdfExportOptions.AdditionalMetadata - specifies additional data that is added to the PDF metadata if the PdfExportOptions.PdfACompatible property is set to true.
PdfExportOptions.Attachments - the list of a document's attachments.

A single attachment is an instance of the PdfAttachment class. This class contains the following properties.
- CreationDate - the date of an attachment file's creation.
- ModificationDate - the date of an attachment file's last modification.
- Type - specifies the MIME type for the attachment file.
- Relationship - specifies the relationship between an attachment file and contents of a document.
- FileName - specifies the name of an attachment file. If not specified, the file name is obtained from the FilePath.
- Data - binary data of the attachment. If this property is set, the FilePath and FileName properties are ignored.
- FilePath - specifies the path to an attachment file.

To learn how to export a report to a PDF/A-3b file that meets the ZUGFeRD specification, see the following example online: How to export a report to ZUGFeRD.

    created 11 years ago

    Hi,  Wolfgang

    At present our reporting suite doesn't provide a capability to attach files to exported PDF documents. While we are not going to declare the PDF/A-3 compliance, we may do so in the future. However, I cannot give you any promises right now.

    Thanks

      Show previous comments (13)
      EW EW
      Einkauf Wildeboer 10 years ago

        +1 We will need this , too.

        AD AD
        Alexander Dober 6 years ago

          Greetings,

          does all the above apply to DevExpress VCL as well?

          DevExpress Support Team 6 years ago

            Hello,

            I've created a separate ticket on your behalf (T734480: Export to PDF - Support the PDF/A-3 format in VCL). It has been placed in our processing queue and will be answered shortly.

            Disclaimer: The information provided on DevExpress.com and affiliated web properties (including the DevExpress Support Center) is provided "as is" without warranty of any kind. Developer Express Inc disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.

            Confidential Information: Developer Express Inc does not wish to receive, will not act to procure, nor will it solicit, confidential or proprietary materials and information from you through the DevExpress Support Center or its web properties. Any and all materials or information divulged during chats, email communications, online discussions, Support Center tickets, or made available to Developer Express Inc in any manner will be deemed NOT to be confidential by Developer Express Inc. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.