0
PDF EMBED API URL oder Promise
New Here
,
/t5/acrobat-services-api-discussions/pdf-embed-api-url-oder-promise/td-p/13049769
Jul 04, 2022
Jul 04, 2022
Copy link to clipboard
Copied
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
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Have something to add?
Join the conversation

