Jump to content

convert html tags to pdflib code


johnnyhaff

Recommended Posts

I'm trying to parse html tags in php from a tinymce textarea into code that i can use to output on a pdflib document.

 

for example i have the following html code being passed from my form:

<p><strong>asdfasdf </strong><em>test  </em><span style="text-decoration: underline;">undderline</span> <strong> </strong><span style="text-decoration: underline;"><strong>bold& underline</strong></span></p>

 

and i'd like to generate code for pdflib such that the formatting stays the same when output to pdflib?

Link to comment
https://forums.phpfreaks.com/topic/274226-convert-html-tags-to-pdflib-code/
Share on other sites

  • 2 weeks later...

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.