Fop Logo concept

2003-02-04 Thread Mitchell, Lincoln L.
How about this... fop.jpg Designer: Lincoln Mitchell fop.jpg attachment: fop.jpgattachment: fop.jpg- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Fop Logo concept

2003-02-04 Thread J.Pietschmann
Mitchell, Lincoln L. wrote: How about this... Great design, but please, no insects anymore. If there is an animal in the logo, it should be something cute, preferably furry or at least feathered. J.Pietschmann - To unsubscribe,

Re: How to include an external graphic using a relative path

2003-02-04 Thread Johan Ã…brandt
You can define baseDir property (see faq howto) as getServletContext().getRealPath(/project/img) snip... Just a reminder that getRealPath( ... ) is allowed to return null if the application is deployed for example in a war file, according to the servlet spec. This advice is hence likely to

RE: Prb: Using bold fonts with FOP??

2003-02-04 Thread Hugo Oliveira
I' am using version 0.20.5 When I show the result using the -awt switch the two font courier e courier bold appear OK, but when I send it to the printer the courier new bold appears like arial bold?? I try to send direct to the printer and the result is the same. HOliviera -Original

RE: FOP logo contest

2003-02-04 Thread Max Dcosta
Guys, If i have designed a logo, should i mail it to this list itself and if yes when will it appear in the web poll, so that i know its taken in by the FOP Team. Please reply, Cheers, Max - Max William D'Costa|

RE: FOP logo contest

2003-02-04 Thread Max Dcosta
Hello Foppers, Here is my Logo. Hope you find it pleasant. Please put it on the web poll. Thanks and best wishes, Max DCosta :) -Original Message- From: Max Dcosta Sent: Tuesday, February 04, 2003 4:39 PM To: '[EMAIL PROTECTED]' Subject: RE: FOP logo contest Guys, If i have

RE: Fop Logo concept

2003-02-04 Thread Rob Staveley \(Tom\)
I agree with your sentiments, though it is indeed a nice design. I'm no artist, but what about a play on the word fop/foppish (as in a dandy)? There are nice images of fops at http://www.theonion.com/onion3011/foppish.html and http://www.nadablog.com/blog/98.html which could be inspiration.

external-graphic problem

2003-02-04 Thread Mihael Knezevic
hi, i think i got a simple problem and probably everybody will point me to the fop faq but i need an example (hopefully a working one). i want to have one pic on one page. i got the following xml file: Bericht Bild source=wgr-50.jpg / Bild source=wgr-60.jpg / Bild

Re: Fop Logo concept

2003-02-04 Thread Oleg Tkachenko
Mitchell, Lincoln L. wrote: How about this... fop.jpg Designer: Lincoln Mitchell fop.jpg Well, actually I believe ant is taken already by ANT project, but anyway I have added it to the list. -- Oleg Tkachenko Multiconn Technologies, Israel

Re: Fop Logo concept

2003-02-04 Thread Oleg Tkachenko
J.Pietschmann wrote: Great design, but please, no insects anymore. If there is an animal in the logo, it should be something cute, preferably furry or at least feathered. Agree, we are Apache project after all, so it would be nice to have something compatible with Apache's feather

Re: external-graphic problem

2003-02-04 Thread Louis . Masters
Here is our working code: xsl:if test=@isrc!='' fo:external-graphic scaling=uniform height=auto width=auto content-width=auto content-height=auto src=[EMAIL PROTECTED]/ /xsl:if If I remember right, you also have to set the basedir (either in your userconfig.xml or via Java):

Re: FOP logo contest

2003-02-04 Thread Oleg Tkachenko
Max Dcosta wrote: Here is my Logo. Hope you find it pleasant. Thank you! Please put it on the web poll. Done. -- Oleg Tkachenko Multiconn Technologies, Israel - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

AW: Fop Logo concept

2003-02-04 Thread Ilja Preuss
Agree, we are Apache project after all, so it would be nice to have something compatible with Apache's feather (http://www.apache.org/images/asf_logo_wide.gif). What about dipping that feather in an inkpot? :-) - To

