Hi,
Is there any efficient way to know the total no of pages in a document without rendering/converting it to pdf ?
Background : I have a docx file with 7500 pages , when I am trying to convert this file to pdf , it is taking around 26 minutes. But I would like to know the number of pages upfront quickly ? is that possible ?
I tried using UNO API but that is also taking time around 15 minutes.
can we know total number of pages quickly for large documents ?
another issue is, when I convert only 3 pages to pdf again it is taking 15 minutes (it is taking 26 minutes to convert whole 7500 pages). Is there any way to optimize it ?
I am flexible for any solution (like using UNO SDK, using directly soffice via headless etc…).
Regards,
Satya