ChromicPDF.print_to_pdfa
You're seeing just the function
print_to_pdfa
, go back to ChromicPDF module for more information.
Specs
print_to_pdfa( input :: source() | source_and_options(), opts :: [pdf_option() | pdfa_option()] ) :: return()
Prints a PDF and converts it to PDF/A in a single call.
See print_to_pdf/2
and convert_to_pdfa/2
for options.
Example
ChromicPDF.print_to_pdfa({:url, "https://example.net"})