Re: Fop Logo concept

2003-02-04 Thread Oleg Tkachenko
Max Dcosta wrote: Here are two more logo's from myside, one just a color variation of the earlier. Added. Actually color variations may overflow the list, but anyway, thank you. -- Oleg Tkachenko Multiconn Technologies, Israel -

Re: Fop Logo concept

2003-02-04 Thread Oleg Tkachenko
Max Dcosta wrote: Here are two more logo's from myside, one just a color variation of the earlier. btw, in the last one string File Object Processor probably should be Formatting Objects Processor? -- Oleg Tkachenko Multiconn Technologies, Israel

Re: AW: Fop Logo concept

2003-02-04 Thread Oleg Tkachenko
Ilja Preuss wrote: What about dipping that feather in an inkpot? :-) Actually a brilliant idea. It's a pity I'm not an artist ;) -- Oleg Tkachenko Multiconn Technologies, Israel - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: How to adjust page layout

2003-02-04 Thread Oleg Tkachenko
Mohamed Abdel Hamid wrote: i have a problem in page layout when i print my pdf file, i'm using Fop 0.20.3 my case as following :- i want to create a page which its content has a distance of 1.6 cm from borders. i make all setting as i know and imagine that everything must work fine with this

Re: single and double column on same single page

2003-02-04 Thread H. krishna
Dear Oleg, Thanks for your mail. now my problem is solved. once again thanks for you. Regards, H. Balakrishnan --- Oleg Tkachenko [EMAIL PROTECTED] wrote: H. krishna wrote: i need the single and double column on same single page. It is possible in fop-0.20.5. You can use span=all to

Re: AW: Fop Logo concept

2003-02-04 Thread Oleg Tkachenko
Max Dcosta wrote: here it is, pls replace the wrong one with this one... thanks my friend. Done. -- Oleg Tkachenko Multiconn Technologies, Israel - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Converting SVG files to different file formats

2003-02-04 Thread Hans Stoessel
Hi I have a Java (JDK 1.4.1) standalone application which generates SVG files (Charts with JFreeChart). This charts should be converted into different file formats like JPG, PDF and maybe EPS. The converted files must be high quality files for printing media. I try to do that on different ways,

How to convert XML to RTF?

2003-02-04 Thread Jasmin Mehta
Hi, Is there any way to convert XML file in to Reach Text Format? Is there some facility in FOP? Thanks Jasmin

RE: external-graphic problem

2003-02-04 Thread Mihael Knezevic
thanx for the response. correct me if i'm wrong, but i thought the base dir must only be set if i use this in a servlet? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 04, 2003 2:12 PM To: [EMAIL PROTECTED] Subject: Re: external-graphic

Class not found applet error

2003-02-04 Thread Matthew Lancashire
I have created a htm page.. HTML HEAD META NAME=GENERATOR Content=Microsoft Visual Studio 6.0 /HEAD BODY Pnbsp;/P !-- Insert HTML here -- APPLET style=LEFT: 0px; TOP: 0px height=200 width=320 code=IESPrint.class name=IESPrint VIEWASTEXT PARAM NAME=label VALUE=This string was

RE: external-graphic problem

2003-02-04 Thread Mihael Knezevic
thanx. its working now. i should have read the xsl book more carefully. i missed the part with the braces { }. sorry and thanx for the help. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 04, 2003 2:12 PM To: [EMAIL PROTECTED] Subject: Re:

RE: How to convert XML to RTF?

2003-02-04 Thread Madhavan Srinivasan
jfor (*) converts XML documents conforming to the XSL-FO specification to RTF format, the goal being to use the same XSL-FO documents (as often generated using XSLT transforms) to generate PDF (using FOP or similar) and RTF (using jfor) documents. Please refer http://www.jfor.org/

RE: How to convert XML to RTF?

