php - Is there any way to make a pdf which cannot be converted to word? -
we have system generating pdf files. can convert files using online pdf word converter. there option available in yii or php stop this?
to prevent pdf been converted word may:
- set password required view pdf - once password shared - can removed
- convert pdf images, convert these images pdf (using imagemagick, ghostscript) - recoverable using ocr.
- write code damages so-called
cmap(/tounicodedictionary) inside generated pdf copied text not match text displayed viewer - still recoverable using ocr. - use handwritten font text drawn image. these images saved jpeg , these jpeg files converted final pdf - not recoverable using ocr can recovered using hwr
- use vector drawing commands draw own letters line line, letters not recognized pdf readers text - still recoverable using human eye.
- finally, may skip generating pdfs instead print physical document, make hard cover , send physical post customers , suppose lazy enough not remove cover , scan document page page ocr software.
Comments
Post a Comment