BE_PDFGetPages
BE_PDFGetPages ( pdfPathOrContainer ; newPDFPathOrContainer ; fromPageNum {; toPageNum } )
Copies a number of pages from a PDF and creates a new document from only those pages.
Version : 4.0
4.0.2 : Renamed from BE_PDF_GetPages
4.2.0 : Added a "garbage collection" option so that the resulting file size is reduced as well.
Parameters :
pdfPathOrContainer : The original file to GET the pages from.
newPDFPathOrContainer :
fromPageNum : the starting page number to begin from.
toPageNum ( optional ) : the page number to end or if left out, will go to the end of the document.
Result : empty result for no error, errors can be trapped with BE_GetLastError