2003-02-04 Thread Jasmin Mehta
Thanks Madhavan. -Original Message- From: Madhavan Srinivasan [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 04, 2003 1:03 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: How to convert XML to RTF? jfor (*) converts XML documents conforming to the XSL-FO

Re: Different JRE versions' affect on extent/margin(s)

2003-02-04 Thread Clay Leeds
Any clues about what I should I look for? I've checked bugzilla (or whatever the FOP/Apache version is called), and there's no reference to this bug. I've also looked in MARC, but don't see anything relevant. I guess I'll open up a bug. Expect to see DO NOT REPLY msgs shortly... Oleg Tkachenko

Re: Prb: Using bold fonts with FOP??

2003-02-04 Thread J.Pietschmann
Hugo Oliveira wrote: When I show the result using the -awt switch the two font courier e courier bold appear OK, but when I send it to the printer the courier new bold appears like arial bold?? This could be a problem with Courier Bold not available on your printer, a problem with printer drivers,

Re: Converting SVG files to different file formats

2003-02-04 Thread J.Pietschmann
Hans Stoessel wrote: - Has anybody sample code how I can convert an SVG file into high quality PDF using FOP? FOP uses Batik for rendering SVG, and there isn't much FOP can do for quality besides http://xml.apache.org/fop/faq.html#faq-N1036C (well, the PDF transcoder is part of FOP, but because

Re: Class not found applet error

2003-02-04 Thread J.Pietschmann
Matthew Lancashire wrote: When I access the htm page I get 'Applet notinited' error and the console displays.. java.lang.NoClassDefFoundError: org/apache/avalon/framework/logger/Logger You'll have to have some more jars beside the fop.jar in the classpath. Just to be on the sure, use everything

White space

2003-02-04 Thread Sal Tarantola
Title: Message I'm sure this has been covered to death. If someone would point me to the right area I'd appreciate it greatly. I need to take a string of formatted data from my xml database and present it. I've played with white-space-collapse and changing the font around but it still does

RE: White space

2003-02-04 Thread Calero, Roberto
Title: RE: White space An example below of what the pdf document renders as Invoice... Date.. Cust... Inv amount 02010001 01-01-2002 8 282.10 :-P Would not be easier just to create a table with 4 columns 1 header and N-Rows?? Each cell can be assigned a particular format option:

RE: White space

2003-02-04 Thread Sal Tarantola
Title: Message Actually no The stylesheet would be generic and just there for rendering all the pdf document. Predefined columns and row couldn't work as the stylesheet just handles preformatted data. All of the actual processing and formatting happens on a different server that is

RE: White space

2003-02-04 Thread Sal Tarantola
Thanks much. Worked just as I would have expected it to work. As I said I know that the whole white-space issue has been tackled before. -Original Message- From: Roland Neilands [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 04, 2003 5:23 PM To: [EMAIL PROTECTED] Subject: RE: White

RE: White space

2003-02-04 Thread Calero, Roberto
Title: Message Ok, so... what is the point for using FOP then? You could just create a "formated" text file and then just simple put it in your website. Your stylesheet is not being generic, just simpler. -Original Message-From: Sal Tarantola [mailto:[EMAIL PROTECTED]Sent:

special characters

2003-02-04 Thread Jon Steeves
Hello: I want the PDF we generate to be able to print special characters such as: ? ? ?. Right now these are rendered as: P S O. Do I have to add a font to FOP or is there a simpler method to do this? Cheers Jon Steeves [EMAIL PROTECTED]

RE: special characters

2003-02-04 Thread Jon Steeves
Followup: The special characters that didn't appear in the previous email are: pi, omega, and sigma. Cheers -Original Message- From: Jon Steeves Sent: Tuesday, February 04, 2003 3:07 PM To: '[EMAIL PROTECTED]' Subject: special characters Hello: I want the PDF we generate

RE: special characters

2003-02-04 Thread Roland Neilands
Jon, You seem to have the same problem with emailing your characters to the list as in your PDF. As well as this: http://xml.apache.org/fop/faq.html#faq-N10402 the other problem might be not using the correct file encoding declaration eg. ?xml version=1.0 encoding=ISO-8859-1? in your XML/XSL