scripts - PDF to images to PDF - Ask Ubuntu
i have pdf want show without giving them ability copy it. 1 possible way convert pages images, these pdf. how can use convert
or pdftk
or otherwise script? not gui.
imagemagick rasterizes everything. do:
convert -density 200 input.pdf output.pdf
of course recipient might decide run ocr program on file. density
parameter sets resolution expressed ppi.
Comments
Post a Comment