Re: TTFReader not working with some TTF fonts?

2001-11-27 Thread Hoang Nam

I have the same problem : an exception  when I try to add Windings font of
Word

Here is the error message :

---
Reading c:\winnt\fonts\wingding.ttf...

Number of glyphs in font: 226
Unicode cmap table not present
java.util.NoSuchElementException: Vector Enumeration
at java.util.Vector$1.nextElement(Vector.java:294)
at org.apache.fop.fonts.TTFFile.createCMaps(Compiled Code)
at org.apache.fop.fonts.TTFFile.readFont(TTFFile.java:404)
at org.apache.fop.fonts.apps.TTFReader.loadTTF(TTFReader.java:181)
at org.apache.fop.fonts.apps.TTFReader.main(TTFReader.java:143)


---

Thanks for any idea !

Nam

- Original Message -
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, November 26, 2001 6:05 PM
Subject: TTFReader not working with some TTF fonts?



Hi,

I'd like to create the font xml file with the TTFReader. If I do it with a
standard windows font (like Verdana), it works. But when I try with some
freefont (TTF), I always have an EOFException... Is it supposed to work
with every TTF fonts?

Thanks

Cheers

Emmanuel Ponette
Euro DB
Place de l'Université, 16
B-1348 Louvain-La-Neuve

Phone: +32 10 47 67 44
Fax:  +32 10 47 67 67


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]


_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




Re: inculde image

2001-11-15 Thread Hoang Nam
Title: RE: inculde image



If the image is changed, will it be changed 
in the Pdf document ? Is theimageembbeded in the Pdf Docuemtn 
oronly a link tothe image ?

Thanks !

  - Original Message - 
  From: 
  Tore 
  Engvig 
  To: [EMAIL PROTECTED] 
  Sent: Thursday, November 15, 2001 10:08 
  AM
  Subject: RE: inculde image
  
  
  
-Original Message-From: Clute, Andrew 
[mailto:[EMAIL PROTECTED]]Sent: Wednesday, November 14, 2001 
20:09To: '[EMAIL PROTECTED] 
'Subject: RE: inculde image
What is making your image dynamic? 
When you mean dynamic, do you mean the URI to the image 
could change based on the state of the app? If so, there is no way to do it 
in the stock FOP. I was able to add dynamic images that were barcodes based 
upon the page number, but I had to modify FOP to do it.
I guess he's generating the image in the same servlet that 
generates to pdf document and thus have no uri for the 
image.
What is your images of? Maybe you can use SVG?
I guess SVG is the way to go. I'm not sure here, but vaguely 
remeber something about thepossibility to embed a base64 encoded 
gif/jpeg/whatever image into the SVG and that batik handles it.That 
could be a solution.
Tore

-Original Message- From: 
Maneshi Tuli To: [EMAIL PROTECTED] 
Sent: 11/14/2001 2:01 PM Subject: 
inculde image 
I have to inculde dynamic image into fop , i,e I am 
generating that image through servlet . 
how can i do that into FOP 
plz give me any suggestion thanks 
-- 
This e-mail may contain confidential and/or privileged 
information. If you are not the intended recipient 
(or have received this e-mail in error) please 
notify the sender immediately and destroy this e-mail. Any unauthorized copying, disclosure or distribution of the material in 
this e-mail is strictly forbidden. 

- 
To unsubscribe, e-mail: 
[EMAIL PROTECTED] For additional 
commands, email: [EMAIL PROTECTED] 



Re: Bug fix for non ASCII environments

2001-07-23 Thread Hoang Nam

Sure! Try this link :

http://marc.theaimsgroup.com/?l=fop-devw=2r=1s=compressionq=b


- Original Message - 
From: Markus Bernhardt [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, July 23, 2001 4:26 PM
Subject: Re: Bug fix for non ASCII environments
 
 Is there also a SEARCHABLE list ?



_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




Re: fonts

2001-07-16 Thread Hoang Nam

Hello,

When you use the fonts embbedded ( with metric files), do you increase the
size of the file , don't you ?

Nam


- Original Message -
From: rajeev nair [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, July 16, 2001 7:18 AM
Subject: Re: fonts


 hello
 why don't u make ur own font metric xml file for
 arial?
 You can make it from ttf files easily by using the
 class TTFReader in fop.
 regards
 rajiv

 --- Wolf Gustavo (SGC-EXT) [EMAIL PROTECTED]
 wrote:
  Hi all,
  has someone implemmented Arial and
  Arial-italics?
  If the answer is yes, could I get the corresponding
  files?
 
  Also, does Helvetica (what I am replacing Arial
  with) have italics?
 
  Thanks once more,
   Gustavo
 
 
 -
  To unsubscribe, e-mail:
  [EMAIL PROTECTED]
  For additional commands, email:
  [EMAIL PROTECTED]
 


 __
 Do You Yahoo!?
 Get personalized email addresses from Yahoo! Mail
 http://personal.mail.yahoo.com/

 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, email: [EMAIL PROTECTED]


_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




Addition Font

2001-07-05 Thread hoang nam nguen

Hello,

I have add the font embbeded in FOP 19.The problem is
when we use the font embedded, the size of the PDF
file is very big.

Is there a way to add the fonts into Fop but not
embbed these fonts in the PDF file ? I think Acrobat
Writer and Distiller can display many fonts.

Thanks for any suggestion !

Nam

___
Do You Yahoo!? -- Pour faire vos courses sur le Net, 
Yahoo! Shopping : http://fr.shopping.yahoo.com

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




External Image

2001-06-28 Thread Hoang Nam

Hello,

When I use external-graphic, the images is embedded in the PDF.
But  I 'd like to use the images as an external link to the image file and
not as an image embedded in PDF . So , I can for exemple, reduce the size of
the file.

Could sombody tell me whether it is possible or show me how doing it ?

Thanks !

Nam





_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




Re: Inlining of External Graphic

2001-06-18 Thread Hoang Nam

Hello,

I have just tested FOP 0-19 and the images are inline now ...That really is
great !
However, the text and the image are aligned on the top and not at the
bottom.

Is therer a way to adjust that ?

Thanks for any suggestion !

Nam
- Original Message -
From: Arved Sandstrom [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Sunday, June 10, 2001 4:09 PM
Subject: Inlining of External Graphic


 Initial code for ensuring that ExternalGraphic is inlined is now up in
CVS. I
 should add that this is 100% Seshadri GK's work; however, it matches what
I
 did some weeks back (recall a previous email  example) to about 75%, so
I'll
 claim some small share of the credit. :-)

 Also some small share of the brickbats...the vertical alignment for
inlined
 graphics is unconventional, and we will doubtless have to adjust it so
that
 the bottom edge of images is aligned with the text baseline. If anyone is
 looking for an interesting little problem, this is one. It also relates to
 line-stacking in general - we also need work done on adjusting line-height
if
 there are runs of text with different heights on the same line.

 Regards,
 Arved Sandstrom

 --
 Fairly Senior Software Type
 e-plicity (http://www.e-plicity.com)
 Halifax, Nova Scotia
 Wireless * B2B * J2EE * XML

 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, email: [EMAIL PROTECTED]


_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




Font problem

2001-06-05 Thread Hoang Nam

Hello,

I noticed that the character quote  '  is not changed in Times Roman and
in Courrier font in the  PDF of FOP whereas this character is different in
WORD when you change the font.

Does anybody have the same problem ?

Nam



_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]