long word wrapping problem solved in Fop-0.20.1 ???

2002-03-22 Thread Jie Wang
Title: long word wrapping problem solved in Fop-0.20.1 ??? I have a word "12345678" and the space defined in table-column is 1 inch then it spills over. If the words are spaced out ,then wrapping occurs "1 2 3 4 5 6 7 8". So you see, in Fop-0.20.1 is still not working ? I would be glad if a

Re: fo:basic-link on svg image

2002-03-22 Thread Saif Khaja
I have SVG working in FOP, and it works great (except some minor issues, which is out of scope of this mail here). And I didnt post the complete svg code in my previous mail. Here it is what I was trying to achieve. Each rect in this svg image would point to a different bookmark in the same PDF

Re: AW: possible to specify required spaces?

2002-03-22 Thread peter . dykstra
This works great -- thanks! "S. Jayaraman" To: <[EMAIL PROTECTED]>

AW: possible to specify required spaces?

2002-03-22 Thread S. Jayaraman
Try " " In most fonts, this appears as a space. In some fonts, it gives some funny symbols. Cheers Jay ** [EMAIL PROTECTED] wrote: Does anyone know a way to pass required spaces through FOP from XML to a PDF? The normal processing of x'20' spaces co

Re: Subject: text colums

2002-03-22 Thread Jeff Rancier
While your on the subject, is there a daily/weekly digest? Thanks, Jeff Sorry for the off topic - Original Message - From: "Woods, John T." <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, March 22, 2002 12:47 PM Subject: RE: Subject: text colums | How can I temporarily remove

possible to specify required spaces?

2002-03-22 Thread peter . dykstra
Does anyone know a way to pass required spaces through FOP from XML to a PDF? The normal processing of x'20' spaces collapses adjacent spaces to eliminate extra white space, which is normally good but not in all cases, and 'white-space-treatment="pre"' (which would preserve these) isn't implement

Re: AW: Error compiling fop - CodePointMapping.java is empty

2002-03-22 Thread Christian Geisert
Sam Prokop wrote: where does this "Path-doubling" come from, file:///C:/fop/src/fop-0.20.3/C:/fop/src/fop-0.20.3/build/src/codegen/en codings.xml i checked the build.xml, it looks all right to me, the "property name="encodings.xml""-stuff looks exactly as the stuff before. there must happen some

RE: Subject: text colums

