HTML to PDF / DOCX / RTF Java converter library › Forums › PD4ML v3 Archived Forums (Read Only) › Deployment / Configuration issues › pd4ml transform tag renders weird characters › Re: Re: pd4ml transform tag renders weird characters
April 19, 2017 at 08:15
#30027
It is not about charset / character encoding.
Your webapp should send “Content-type: application/pdf” with HTTP response.
PD4ML taglib implicitly sets the correct HTTP header. (Do you use PD4ML taglib?)
It your case it seems to be overridden with “Content-type: text/plain“.