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
The size of the PDF file seems to be based on the resolution of the monitor, which can cause PDF captures to be rather larger (50MB and greater). Is there a way to reduce the size of the files?
The picture quality is about the same but changing the resolution of the monitor seems to greatly impact the file size. I tried to reduce the scale below 1, which didn't work.
The size of the PDF file seems to be based on the resolution of the monitor, which can cause PDF captures to be rather larger (50MB and greater). Is there a way to reduce the size of the files?
The picture quality is about the same but changing the resolution of the monitor seems to greatly impact the file size. I tried to reduce the scale below 1, which didn't work.
Any input is welcome.
capture_pdf(
selector = "#result-block",
filename = "results",
scale = 0.5,
icon("camera"), "Take screenshot of results (smaller scale)"
)
The text was updated successfully, but these errors were encountered: