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

Popular posts from this blog

download - Firefox cannot save files (most of the time), how to solve? - Super User

windows - "-2146893807 NTE_NOT_FOUND" when repair certificate store - Super User

sql server - "Configuration file does not exist", Event ID 274 - Super User