Friday, May 8, 2026

Remove PDF-Exchange Protection and Watermarks from Converted Files

Unzip docx 

In document.xml, tags for watermark:

<wps:txbx><w:txbxContent><w:spAutoFit/><w:p><w:pPr><w:rPr><w:rFonts w:ascii="Arial Bold" w:hAnsi="Arial Bold" w:eastAsia="Arial Bold" w:cs="Arial Bold"/><w:color w:val="010302"/><w14:textFill><w14:solidFill><w14:srgbClr w14:val="000000"><w14:alpha w14:val="75000"/></w14:srgbClr></w14:solidFill></w14:textFill></w:rPr><w:spacing w:before="0" w:line="536" w:lineRule="exact"/><w:ind w:left="0" w:right="0" w:firstLine="0"/></w:pPr><w:r><w:rPr baseline="0" dirty="0"><w:rFonts w:ascii="Arial Bold" w:hAnsi="Arial Bold" w:eastAsia="Arial Bold" w:cs="Arial Bold"/><w:color w:val="000000"/><w:sz w:val="36"/><w:szCs w:val="36"/><w:lang w:val="en-US"/><w14:textFill><w14:solidFill><w14:srgbClr w14:val="000000"><w14:alpha w14:val="75000"/></w14:srgbClr></w14:solidFill></w14:textFill></w:rPr><w:t>PDF-XChange Editor
DEMO</w:t></w:r></w:p></w:txbxContent></wps:txbx>

in Notepad++ in Extended mode replace to delete all watermarks / frames

 <wps:txbx><w:txbxContent><w:spAutoFit/><w:p><w:pPr><w:rPr><w:rFonts w:ascii="Arial Bold" w:hAnsi="Arial Bold" w:eastAsia="Arial Bold" w:cs="Arial Bold"/><w:color w:val="010302"/><w14:textFill><w14:solidFill><w14:srgbClr w14:val="000000"><w14:alpha w14:val="75000"/></w14:srgbClr></w14:solidFill></w14:textFill></w:rPr><w:spacing w:before="0" w:line="536" w:lineRule="exact"/><w:ind w:left="0" w:right="0" w:firstLine="0"/></w:pPr><w:r><w:rPr baseline="0" dirty="0"><w:rFonts w:ascii="Arial Bold" w:hAnsi="Arial Bold" w:eastAsia="Arial Bold" w:cs="Arial Bold"/><w:color w:val="000000"/><w:sz w:val="36"/><w:szCs w:val="36"/><w:lang w:val="en-US"/><w14:textFill><w14:solidFill><w14:srgbClr w14:val="000000"><w14:alpha w14:val="75000"/></w14:srgbClr></w14:solidFill></w14:textFill></w:rPr><w:t>PDF-XChange Editor\nDEMO</w:t></w:r></w:p></w:txbxContent></wps:txbx>

 In settings.xml

<w:writeProtection w:recommended="1" w:cryptProviderType="rsaAES" w:cryptAlgorithmClass="hash" w:cryptAlgorithmType="typeAny" w:cryptAlgorithmSid="14" w:cryptSpinCount="100000" w:salt="weIguUv/EOxYIS84ngU0dA==" w:hash="Glslv89YPrh0xPKsgAUQ/RJy4z/+UsGO10kr4Bv4ndpOOTK/RQ/KcNJu0zUIG5/VUPArgR4GUGKg7ilug/+qfw=="/><w:documentProtection w:edit="readOnly" w:enforcement="1" w:cryptProviderType="rsaAES" w:cryptAlgorithmClass="hash" w:cryptAlgorithmType="typeAny" w:cryptAlgorithmSid="14" w:cryptSpinCount="100000" w:salt="weIguUv/EOxYIS84ngU0dA==" w:hash="Glslv89YPrh0xPKsgAUQ/RJy4z/+UsGO10kr4Bv4ndpOOTK/RQ/KcNJu0zUIG5/VUPArgR4GUGKg7ilug/+qfw=="/> 

Remove tags and contents

documentProtection

 writeProtection

Save, archive all files and folders to zip, rename to docx.