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

Windows XP installation, no previous version of Windows NT - Super User

permissions - Mount is denied because the NTFS volume is already exclusively opened - Ask Ubuntu

software installation - How to install linux driver for a lb-link wireless usb adapter - Ask Ubuntu