Re: blank between two fo:inlines in the generated pdf

2001-07-02 Thread Keiron Liddle
The easiest way is to not actually have any whitespace between the two words. You have whitespace between them in the example, yes a carriage return is white space. The white-space-collapse should work but there must be a particular set of circumstances preventing it from working properly.

JAVA to C/C++

2001-07-02 Thread Chris Leak
Title: RE: java.lang.SecurityException: sealing violation I'm interested in converting FOP to C/C++. Has anyone elselooked into this? Any suggestions would be much appreciate. Thanks

error while executing build.bat

2001-07-02 Thread Enrico Schnepel
if there are spaces in the classpath I get a NoClassDefFoundError. The command running Java must contain a '' arround %CLASPATH% and should look like %JAVA_HOME%\bin\java.exe -Dant.home=%ANT_HOME% -classpath %LOCALCLASSPATH%;%CLASSPATH% org.apache.tools.ant.Main %1 %2 %3 %4 %5 instead of

Re: JAVA to C/C++

2001-07-02 Thread Alex McLintock
--- Chris Leak [EMAIL PROTECTED] wrote: I'm interested in converting FOP to C/C++. Has anyone else looked into this? Any suggestions would be much appreciate. Thanks My first suggestion is to ask yourself why?. What earthly reason could you have for requiring a C++ implementation?

RE: add image to pdf template

2001-07-02 Thread Arved Sandstrom
Hi, Art As Alex said, it is outside the purview of FOP, or indeed XSL FO. I suggest the PDF spec, the comp.text.pdf newsgroup, and PDFZone.com (http://www.pdfzone.com) as resources. The main problem is the binary nature of PDF. What makes a file text or binary has nothing whatsoever to do

RE: JAVA to C/C++

2001-07-02 Thread COFFMAN Steven
Title: RE: java.lang.SecurityException: sealing violation Why not use JNI, or compile FOP into machine language rather than bytecode? Either should get you the result you want without the hassle of a re-write. If you're just interested in getting intimately familiar with the code, there's a

Re: JAVA to C/C++

2001-07-02 Thread Weiqi Gao
Chris Leak wrote: I'm interested in converting FOP to C/C++. Has anyone else looked into this? A free software / open source C (or C++) implementation of the XSL Candidate Recommendation would certainly be a welcome addition. Any suggestions would be much appreciate. The only suggestion I

PDF Security controls

2001-07-02 Thread Ori_Blum
Is there a way of setting security controls. Currently the PDF file is set to Changing document: notallowed Select text and Graphics: allowed Printing: allowed Is there some method in the API that controls these paramaters? Thanks in advance Ori The information in this e-mail, and any

Java code doing transformation from xml to pdf

2001-07-02 Thread Braniganz
Hi, I have done a stylesheet that transform XML to XSL-FO, in order to create a PDF file from XML. Where can I find the java code that does this transformation? Thanks - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: Re: error while executing build.bat

2001-07-02 Thread Enrico Schnepel
I am Using Win NT 4.0 with JDK 1.3.0 The error occours because the second part (aft the space) is recognices as class to be run. and this class could not be found. Enrico Which versions of Windows is this correct for? Win95/98/2000/NT/ ? PS IMHO anyone with spaces in filenames is asking for

Re: Re: error while executing build.bat

2001-07-02 Thread Enrico Schnepel
I am Using Win NT 4.0 with JDK 1.3.0 The error occours because the second part (aft the space) is recognices as class to be run. and this class could not be found. Enrico Which versions of Windows is this correct for? Win95/98/2000/NT/ ? PS IMHO anyone with spaces in filenames is asking for

CLASSPATH

2001-07-02 Thread Abdul Wahab
Could you please tell me!! What are the Jar files path needed to set for basic FOP. Thanks Wahab