HTML to PDF / DOCX / RTF Java converter library Forums PD4ML v3 Archived Forums (Read Only) HTML/CSS rendering issues Html to pdf conversion removes the xml tags in the html div

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #26944

    Hi
    I have an application to convert a html page to pdf, where in a text box I have some xml. After the conversion, the xml tags are removed and only values are printed.

    The resulting pdf only contains the values not the tags.
    Thanks

    #29560

    If you want XML markup to appear as the textarea content, you should replace all occurrences of ‘<' with <

    #29561

    Thanks for your reply, my xml is already in the format you mentioned,

    #29562

    Hmm… So it seems it applies an entity resolving twice. We’ll check what is wrong with it.

    A quick-and-dirty solution would be to use &lt; instead of <

Viewing 4 posts - 1 through 4 (of 4 total)

The forum ‘HTML/CSS rendering issues’ is closed to new topics and replies.