Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
f8solution opened this issue Feb 2, 2024 · 0 comments
Open

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

f8solution opened this issue Feb 2, 2024 · 0 comments

Comments

@f8solution
Copy link

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,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant