unidoc / unipdf-cli

CLI for PDF processing using unipdf
Other
111 stars 16 forks source link

Render PDF to images functionality #42

Closed gunnsth closed 4 years ago

gunnsth commented 4 years ago

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).