I'm using ES2. After assembling a PDF result document from several inputs using DDX, I was wondering if there is a good way to ascertain
the number of pages in the resulting (combined) pdf document. The only way that I've found,so far, is to use DDX again to obtain an XML document
containing page-text information...and then find the number of pages in the assembled document. This seems awkward...please share
if there is a simple way to ascertain the number of pages in an assembled PDF document.
Regards