Re: svg 2 pdf using fop HELP

2003-01-17 Thread fop
Please Help I use FOP 0.20.5rc with j2sdk1.4.0_03 and i can't convert fo file with svg (with text) to PDF with Text. i made fonts metrics files without error and i added svgSTROKEStext entry in userconfig.xml and i had opened arial.ttf font and saved it with a truetypefont editor. When i launched

Re: ITC Garamond Bold

2003-01-17 Thread Jeremias Maerki
If you follow the instructions on the FOP website (http://xml.apache.org/fop/fonts.html) you can use the Type 1 font you've purchased. Just use the PFM Reader instead of the TTFReader to generate the XML font metric files. No need to convert anything to TrueType. You have a .PFM file for the font,

RE: ITC Garamond Bold

2003-01-17 Thread Lucian Opris
Hi, No, I don't have the PFM file, that's the problem. I've received only AFT snd PFB files pf the font. I've purchased the font from www.fonts.com Thanks Lucian Opris -Original Message- From: Jeremias Maerki [mailto:[EMAIL PROTECTED] Sent: Friday, January 17, 2003 8:57 AM To: [EMAIL P

Compiling fop

2003-01-17 Thread Ashish Arte
Hi all, I am trying to compile fop-0-20-5 locally, and it requires many java files under org/apache/fop/fo/properties/ and they are not present in any other versions. Is there any way I can change this compilation ? Are these files required for generating fop.jar. Thank you, Ashish ---

PNG doesn't process

2003-01-17 Thread jaccoud
Hi I am having trouble processing graphics. The following block: Produces a flood of error messages that begin with: --- [ERROR] svg graphic could not be built: file:images/level1.svg:-1 An I/O error occured while processing the URI 'file:images/level1.svg#Bevel' spe c

RE: Compiling fop

2003-01-17 Thread George Yi
Did you use the "build" batch file to compile or just use another IDE to compile? Some source files have to be generated by ants before you can compile whole project. What I did is to run "build" first, then drag folder src under build to a new place. I have been able to compile the project from t

RE: Compiling fop

2003-01-17 Thread m . schaeffler
Look at http://xml.apache.org/fop/compiling.html for information on compiling fop. Do you know that the fop source and binary distribution comes precompiled? You normaly don't have to compile it yourself. but if you need to compile it: The most used commands to build fop by using Ant and the batch

Re: can we put a HTML link in PDF?

2003-01-17 Thread Oleg Tkachenko
dongjiang tang wrote: Great! one more question further: can I open another browser window for that link? in html page I can easily do that use Java Scripts, but how about here? http://www.w3.org/TR/xsl/slice7.html#show-destination -- Oleg Tkachenko eXperanto team Multiconn Technologies, Israel

Re: PNG doesn't process

2003-01-17 Thread Oleg Tkachenko
[EMAIL PROTECTED] wrote: Looks like Batik cannot process the Bevel filter, so I rendered it externally as a PNG and edited the graphic to make the background transparent. Then I got a single error message: -- [ERROR] Error while creating area : Error creating FopImage object (Er

Re: PNG doesn't process

2003-01-17 Thread Oleg Tkachenko
[EMAIL PROTECTED] wrote: Looks like Batik cannot process the Bevel filter, so I rendered it externally as a PNG and edited the graphic to make the background transparent. Then I got a single error message: -- [ERROR] Error while creating area : Error creating FopImage object (Er

Re: ITC Garamond Bold

2003-01-17 Thread Jeremias Maerki
That's strange. I've never been missing the PFM when I bought fonts. Maybe this will help you: http://www.asy.com/scrcf.htm On 17.01.2003 15:36:32 Lucian Opris wrote: > Hi, > No, I don't have the PFM file, that's the problem. I've received only AFT snd > PFB files pf the font. I've purchased the

Open a report from Java

2003-01-17 Thread Paulo Gustavo Benfatti
Hi,       I´m developing a application that requires reports.     My application is being developed in Java...with Swing, i already made a XML files with FOP´ Tags.     I´m starting and showing the XML with the following command:          fop report.fo -awt       it´s running OK, but i

Re: Open a report from Java

2003-01-17 Thread Oleg Tkachenko
Paulo Gustavo Benfatti wrote: I´m developing a application that requires reports. My application is being developed in Java...with Swing, i already made a XML files with FOP´ Tags. I´m starting and showing the XML with the following command: fop report.fo -awt it´s r