HTML to PDF / DOCX / RTF Java converter library › Forums › PD4ML v3 Archived Forums (Read Only) › Troubleshooting › pd4ml:transform and "Didn’t meet stated Content-Length" › Re: Re: pd4ml:transform and “Didn’t meet stated Content-Length”
> Does PD4ML set the content length?
Of course, yes. PDF is binary data, so it always makes sense to set it.
The problem, you faced with, most probably caused by an undesired text encoding conversion, applied to PDF bytes. For example Latin-1 to UTF-8 – that explains why the actual data amount has grown. Obviously UTF-8 became a default file encoding after you upgraded to Oracle 11g.
What to do?
1. Try to run Oracle with file.encoding set to the same value as it was in previous installation
2. If #1 is not possible, try to add encoding=”UTF-8″ or encoding=”default” attribute to
Also there are 3 new line characters before