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 think viewDistance needs to be set sooner so the PDF is paginated correctly.
My slideshow with 9 slides prints 13 messed-up slides unless I use one of these workarounds:
configure viewDistance:Number.MAX_VALUE from the beginning
before printing, browse to a slide so the slides with large stretch elements are within the viewDistance (I think jumping to the end of the presentation works, as well.)
I tried configuring viewDistance right before calling window.print(), but this did not work.
The text was updated successfully, but these errors were encountered:
I think
viewDistance
needs to be set sooner so the PDF is paginated correctly.My slideshow with 9 slides prints 13 messed-up slides unless I use one of these workarounds:
viewDistance:Number.MAX_VALUE
from the beginningstretch
elements are within theviewDistance
(I think jumping to the end of the presentation works, as well.)I tried configuring
viewDistance
right before callingwindow.print()
, but this did not work.The text was updated successfully, but these errors were encountered: