Is there any way to programatically rotate multiple pages in the Foxit Web SDK? I know that using
will rotate one page, but I need to rotate multiple pages. Alternatively, is there a way to get the PDFPage objects for multiple selected thumbnails in the SDK Viewer?
Code:
pdfUi.eventEmitter.on( dataEvents.pageRotationChange, async (PDFPage, newRotaion, oldRotaion) => {});
Comment