HTML to PDF / DOCX / RTF Java converter library Forums PD4ML v3 Archived Forums (Read Only) HTML/CSS rendering issues Dynamic values not working with CSS text-transform property

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #27005

    Hi,
    in our HTML we are including dynamic params (http://pd4ml.com/cookbook/pdf_dynamic_values.htm)

    It works well until we are enclosing the dynamic param with an HTML element having a css property text-transform uppercase

    dynamic param here

    The dynamic param is not replaced

    It seems that PD4ML is applying the css uppercase before replacing dynamic params

    #29699

    Hi,
    maybe one solution would be to search & replace dynamic params using case insensitive mode.

    The case insensitive mode could be activate using a special flag
    in PD4Constants : PD4ML_CASE_INSENSITIVE_DYNAMIC_PARAMS

    Thanks

    #29700

    The issue has been fixed in the development build.
    The fix is going to be available with the next maintenance release.

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

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