Question
Using PDF embed API for viewing documents on a web project.
Hi,
I've used pdf-embed-api for the purpose of viewing pdf documents on a web based application.
I would like to know if it is limited to a certain number of pages as it is having difficulties for documents with more than 400 pages(15mb).
Thanks to provide accurate limitations of the api for viewing purposes.
Snippet:
adobeDCView.previewFile({
content:{location: {url: '${pdfUrl}'}},
metaData: { fileName: "${filename}" }
}, { embedMode: "IN_LINE", showDownloadPDF: false, showPrintPDF: false });
});
