[iText-questions] Connot extract the embedded font

2008-09-10 Thread Jianhua Jin
When I open the PDF file created with iText2.1.3 in Acrobat 8.1, I got an error message Connot extract the embedded font XPWRTT+ArialMT. Some characters may not display correctly. The same file can be opened without such error in Acrobat 7.0. I googled this error and found the following

Re: [iText-questions] Launch/Open external non-PDF file

2008-08-28 Thread Jianhua Jin
throught the iText source code). It seems that Acrobat Reader works well with this style.   1246 0 obj /S /Launch /F 1247 0 R endobj 1247 0 obj /Type /Filespec /F (ae.xpt)   --- On Wed, 8/27/08, Jianhua Jin [EMAIL PROTECTED] wrote: From: Jianhua Jin [EMAIL PROTECTED] Subject: Re: [iText

[iText-questions] Solution to Launch/Open external non-PDF file

2008-08-28 Thread Jianhua Jin
, pfs.getReference());     }    } --- On Thu, 8/28/08, Jianhua Jin [EMAIL PROTECTED] wrote: From: Jianhua Jin [EMAIL PROTECTED] Subject: Re: [iText-questions] Launch/Open external non-PDF file To: iText-questions@lists.sourceforge.net Date: Thursday, August 28, 2008, 5:38 PM In PDF file

Re: [iText-questions] Launch/Open external non-PDF file

2008-08-27 Thread Jianhua Jin
, this is Acrobat 7.0.0), but sometimes it only provides the path that is defined in the F word (this is in 7.0.8) I am not sure if this is related to the viewer preferences, or the Acrobat configuration. Can anyone shed light how to deal with this issue? --- On Wed, 8/27/08, Jianhua Jin [EMAIL PROTECTED

Re: [iText-questions] Launch/Open external non-PDF file

2008-08-27 Thread Jianhua Jin
-questions@lists.sourceforge.net Date: Wednesday, August 27, 2008, 3:07 PM You are asking for trouble related to security by doing this... Leonard On Aug 27, 2008, at 12:33 PM, Jianhua Jin wrote: OK, more information I found out - when clicking the link, sometimes Acrobat launches the external application

Re: [iText-questions] Launch/Open external non-PDF file

2008-08-27 Thread Jianhua Jin
on the problem I have? Thanks --- On Wed, 8/27/08, Jianhua Jin [EMAIL PROTECTED] wrote: From: Jianhua Jin [EMAIL PROTECTED] Subject: Re: [iText-questions] Launch/Open external non-PDF file To: Post all your questions about iText here itext-questions@lists.sourceforge.net, Leonard Rosenthol [EMAIL PROTECTED

[iText-questions] Paragraph problem when using CJK fonts

2005-03-10 Thread Jianhua Jin
When I use the CJK fonts the paragraphs are split such that there is only one character per paragraph. I could not find out why. Could you please take a look at the attached sample? Thanks, Do you Yahoo!? Read only the mail you want - Yahoo! Mail SpamGuard. Chap0909.java Description:

Re: [iText-questions] 'same font subset name' problem

2003-06-26 Thread Jianhua Jin
an iText bug that should have generated the subset prefix in a randomway. Of course that it wouldn't hurt if Acrobat was not that brain dead whenmerging fonts. I'll have a new version fixing this tomorrow.Best Regards,Paulo Soares- Original Message -From: "Jianhua Jin" <[EM

[iText-questions] 'same font subset name' problem

2003-06-25 Thread Jianhua Jin
I was combining two iText-pdf files into one in Adobe Acrobat Writer (through menubar Document-Insert Pages), I got the error message 'These documents contain subset fonts that have the same name and connot be merged'. If Ido need to embed the font with the file,what options I have to prevent

[iText-questions] iText image and awt Image

2003-04-01 Thread Jianhua Jin
I need to convert some vector images such as CGM to PDF. Before I start cranking on processing CGM, I would like some general suggestions from the iText experts: 1. What are the possible approaches? 2. If I have a concrete implementation of awt image, is it guaranteed that it will be supported

[iText-questions] Character Encoding in PdfOutline Entry Title

2003-02-06 Thread Jianhua Jin
The following are two Outline Entries Objects. Note the difference in character encoding in the title. Some stupid pdf processer can not read the title from the iText object. It is possible to instruct iText to encode the title String the same way as the Adobe Writer does? Thanks. An Outline

Re: [iText-questions] Character Encoding in PdfOutline Entry Title

2003-02-06 Thread Jianhua Jin
It is a widely used document manage system in regulated research areas. I will first contact the vendor of this processor to make sure it is their fault. Thanks for the solution, Paulo. --- Leonard Rosenthol [EMAIL PROTECTED] wrote: At 8:26 AM -0800 2/6/03, Jianhua Jin wrote: Some stupid pdf

RE: [iText-questions] Character Encoding in PdfOutline Entry Titl e

2003-02-06 Thread Jianhua Jin
the option to zap all the Unicode from the outlines before closing. If you are time-pressed go to PdfOutline and replace all PdfObject.TEXT_UNICODE for PdfObject.ENCODING. Best Reagrds, Paulo Soares -Original Message- From: Jianhua Jin [SMTP:[EMAIL PROTECTED]] Sent

[iText-questions] Outline tree viewer preferences

2003-01-06 Thread Jianhua Jin
How do I create an PdfOutline object in 'CLOSED' mode (i.e., in the '+' mode after the document is open)? Thanks. __ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com

[iText-questions] bookmark list

2002-12-19 Thread Jianhua Jin
Are chapters and sections the only way to build a bookmark list? __ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com --- This SF.NET email is

[iText-questions] Problem embedding fonts

2002-10-28 Thread Jianhua Jin
I attempted to embed fonts as follows (all fonts are ttf files from Winnt/fonts in Windows. the font used was ariblk.ttf, Arial black). But I get an error from Acrobat Reader Unable to extract embeded font 'CBDCEE+ariblk.ttf'. Some chatracter may not display or print correctly. Where did I do

[iText-questions] PDF version

2002-08-20 Thread Jianhua Jin
What is the version of PDF (1.2/PDF3.0, 1.3/PDF4.0, or 1.4/PDf5.0) generated from iText? Is there any way I can control on the version? I need to make sure the final output is 1.3/PDF4.0 compatible. I am not using any of the fancy stuff, -- just dealing with texts and hyperlinks. Thanks.

[iText-questions] overlapping contents

2002-07-23 Thread Jianhua Jin
if I use both Document.add() and PdfContentByte.showText(), is there a simple way to control the appearance of the overlapped area? I tried to set the color's alpha value, but it seemed that no matter what I do, the content from PdfContentByte always sit on top of the content from the underlying