0
poor performance issues when looping through multiple PDF files simultaneously on a single web page.
New Here
,
/t5/acrobat-services-api-discussions/poor-performance-issues-when-looping-through-multiple-pdf-files-simultaneously-on-a-single-web-page/td-p/15040899
Dec 15, 2024
Dec 15, 2024
Copy link to clipboard
Copied
Can I declare adobeDCView instance variable only once? In case I need to render multiple PDF files on a single page, because I notice .js downloading multiple times unnecessarily depending on the number of files, I have performance concerns about the rendering of the web page and it consumes a lot of browser memory. The reason I want to solve this issue is because of the user interface.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Community Expert
,
/t5/acrobat-services-api-discussions/poor-performance-issues-when-looping-through-multiple-pdf-files-simultaneously-on-a-single-web-page/m-p/15042597#M9466
Dec 16, 2024
Dec 16, 2024
Copy link to clipboard
Copied
You'll need to have a new adobeDCView object per document.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
thongchai_9588
AUTHOR
New Here
,
LATEST
/t5/acrobat-services-api-discussions/poor-performance-issues-when-looping-through-multiple-pdf-files-simultaneously-on-a-single-web-page/m-p/15045589#M9477
Dec 18, 2024
Dec 18, 2024
Copy link to clipboard
Copied
It's ok. Thank you.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

