How can I add obfuscating stripes to a PDF or Word document?

WilliamKF

I wish to take a PDF or Word document and run stripes through the text to obscure it so that complete confidential information is not revealed, but one could compare against an unstripped other file to detect whether the unstripped version was a copy of the original file in at least some parts.

How can such stripes be added? I searched Google and couldn't find anything using the terms like stripe pdf tool obfuscator. I created a zebra stripped PNG file like this:
stripes
But using it as the watermark in Microsoft Word 2011 without any washout gives grey strips that reveal the text underneath. Exporting to PDF does show in Adobe as black stripes, however, the text under the black stripes remains and can still be copied, for security, I'd like to convert the file to an image based PDF and not contain any text under the black stripes. I tried exporting images from PDF, but that only gave me the zebra stripping, no image of the text. I don't want to just print it all out and scan it back in again due to the document being 1,500 pages long, and so do not want to waste the paper, nor deal with scanning that many pages.


Taking the PDF exported from Word with Zebra stripes, I can select a single character under the zebra stripes on each page of the document for redaction, once I've touched every page, I can then apply the redaction and remove hidden information to convert each page to an image of the page, no text remaining.

While this works, it requires each page to be touched to redact at least a character on each page in order for Adobe to convert that page to an image.

Is there an easier way to tell Adobe to convert each page to an image of the page without having to touch every single page?

WilliamKF

Here is how to do this efficiently:

  1. In Microsoft Word, add the zebra watermark as described in the original question.
  2. Save-as that word document to Adobe PDF format.
  3. In Adobe Acrobat Pro, File -> Export To -> Image -> PNG and to create a PNG file for every page of the document, uniquely named by their page number. Place the files into a new temporary folder to make later alphabetical selection of them all easier.
  4. In Adobe Acrobat Pro, File -> Create -> Combine Files into a Single PDF...
  5. From the resulting Combine Files dialog, select Add Files... menu item in upper left of dialog.
  6. In the choose file dialeg, navigate to the folder where the exported PNG images are located from step 3, ensure they are sorted alphabetically, and then select all the files to add in alphabetical order by first selecting the alphabetically first file and then (on a Mac) shift clicking the last one alphabetically, to select the whole range in alphabetical order. Press the Add files button to add the selected files.
  7. Double check the files are in the correct numerical order in the Combine Files dialog by page number in the title of each image.
  8. Click Combine Files button in the lower right of Combine Files dialog.
  9. Save the resulting PDF document.

You now have a PDF with zebra stripes and no text, just an image of text, so the characters under the stripes are not present anymore.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Java

How can I add a baseplot with no fixed values to a document

From Dev

How can I support Arabic Language in Android PDF document?

From Dev

VBA: Within Excel how do I save a word document as a PDF?

From Dev

How can I add string pairs to a document of rapidjson

From Dev

How can I add javascript to a PDF document to count the number of checked boxes and enter the value into a textbox area?

From Dev

In `knitr` how can I test for if the output will be PDF or word?

From Dev

How can i add document in a subdocument of subdocument in mongooose

From Dev

Powershell - How can I save a single page from a word document?

From Dev

How can I remove certain parts of a word document?

From Dev

How can I read a PDF document and use a dictionary at the same time?

From Dev

How can I add a new line to a text document

From Dev

How can I display a pdf document into a TextView?

From Dev

How can I color all numbers in a word document?

From Dev

Using Word, how can I create a document that looks like this?

From Dev

How can I resize multiple images in a MS Word document?

From Dev

How can I count the characters in a word document?

From Dev

How can I link some text inside a word 2016 document?

From Dev

How can I save a Word document as a PDF *without* any embedded fonts?

From Dev

How can I print a PDF document on multiple pages?

From Dev

How can I find frequency of a specific word from document in python?

From Dev

How can I convert images to pdf and Word document in uwp?

From Dev

How do I make sure that word converts the right version of my document to PDF?

From Dev

How can I find where a header is referenced in a word document?

From Dev

Python: Is there a way I can add a footnote to word document?

From Dev

How can I insert the content of a combobox into the body of a word document?

From Dev

Word - How can I display a section of text from document A in document B that updates in real time when I change it in either document A or B?

From Dev

How can I resize (not compress) multiple images in a MS Word document?

From Dev

In Cloud Firestore how can I add a document with an explicit documentid

From Dev

How can I add a document on a StreamField in Wagtail CMS?

Related Related

  1. 1

    How can I add a baseplot with no fixed values to a document

  2. 2

    How can I support Arabic Language in Android PDF document?

  3. 3

    VBA: Within Excel how do I save a word document as a PDF?

  4. 4

    How can I add string pairs to a document of rapidjson

  5. 5

    How can I add javascript to a PDF document to count the number of checked boxes and enter the value into a textbox area?

  6. 6

    In `knitr` how can I test for if the output will be PDF or word?

  7. 7

    How can i add document in a subdocument of subdocument in mongooose

  8. 8

    Powershell - How can I save a single page from a word document?

  9. 9

    How can I remove certain parts of a word document?

  10. 10

    How can I read a PDF document and use a dictionary at the same time?

  11. 11

    How can I add a new line to a text document

  12. 12

    How can I display a pdf document into a TextView?

  13. 13

    How can I color all numbers in a word document?

  14. 14

    Using Word, how can I create a document that looks like this?

  15. 15

    How can I resize multiple images in a MS Word document?

  16. 16

    How can I count the characters in a word document?

  17. 17

    How can I link some text inside a word 2016 document?

  18. 18

    How can I save a Word document as a PDF *without* any embedded fonts?

  19. 19

    How can I print a PDF document on multiple pages?

  20. 20

    How can I find frequency of a specific word from document in python?

  21. 21

    How can I convert images to pdf and Word document in uwp?

  22. 22

    How do I make sure that word converts the right version of my document to PDF?

  23. 23

    How can I find where a header is referenced in a word document?

  24. 24

    Python: Is there a way I can add a footnote to word document?

  25. 25

    How can I insert the content of a combobox into the body of a word document?

  26. 26

    Word - How can I display a section of text from document A in document B that updates in real time when I change it in either document A or B?

  27. 27

    How can I resize (not compress) multiple images in a MS Word document?

  28. 28

    In Cloud Firestore how can I add a document with an explicit documentid

  29. 29

    How can I add a document on a StreamField in Wagtail CMS?

HotTag

Archive