You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now with the "multiple sources" feature being in place, it becomes apparent that the print_to_pdf/2 / print_to_pdfa/2 separation wasn't a good call. Refactor as follows:
Make PDF/A conversion an optional step of print_to_pdf/2, dependent on presence of new pdfa: true flag
Deprecate print_to_pdfa/2 (route it to print_to_pdf/2 with pdfa: true)
The text was updated successfully, but these errors were encountered:
Now with the "multiple sources" feature being in place, it becomes apparent that the
print_to_pdf/2
/print_to_pdfa/2
separation wasn't a good call. Refactor as follows:print_to_pdf/2
, dependent on presence of newpdfa: true
flagprint_to_pdfa/2
(route it toprint_to_pdf/2
withpdfa: true
)The text was updated successfully, but these errors were encountered: