Open Nviard opened 2 years ago
Why does generate_from_binary use the same file to read original pdf and write output ? This results in a concatenation of two files.
The issue originates in generate_from_file, which is used by generate_from_binary.
generate_from_file
generate_from_binary
Using generate_from_file with the output_pdf_file parameter works around the issue.
output_pdf_file
Why does generate_from_binary use the same file to read original pdf and write output ? This results in a concatenation of two files.