regex - Replace text without HTML tag, into HTML -
i have trouble itext...when have html sample:
when try generate pdf file, result not appear "lorem ipsum" text. think because without html tag!
i use line convert:
xmlworkerhelper.getinstance().parsexhtml(writer, document, new bufferedreader(new stringreader(htmltext)))
in summary..i want use regex search text without html tag, , put p tag...
ps: realy try search on google....sooooooo
Comments
Post a Comment