Skip to content

How to output a PDF/A-3 file using the TCPDF library #684

@f8solution

Description

@f8solution

Hello,

I am able to use the library correctly and generate a PDF file. However, if I understand correctly, the TCPDF library does not currently support direct output in the PDF/A-3 format (only PDF/A1-b).

Is an update planned to incorporate the choice of the output format?

If not, do you know how I can convert the file after the output command, using PHP to achieve PDF/A-3?

php code
// Save the PDF in the temporary folder
$err .= $pdf->Output($filePath, 'F');

Thank you in advance for your answer.

Best regards,

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions