Re: [iText-questions] iTextsharp - HTML to PDF, problem with Croatian characters

2009-12-15 Thread jitendra777
hi Friend, you can replace html special characters with ascii code ascii special character Ć (Ć) ć (ć) Ĉ (Ĉ) ĉ (ĉ) Ċ (Ċ) ċ (ċ) Č (Č) for more details : http://www.starr.net/is/type/htmlcodes.html -- View this message in context: http://old.nabble.com/Re%3A-iTextsharp---HTML

Re: [iText-questions] iTextsharp - HTML to PDF, problem with Croatian characters

2008-05-03 Thread Bogdan M. Maryniuk
On Sun, May 4, 2008 at 12:23 AM, Vladimir <[EMAIL PROTECTED]> wrote: > anyone? a simple no to my question would be enough... yes would be better > though, along with an explanation :) Assuming it is all about Unicode, please just try to use another font. iText works fine with all cyrillic, CKJV

Re: [iText-questions] iTextsharp - HTML to PDF, problem with Croatian characters

2008-05-03 Thread 1T3XT info
Vladimir wrote: > anyone? a simple no to my question would be enough... yes would be better > though, along with an explanation :) iText isn't a full-blown HTML to PDF converter, but if you think it's sufficient for your needs and if the Croatian characters are your only problem, then the solution

Re: [iText-questions] iTextsharp - HTML to PDF, problem with Croatian characters

2008-05-03 Thread Vladimir
anyone? a simple no to my question would be enough... yes would be better though, along with an explanation :) - This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There

Re: [iText-questions] iTextsharp - HTML to PDF, problem with Croatian characters

2008-04-29 Thread Vladimir
I'm trying to generate PDF from HTML automatically using latest iTextSharp library and I'm having problems with displaying certain characters. This is the way I've tried it Document doc = new Document(PageSize.A4, 80, 50, 30, 65); PdfWriter.GetInstance(doc, new System.IO.FileStream("output.pdf"

Re: [iText-questions] iTextsharp - HTML to PDF, problem with Croatian characters

2008-04-28 Thread Bruno Lowagie
Vladimir Šetka wrote: > Hello Mr Lowagie, Please don't mail me personally, use the mailing list instead. > I'm trying to generate PDF from HTML automatically. This is the way I > tried it > > Document doc = new Document(PageSize.A4, 80, 50, 30, 65); > PdfWriter.GetInstance(doc, new System.IO.Fi