niklasravnsborg / laravel-pdf

📄 Laravel PDF
708 stars 211 forks source link

feat: Add the ability to use and customize files in PDFA-1b format. #201

Closed PanovAlexey closed 3 years ago

PanovAlexey commented 3 years ago

Hello colleagues!

We are using the niklasravnsborg/laravel-pdf library and it is a very useful library. Thank you for it!

We want to make the library even better and allow the transfer of file settings in the format PDFA-1b. To do this, I added the processing of three more options.

This will allow you to use the following options, which are already present in the original MDF library, but are not yet in our wrapper for Laravel:

Best wishes, Alexey.

niklasravnsborg commented 3 years ago

Looking good. Thank you :)

niklasravnsborg commented 3 years ago

Released as https://github.com/niklasravnsborg/laravel-pdf/releases/tag/v4.1.0.

PanovAlexey commented 3 years ago

Thank you very much for such a prompt response!