Embedded images - high resolution...

2002-06-20 Thread Johan Holst Nielsen
Hi people...   Is it possible to embedd a high resolution image into the PDF file, with FOP? (Thinking about > 300 dpi...)..   How do I do that? I can find any examples? Please help...   Regards, Johan smime.p7s Description: S/MIME cryptographic signature

Problem with javax.xml.transform.Transformer

2002-06-20 Thread mike . witt
I have two instances of Tomcat. One that has my development webapps and it is Tomcat 4.0.3. Another is empty and it is 4.0.4-b3. I put the FopServlet in the 4.0.4-b3 version and tested it out and it worked fine after some problems were resolved. Now, I've simply moved it into the webapps for my

AW: Embedded images - high resolution...

2002-06-20 Thread Sam Prokop
I found out, that if i use bitmaps, which are bigger, and scale them down with the attributes width and height of the fo:external-image-tag, the resolution in the output increases. i use fop 0.20.3.   -Ursprüngliche Nachricht-Von: Johan Holst Nielsen [mailto:[EMAIL PROTECTED]Ges

SV: Embedded images - high resolution...

2002-06-20 Thread Johan Holst Nielsen
Okay... well im will be sure that I understand you right..   If I want a 144 dpi image - 10mm x 10 mm then I have to create a 20mm x 20mm 72 dpi image and scale it to 10x10 mm?   Did I understand you right?   mvh Johan -Oprindelig meddelelse-Fra: Sam Prokop [mailto:[EMAIL PROTE

Re: Problem with javax.xml.transform.Transformer

2002-06-20 Thread Jochen . Maes
i had that same error once, and the only thing i did is delete the jars and put them back and then restart the tomcat... seems strange but that worked for me... greetings Jochen Maes ICT Development KBC Securities (kbcsecurities.com) Havenlaan 12 Avenue du Port SIF 8683 B-1080 Brussels

AW: Embedded images - high resolution...

2002-06-20 Thread Sam Prokop
yep. sorry for my english. -Ursprüngliche Nachricht-Von: Johan Holst Nielsen [mailto:[EMAIL PROTECTED]Gesendet: Donnerstag, 20. Juni 2002 11:15An: [EMAIL PROTECTED]Betreff: SV: Embedded images - high resolution... Okay... well im will be sure that I understand you right

Re: Embedded images - high resolution...

2002-06-20 Thread Andrius Sabanas
Johan Holst Nielsen wrote: Hi people... Is it possible to embedd a high resolution image into the PDF file, with FOP? (Thinking about > 300 dpi...).. How do I do that? I can find any examples? Please help... Regards, Johan Hi, It does not differ from embedding low resolution pictures in an

Can FOP tell Acrobat Reader about wanted orientation?

2002-06-20 Thread Henriksen Niels Kristoffer
Hi foppers! I'm using reports in the PDF format using an XSL-stylesheet on an XML-souce, using FOP-0.20.3. I will need to control the orientation of the output - for some reports I need portrait orientation, for others I need landscape. My current problem is with landscape. In my style sheet, I

FOP - SV: Embedded images - high resolution...

2002-06-20 Thread Johan Holst Nielsen
> > Johan Holst Nielsen wrote: > > Hi people... > > > > Is it possible to embedd a high resolution image into the PDF > file, with > > FOP? (Thinking about > 300 dpi...).. > > > > How do I do that? I can find any examples? Please help... > > > > Regards, > > Johan > > > Hi, > > It does

RE: Can FOP tell Acrobat Reader about wanted orientation?

2002-06-20 Thread Ismaeil, Sameh Z
Hi, Jeremais and I have been talking a while on the mailing list about this (I almost asked the same question). PDF *does not* hold any informatio about neither page orientation nor paper size. This is actually part of its (portability). You must pass the correct parameters to Acrobat so as to adj

Re: Can FOP tell Acrobat Reader about wanted orientation?

2002-06-20 Thread Jeremias Maerki
Did you follow a similar discussion yesterday? http://marc.theaimsgroup.com/?t=10243211241&r=1&w=2 PDF does not provide what you ask. The only values you can enter in the PDF are the one you can set in File/Document Properties/Open Options... And none of them are implemented in FOP. I think t

Problem with session

2002-06-20 Thread Carlos Daniel Schafer
Hi Others themes, Why are the variable the session into servlet and the varieble the session into jsp different? Somebody can tell me. Thanks very much

FOP build fails

2002-06-20 Thread Ralf Steppacher
Hi, I try to build FOP 0.20.3 via the build.bat script on win2k, jdk1.4.0_01 but the the build fails because some xml files can not be found. Z:\steppacher\Downloads\FOP\fop-0.20.3\build.xml:512: javax.xml.transform.TransformerException: org.xml.sax.SAXParseException: File "file:///Z:/steppach

Re: FOP build fails

2002-06-20 Thread Oleg Tkachenko
Ralf Steppacher wrote: I try to build FOP 0.20.3 via the build.bat script on win2k, jdk1.4.0_01 but the the build fails because some xml files can not be found. Try to build using jdk 1.3.X. -- Oleg Tkachenko Multiconn International Ltd, Israel

Problems upgrading to FOP 0.20.3

2002-06-20 Thread Ryan.Asleson
Hello, I am trying to upgrade from FOP 0.20.1 0.20.3. As per the release notes, changing "master-name" properties to "master-reference" eliminated some errors. However, after those simple errors were resolved, I get a NullPointerException, but little else. Here's what FOP dumps to the console:

new fopper's question

2002-06-20 Thread Yu, Vanessa
Hi! I just downloaded fop-0.20.4rc, and try to run the simple command: fop -fo readme.fo -pdf But I got this error: Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/avalon/framework/logger/Logger at org.apache.fop.apps.Fop.main(Unknown Source) The fop command is like

Re: FOP build fails

2002-06-20 Thread Ralf Steppacher
That did it, thanks. I get prepare-xalan1: [echo] Xalan1 is present. Installing Xalan1 support [copy] Copying 2 files to Z:\steppacher\Downloads\FOP\fop-0.20.3\build\src I put xalan 2 into the classpath before compiling. Is this something to worry about? Everything seems to work all ri

Re: FOP build fails

2002-06-20 Thread Oleg Tkachenko
Ralf Steppacher wrote: I get prepare-xalan1: [echo] Xalan1 is present. Installing Xalan1 support [copy] Copying 2 files to Z:\steppacher\Downloads\FOP\fop-0.20.3\build\src I put xalan 2 into the classpath before compiling. Is this something to worry about? I believe not, that's usual f

Re: new fopper's question

2002-06-20 Thread Oleg Tkachenko
Which version of fop (bin or src) are you talking about? Try -d option and show us the debug messages. Yu, Vanessa wrote: Hi! I just downloaded fop-0.20.4rc, and try to run the simple command: fop -fo readme.fo -pdf But I got this error: Exception in thread "main" java.lang.NoClassDefFoundError: or

RE: new fopper's question

2002-06-20 Thread Yu, Vanessa
I am running the bin version. when I run "fop -d" I got the same exception. -Original Message- From: Oleg Tkachenko [mailto:[EMAIL PROTECTED] Sent: Thursday, June 20, 2002 2:26 PM To: [EMAIL PROTECTED] Subject: Re: new fopper's question Which version of fop (bin or src) are you talking a

RE: new fopper's question

2002-06-20 Thread Shaikh, Mehmood
It is not obvious what is wrong in your invocation of fop. Everything looks fine. So my guess is there is some silly mistake somwhere, like the name of jar file etc.. you could try doing wierd things like putting the avalon jar in front of classpath, or reducing the size of filename of jars etc. i

Re: new fopper's question

2002-06-20 Thread Oleg Tkachenko
Sorry, but I cannot reproduce that, I have just downloaded fop0.20.4 bin, unpacked it and run fop.bat docs\examples\fo\table.fo -pdf table.pdf and it works ok on my NT4 box. Probably you have some classpath problem, but I'm not sure. Yu, Vanessa wrote: I am running the bin version. when I run "fo

One truth about FOP and SVG

2002-06-20 Thread Darya Said-Akbari
Hi, let me give you a summary from my experiance with the today FOP (0.20.3) which I collected in the last month. My goal was to produce a label for direct printing on a printer. The format which should do the work was PCL to use any printer. Since I had to concern on labels I choosed SVG to c

Problem with servlet

2002-06-20 Thread Neeru . Bhardwaj
I am having problem running the example servletFop. I have websphere3.5 and have the fop.jar, batik.jar, avalon-framework-4.0.jar, logkit-1.0.jar and xalan-2.0.0.jar in the lib directory. I am attaching the error. Thanks for help -Neeru (See attached file: err.rtf) err.rtf Description: RTF file

Re: Problems upgrading to FOP 0.20.3

2002-06-20 Thread Christian Geisert
[EMAIL PROTECTED] schrieb: Hello, I am trying to upgrade from FOP 0.20.1 0.20.3. As per the release notes, changing "master-name" properties to "master-reference" eliminated some errors. You did change to much .. read again ;-) (or see below) I running FOP in a servlet environment on WebSphere 3.5

Re: FOP build fails

2002-06-20 Thread Christian Geisert
Ralf Steppacher schrieb: Hi, I try to build FOP 0.20.3 via the build.bat script on win2k, jdk1.4.0_01 but the the build fails because some xml files can not be found. This *should* be fixed with Fop 0.20.4rc (I would be happy if you could test it) Ralf Christian

Re: FOP build fails

2002-06-20 Thread J.Pietschmann
Ralf Steppacher wrote: I get prepare-xalan1: [echo] Xalan1 is present. Installing Xalan1 support [copy] Copying 2 files to Z:\steppacher\Downloads\FOP\fop-0.20.3\build\src I put xalan 2 into the classpath before compiling. Is this something to worry about? This happens if the Xalan1 co

Re: new fopper's question

2002-06-20 Thread Christian Geisert
Yu, Vanessa schrieb: Hi! I just downloaded fop-0.20.4rc, and try to run the simple command: fop -fo readme.fo -pdf But I got this error: Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/avalon/framework/logger/Logger at org.apache.fop.apps.Fop.main(Unknown Source) Which

Re: Problem with servlet

2002-06-20 Thread Oleg Tkachenko
[EMAIL PROTECTED] wrote: I am having problem running the example servletFop. I have websphere3.5 and have the fop.jar, batik.jar, avalon-framework-4.0.jar, logkit-1.0.jar and xalan-2.0.0.jar in the lib directory. I am attaching the error. Hey, what about xerces? -- Oleg Tkachenko Multiconn Internat

Re: Problems upgrading to FOP 0.20.3

2002-06-20 Thread Ryan.Asleson
--> This --> should be changed to --> http://www.w3.org/1999/XSL/Transform"; version=" 1.0" xmlns:fo="http://www.w3.org/1999/XSL/Format";> http://www.w3.org/1999/XSL/Format"; font-size="8pt" font-family="sans-serif">

Re: Problem with servlet

2002-06-20 Thread Neeru . Bhardwaj
Yes, I have xerces-1.2.3.jar. Thanks -Neeru Oleg Tkach

Re: Problem with servlet

2002-06-20 Thread Oleg Tkachenko
And does it work? [EMAIL PROTECTED] wrote: Yes, I have xerces-1.2.3.jar. Thanks -Neeru Oleg

Re: Problems upgrading to FOP 0.20.3

2002-06-20 Thread J.Pietschmann
[EMAIL PROTECTED] wrote: [ERROR]: Logger not set This can be sefaly ignored. [INFO]: building formatting object tree java.lang.RuntimeException: org.apache.fop.apps.FOPException: 'master-reference' for 'fo:page-sequence'matches no 'simple-page-master' or 'page-sequence-master' There is a fo:page-se

Re: Problems upgrading to FOP 0.20.3

2002-06-20 Thread Ryan.Asleson
OK, great comments. I had forgotten to update the included syle sheet. Unfortunately, still problems. Now I get the following error: [ERROR]: Logger not set [INFO]: building formatting object tree [INFO]: [1] [WARN]: table-layout=auto is not supported, using fixed! [WARN]: table-layout=auto