Hi,
I am using LibreOffice with one of my application developed in C#. The workflow is, LibreOffice loads XLS/DOC/PPT and export them to PDF.
PROBLEM: it takes hours to export XLS/DOC/PPT to PDF if number of pages are in thousands. It’s not the file size which is a problem (time taking), it is the number of pages.
SOLUTION: The solution I want to implement if to print only first 100 pages.
HELP NEEDED: I need help in understanding how I can limit the number of pages to export, programmatically in C# or any other programing language. Without using LibreOffice interface. Is there any API or command line arguments I can use?
Thank You,
Sorabh