Hi,
is there a safe way to prevent that text can be copied from a PDF document? The protection with a password can be removed very quickly with appropriate software.
In this forum the user UVSAR has proposed to use special non-unicode fonts:
“It’s just a font family with non-unicode glyph mapping. We've used the same concept for years.
Acrobat handles embedded fonts in a unique way, if the typeface is embedded in the PDF but NOT installed on the reader's system. When rendering the glyphs to screen, it of course uses the embedded font's encoding table; but when copy-n-pasting text it sends the data as plain text, assuming that wherever it's pasted, the encoding is correct. …
The disadvantages are that the PDF isn't searchable, it is likely to print incorrectly (many printers cough when sent non-standard soft fonts), screen-readers won't read it and Google won't index it. It's 90% 'secure' against a casual n00b hacker, but the data is still all there if someone wants to spend 5 minutes extracting it.”
(http://acrobatusers.com/forum/security/security-embedding-unique-fonts-different-encoding)
I have tried hard to find such non-unicode fonts. But I could not discover these fonts.
Can anyone give a hint on where I can find such non-unicode fonts? The fonts should look similar to Arial.
Or is there another way? Is it even possible to change an existing true type Arial font accordingly? What software is needed for that and what steps are required?
Is it possible to change the font code page accordingly with a java script program in an existing PDF document?
Many thanks in advance.
Acrobat itself cannot intentionally destroy the Unicode maps, it has to be done using low-level tools.