Hello,
I’m trying to convert to pdf this exemple of html page
my title
suite" ;
}
my html text
Produced file contains
"suite" ;
}
my html text"
instead of
"my html text"
It seems that you are using a regex to remove scripts (<script.?>.?</script> ?), but it don’t works if the script contains the string “script”
(I have to find a workaround using my current Aspose.Words version. If you modify the regex, can you give me the new one ?)
Thanks
Hi,