Varjas Tibor wrote:

> Hello Bruno!
>  
> I generate PDF files from my application using iText v1.4.4.
> But I have a problem, with Hungarian (my language) character code 
> (with special letters).
> The special letters shows correcly if I embed the font into pdf file.

OK, that's what you should do: embed the font.

> But shows incorrectly if I don't embed the font.

That's to be expected. It's documented.

> If I embed the font each pdf file, the filesize increase from 3KB to 
> 60KB, so it costs very big resource, because I must save these pdf 
> files to database.

That's a pity. 60KB doesn't seem that much to me.
Note that only a subset of the font is embedded.

> So I want to create the pdf file with not_embedded fonts (which 
> appeaers incorrectly, but I save to databse), and I want to replace 
> font (with embedded) in pdf file (which appears correctly), for 
> showing purpose.

This is dangerous, and I don't think it's possible with iText.
I forward this to the mailinglist so that other people can give
their advice too.
best regards,
Bruno

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
iText-questions mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to