<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Sat, Jun 7, 2014 at 8:03 PM, Gregory Pittman <span dir="ltr"><<a href="mailto:gpittman@iglou.com" target="_blank">gpittman@iglou.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Kunda asked me to write a script that would scramble the text in a document for privacy reasons.<br>
<br>
It seemed that ideally such a script should retain the structure of the original as far as styles, linespacing, and so on, and since this wasn't an exercise in sending a secret message that could be deciphered, no set conversion algorithm should be used.<br>


<br>
So I began with the character-by-character analytical feature of en+emdash.py, but instead of just looking for hyphens, modified to look for all letters a-z and A-Z.<br>
Using the python random module, it's easy to repeatedly generate random letters of the alphabet to replace the originals.<br>
<br>
So far I have failed to get this to work on an entire document, but am able to make it work on all the frames on a page.<br>
<br>
<a href="http://wiki.scribus.net/canvas/Scrambling_Text" target="_blank">http://wiki.scribus.net/<u></u>canvas/Scrambling_Text</a><br>
<br>
Greg<br></blockquote><div><br></div><div>Hey Greg,</div><div>Thanks again for taking the time, my friend. I plan to utilize this script very soon (when I get a chunk of time to dedicate to that process). I also hope that this strategy can be offered and utilized by others who have bugs but don't wish to submit the .sla due to any privacy/confidentiality reasons. </div>

<div><br></div><div>Really appreciate your work, skill, and your patience.</div><div><br></div><div>Cheers,</div><div>/Kunda</div></div></div></div>