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
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
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
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
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"
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