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

PDF EMBED API URL oder Promise

New Here ,
Jul 04, 2022 Jul 04, 2022

Hallo liebes Froum.

Gibt es Erfahrungswerte bezüglich Performance bei der PDF Embed API ob ich eine URL angebe oder mit File Promises arbeite ?

             

 

adobeDCView.previewFile({
                  content: {promise: filePromise},
                  metaData: { fileName: pdfFile.name }});

oder 

 adobeDCView.previewFile(
            {
            content: { location: { url: "https://documentcloud.adobe.com/view-sdk-demo/PDFs/Boea Brochure.pdf" } },
             metaData: { fileName: "Bodea Brochure.pdf" }
            });
        }

 

Vielen Dank für eine Info.

Gruß

 

TOPICS
PDF Embed API , PDF Services API
98
Translate
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
no replies

Have something to add?

Join the conversation
Resources