Hi there,
I’m calling convert_document_direct
from the groupdocs_conversion_cloud Python SDK. It’s working fine, but I’m receiving a PDF that contains multiple pages per sheet.
The docs say that I can “use this method to directly convert any document, using default options.” and I understand from the docs and the client library code that one page per sheet behavior is the default option.
I would love to be able to receive PDF’s with one page per sheet by calling convert_document_direct
Thanks in advance