We have flat file which has html elements data. Program converting this data to .DOC using CPYTOIMPF and mail to the user. Office automatically converting html tags and showing in proper format.
As per new requirement, Flat file data need to be convert into PDF. I tried with spooling(RUNQRY) and used CPYSPLF but it didn't work. I got html tags like text(ex: "Tag>Invoice</Tag") instead of formatted text.
Is there a way to make this work in CLLE/RPGLE?