Add a render function to render a PDF or page(s) from PDF.
Can be consistent with other functions. Either
render file.pdf file.zip
where entire file.pdf is rendered to images inside file.zip.
or
render file.pdf -p 1 file.zip
to get page 1, or a page range (consistent with what is done in other methods).
Add a render function to render a PDF or page(s) from PDF. Can be consistent with other functions. Either
render file.pdf file.zip
where entire file.pdf is rendered to images inside file.zip. orrender file.pdf -p 1 file.zip
to get page 1, or a page range (consistent with what is done in other methods).