• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Using PDF embed API for viewing documents on a web project.

New Here ,
Oct 11, 2023 Oct 11, 2023

Copy link to clipboard

Copied

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 });
                });

Views

198

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
Oct 13, 2023 Oct 13, 2023

Copy link to clipboard

Copied

LATEST

I'm not aware of any limits, outside of the fact that the Embed code has to work harder for much bigger documents. Can you share a sample document having issues?

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources