function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
liron169liron169 

Image size limitation in PDF

Hello,

 

We have process that open many records in 1 PDF (visual page render as PDF), than user sent it to print.

Problem arises due SF limitations, like: script statements, heap size, Images in PDF size - I think 30MB
(it is not that code is not efficient, but it is many records and logic).


We thinking to move this process to work as batch process, which will increase the limits, and sent the PDF to user by
email. But I don't see how it will solve the issue of PDF limitation.

Is there any suggestion how to overcome those issue (except limit number of records that user can select in one action)?