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 09:07
#30030
You published as “response” returned HTTP content, which looks correct.
HTTP server also sends so-called “HTTP Header”, which should have “Content-type: application/pdf” entry.
Your JSP code also seems to be ok. So first I would suspect your web application has a config mapping “JSP -> plain/text”, and the configuration overrides “Content-type: application/pdf” set by PD4ML taglib.