gucky
11-25-2010, 12:17 PM
Hello,
I have konverted some PDF Files with pdftohtml to html. I have written a Perl Script to delete some HTML Token, but now i have to delete some non printerble characters with perl.
I tried the Regex s/[[:print]]//g and the negotated regex s/[![[:print]]]//g, but both regex didn't work correctly. Can someone tell me how i can delete the Characters?
thanks
Gucky
I have konverted some PDF Files with pdftohtml to html. I have written a Perl Script to delete some HTML Token, but now i have to delete some non printerble characters with perl.
I tried the Regex s/[[:print]]//g and the negotated regex s/[![[:print]]]//g, but both regex didn't work correctly. Can someone tell me how i can delete the Characters?
thanks
Gucky