Hi all,
i tried to include croatian letters into pdf. i made it.

i call fop servlet.

in servlet i write:

OutputStream op = response.getOutputStream();

also, i made document object and i transformed it in String

String output = serializer.outputString();

and now i wrote

response.setContentLength(output.length());


result of transformation is

WriteBeyondContentLengthException

i persume that croatian letters are in unicode and because of that they need
more bytes. how to solve it?

thanks


--
Besplatni e-mail - http://webmail.iskon.hr/

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to