I'm trying to write PDFs with Chinese fonts. It seems to work fine with default
windows fonts that support Chinese, and also with Chinesefonts I download off
the internet... except for the ones that actually have Chinese names.
Using a simple test:
---
BaseFont baseFont = BaseFont.Crea
tions about double byte characters and asian
text
Yes,
use Identity_H for everything.
Leonard
From: Y Fang
[mailto:saintmagic...@hotmail.com]
Sent: Thursday, October 08, 2009
7:01 AM
To: itext-questions@lists.sourceforge.net
Subject:
[iText-questions] Some ques
I've been looking at some of the font pages in the iText Tutorial here:
http://itextdocs.lowagie.com/tutorial/ but there are two things which are
confusing me regarding the writing of Asian characters.
Firstly there is the explaination of the IDENTITY_H and IDENTITY_V
encodings:"In the next ex
> Date: Wed, 30 Sep 2009 08:27:20 +0200
> From: i...@1t3xt.info
> To: itext-questions@lists.sourceforge.net
> Subject: Re: [iText-questions] Importing a PDF as an Image object
>
> Y Fang wrote:
> > In other words, it is rather unclear (and still is) why
> Please explain what's hard to understand in this fragment:
>
> A content stream normally contains references to external objects,
> images, and fonts. For example, you can find a reference to a font named
> /F1 in listing 2.2. This font is stored elsewhere in the PDF file.
> ...
> you should
29 Sep 2009 10:52:06 +0200
> From: i...@1t3xt.info
> To: itext-questions@lists.sourceforge.net
> Subject: Re: [iText-questions] Importing a PDF as an Image object
>
> Y Fang wrote:
> > What am I doing wrong here?
>
> You didn't read p60 of "iText in Action".
Hey,
I'm working on a project that uses iTextSharp to output a PDF. As part of the
project, I'd like to be able to import existing PDFs and turn the pages into
images. I can then manipulate these pages as Image objects (e.g. resize them,
rotate, etc.) and then add them to the output PDF.
>F