Re: [iText-questions] Chinese fonts, and chinese fonts with chinese names

2009-10-14 Thread Y Fang
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

Re: [iText-questions] Some questions about double byte characters and asian text

2009-10-08 Thread Y Fang
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

[iText-questions] Some questions about double byte characters and asian text

2009-10-08 Thread Y Fang
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

Re: [iText-questions] Importing a PDF as an Image object

2009-09-29 Thread Y Fang
> 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

Re: [iText-questions] Importing a PDF as an Image object

2009-09-29 Thread Y Fang
> 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

Re: [iText-questions] Importing a PDF as an Image object

2009-09-29 Thread Y Fang
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".

[iText-questions] Importing a PDF as an Image object

2009-09-29 Thread Y Fang
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