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 have a PDF file exported from Powerpoint that c.documentviewer wrongly converts to images in portrait mode. The pages of the source PDF are all in landscape.
My fix for this issue was to change the order of the GM options in converter.py:
I have a PDF file exported from Powerpoint that c.documentviewer wrongly converts to images in portrait mode. The pages of the source PDF are all in landscape.
My fix for this issue was to change the order of the GM options in converter.py:
from:
to:
The gm documentation states:
gm convert [ options ... ] input_file [ options ... ] output_file
so encoder options are better added after the input_file
The text was updated successfully, but these errors were encountered: