Halo! I have a german pdf with ä,ö...€..... Iread the whole text form the pdf document:
PdfReader reader = new PdfReader(path); byte[] myContent = reader.GetPageContent(1); How I can "translate" myContent to german language? Thanks for help! Dante D. -- View this message in context: http://itext-general.2136553.n4.nabble.com/Encoding-tp3252708p3252708.html Sent from the iText - General mailing list archive at Nabble.com. ------------------------------------------------------------------------------ Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)! Finally, a world-class log management solution at an even better price-free! Download using promo code Free_Logger_4_Dev2Dev. Offer expires February 28th, so secure your free ArcSight Logger TODAY! http://p.sf.net/sfu/arcsight-sfd2d _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions Many questions posted to this list can (and will) be answered with a reference to the iText book: http://www.itextpdf.com/book/ Please check the keywords list before you ask for examples: http://itextpdf.com/themes/keywords.php
