You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to create a thumbnail with the PDFThumbnailer of an pdf file which was created by PowerPoint exporting one slide.
I debugged the code and the imagesFitPage methods returned false.
If a changed that result to true (while debugging) the thumbnail was created correctly.
The text was updated successfully, but these errors were encountered:
@chaosKP can you share the PDF file in question? The imagesFitPage function is attempting to make sure that the image isn't larger than the actual display dimensions, as we've hit OOMEs before when trying to read massive images that are only partially displayed. However, perhaps we need to add a margin for error here.
I tried to create a thumbnail with the PDFThumbnailer of an pdf file which was created by PowerPoint exporting one slide.
I debugged the code and the imagesFitPage methods returned false.
If a changed that result to true (while debugging) the thumbnail was created correctly.
The text was updated successfully, but these errors were encountered: