I currently have a project that requires me to "blackout/zero-out" prices within a PDF document and was wondering if I would be able to use JavaScript along with regular expressions to perform the search-and-replace within the PDF document?
Thus, a text string in the pdf that is like this:
$499.95
would become
$000.00
Any takers?
George Kaiser