2002-03-22 Thread Woods, John T.
How can I temporarily remove myself from the [EMAIL PROTECTED] mailing list. Thanks, John -Original Message- From: Joerg Pietschmann [mailto:[EMAIL PROTECTED] Sent: Thursday, March 21, 2002 8:37 AM To: FOP User Subject: Re: Subject: text colums Lauren Commons <[EMAIL PROTECTED]> wrote:

Re: beginner (and windows) question

2002-03-22 Thread Christian Geisert
Joël Conraud wrote: Hello, I tried to use Microsoft?s entry point for Java when invoking fop, and thus replaced ?java? by ?jview? in Fop.bat. May be I?m doing something stupid here but I?m not a developer, just a user of Java/fop, so it should be Ok, isn?it ? AFAIK jview is JDK 1.1 only and FOP

RE: Win32

2002-03-22 Thread Alastair Growcott
One teeny little problem - first the download is 12Mb, and secondly all the download sites are in the US while I am in the UK! > -Original Message- > From: [EMAIL PROTECTED] > > I was in the same situation you are about a week ago. You > can download the Java Runtime environment at the

Re: Win32

2002-03-22 Thread peter . dykstra
I was in the same situation you are about a week ago. You can download the Java Runtime environment at the following link. (You want the JRE version as opposed to the SDK). It's pretty easy to install, and then the FOP.BAT command from the FOP download invokes it without further intervention. I

Win32

2002-03-22 Thread Alastair Growcott
Hi, I am a sad person who does not have Java on my machine, or any idea how to use it even if I did get my hands on a copy (I actually have a very nice Java developer environment with lots of help files on a CD-ROM, but not with me for another month or so). Hence although I have downloaded the di

AW: Error compiling fop - CodePointMapping.java is empty

2002-03-22 Thread Sam Prokop
i want to build it with jimi-1.0.jar to get support of png. jimi-1.0.jar isn´t part of fop since 0.20.3. so pngs are not supported. just copying the jar into fop/lib, doesn´t solve the problem, so Jeremias Märki told me it would be better to compile. > -Ursprüngliche Nachricht- > Von: Miha

Re: fo:basic-link on svg image

2002-03-22 Thread Joerg Pietschmann
"Saif Khaja" <[EMAIL PROTECTED]> wrote: > > > If you want to embed SVG data into a FO document, you have to use a fo:instream-foreign-object. Furthermore, i vaguely remember that you need a top level svg:svg element. Therefore, try: I think it would be a good idea to

Re: Error compiling fop - CodePointMapping.java is empty

2002-03-22 Thread Mihael Knezevic
On 2002.03.22 10:34 Sam Prokop wrote: > OK, thanks for the input, but i deleted the whole thing and unziped into > a "fresh" folder. > I also took all CLASSPATHs out of my global(?) Classpath > (de->Umgebungsvariablen Win2k) > and just added the jimi-1.0.jar to the lib folder. > I start the origina

Re: PDF Link getting submitted twice

2002-03-22 Thread Joerg Pietschmann
"Dutta, Sumanta" <[EMAIL PROTECTED]> wrote: > except the request is getting submitted twice. I checked the javascript > staff which submits the page on click of that link. It seems when the PDF > plug-in getting activated, its trying to open the URL once again. Any idea!! This is a problem with In

Re: svg from string

2002-03-22 Thread Joerg Pietschmann
Fischer Tibor <[EMAIL PROTECTED]> wrote: > i've got a java class with a method, what generates an svg object and > returns it as string. > i need fop to generate the svg into pdf, from the string. There are several ways. One is to hook directly into FOP's implementation of fo:external-graphics. A

AW: Error compiling fop - CodePointMapping.java is empty

2002-03-22 Thread Sam Prokop
OK, thanks for the input, but i deleted the whole thing and unziped into a "fresh" folder. I also took all CLASSPATHs out of my global(?) Classpath (de->Umgebungsvariablen Win2k) and just added the jimi-1.0.jar to the lib folder. I start the original build.bat and now i get the following error:

Re: Error: null

2002-03-22 Thread Ian Taylor
I'd put which threw up the error: null. Thanks Mihael for telling me about the fop -d option Ian At 09:07 AM 3/22/2002 +0100, you wrote: > I constructed my first xsl document to render a pdf using a singletemplate. This worked fine. However the form was rather large so Idecided to split certai

Re: Error: null

2002-03-22 Thread Jeremias Maerki
> I constructed my first xsl document to render a pdf using a singletemplate. > This worked fine. However the form was rather large so Idecided to split > certain parts of it into separate templates and now I amgetting a null error. > Please help > > I used fop -xml TIPS.xml -xsl TIPS.xsl -pdf

Re: svg from string

2002-03-22 Thread Keiron Liddle
I suggest you read this page: http://xml.apache.org/batik/rasterizerTutorial.html To convert svg to pdf you are simply using the PDF transcoder. On 2002.03.21 16:31 Fischer Tibor wrote: hi, i've got a java class with a method, what generates an svg object and returns it as string. i need fop to ge

Re: fo:basic-link on svg image

2002-03-22 Thread Keiron Liddle
The second example is not valid. You cannot simply place some piece of svg inside fo. SVG can only be used in an instream-foreign-object and the xml inside that fo object must be valid for svg. As SVG cannot link internally in the fo document then you cannot do it with svg. On 2002.03.22 03:29

beginner (and windows) question

2002-03-22 Thread Joël Conraud
Hello,   I tried to use Microsoft’s entry point for Java when invoking fop, and thus replaced ‘java’ by ‘jview’ in Fop.bat.   May be I’m doing something stupid here but I’m not a developer, just a user of Java/fop, so it should be Ok, isn’it ?   When I ran fop on docs/examples/fo/si

Re: Error: null

2002-03-22 Thread Mihael Knezevic
fun fop with the -d parameter and you'll get more debug info On 2002.03.21 15:51 Ian Taylor wrote: > > I constructed my first xsl document to render a pdf  using a single > template. This worked fine. However the form was rather large so I > decided to split certain parts of it into separate temp

fo:basic-link on svg image

2002-03-22 Thread Saif Khaja
Hi, I was trying to set a link on one of the svg images to point out to a bookmark id set on the pdf page. Has anyone tried this before. It works fine for text data. For example, Testing link For svg images, this doesnt work however. The following lines will not even display the svg rectangl