Hi
I am having a problem making a list. I am using the XSL
below to create a list.
-
Title: RE: EPS image printing problem
I'm embedding EPS files in my FOP also, when I try to generate PDF files, here's what I did to make it show up in browser and on printer:
First generate PS file using FOP.
Second use ps2pdf (free from GhostScript) generate PDF file from PS file.
The gen
[EMAIL PROTECTED] wrote:
java.lang.NoClassDefFoundError: org/apache/fop/apps/Driver
...
but i don't understand because i compile my source code including fop.jar
(that is in a lib directory in the Apache directory) so would i have
declare something in the configuration of Apache/Tomcat ?
I'm not re
you're right, here my exception :
java.lang.NoClassDefFoundError: org/apache/fop/apps/Driver
at java.lang.Class.getDeclaredConstructors0(Native Method)
at
java.lang.Class.privateGetDeclaredConstructors(Class.java:1590)
at java.lang.Class.getConstructor0(Clas
Hello all,
I'm trying to determine the source of a problem I'm having. I have
several documents that include images. Ideally, I would like to control
the size of these images by percentage--for example, I would like all
images for a document to be 60% of their original size.
I had thought I cou
I work on a local "Dev" server that is an Apache Tomcat 4.0 so i use the
default configuration (except few minor things)
In the future i won't use the file system, i will send pdf direct in the
outputstream of my servlet !
[EMAIL PROTECTED] wrote:
but i don't think that's the problem because in my program the logger never
print the second A so I suppose the application stop in the Driver
driver = new Driver() line !!!
I'd rather think it throws an exception. Try to get a debugger which
can be attached to a runnin
[EMAIL PROTECTED] wrote:
File pdffile = new File("C:/Resultat.pdf");
Does your server have a C: drive? :-)
Furthermore, it's almost always a waste to use DOM trees for
intermediate XML documents. Check out the code samples on the
FOP website for more information.
But neither of these appears
Glen Mazza wrote:
driver.initialize();
There is no initialize() method in the Driver class in FOP 0.20.5.
J.Pietschmann
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Ryan Eldridge wrote:
I am trying to work with a thrid party vendor and they need a
decompressed (un-compressed) PDF file. Can you tell me where/how to
make FOP generate a un-compressed PDF. What method/java file must be
modified?
Look into PDFStream.java, addDefaultFilters(). Kill the line
con
i use fop 0.20.5 and i can't use driver.initialize() because it doesn't
exist.
but i don't think that's the problem because in my program the logger never
print the second A so I suppose the application stop in the Driver
driver = new Driver() line !!!
thanks for your help !
I think you're missing one line of code:
--- [EMAIL PROTECTED] wrote:
> logger.warn("A");
> //Driver driver = new
> Driver((InputSource)xslfo,out);
> Driver driver = new Driver();
driver.initialize();
> logger.warn("A");
> driver.setRenderer(Driver.RENDER_PD
On Jul 8, 2004, at 12:08 AM, Wouter de Vaal wrote:
Thanx! We switched from 8.11 to 7.06 and it also works with us now!
Maybe something to add on the site?
Regards,
Wouter de Vaal
Would you please file a BUG in bugzilla[1] so this issue can be
tracked? It would help if you could test using other ve
Hi evrybody !
excuse me for my english but i'm french so i will try to be clear but ...
so i have a problem with using fop. I work on an application in Java 1.4
and when i use fop to create a file on the file system in a java program it
works
BUT i can't do the same thing with my server. I would
- J,
I am trying to work with a thrid party vendor and they need a
decompressed (un-compressed) PDF file. Can you tell me where/how to
make FOP generate a un-compressed PDF. What method/java file must be
modified?
Thanks
-Ryan
J.Pietschmann wrote:
Jeremias Maerki wrote:
That should work. Does
Hello..
I have a problem with printing EPS images that i have included in my fop
generated pdf file.
I know that it isn't supposed to show up in acrobat but I can't even print
them.
I have tried to view the PDF;s with GSView4.1 but the image wasn't shown
there either.
Thought there was som sort
Adam Augusta wrote:
I think I've figured out the formula FOP uses. I'm quite sure it's wrong;
the height of the block should simply be line-height, if specified in
length, or as a multiplier of the font-size, if specified dimensionless.
It seems to be:
Diff(Ascender,Descender)*font-size/1000 +
Jeremias Maerki wrote:
That should work. Doesn't it?
No it shouldn't. There is a flate filter hardcoded in case
the filter list is empty. The only way to get around this
is to comment out the code and recompile. I don't know how
often I got angry about this.
J.Pietschmann
--
[EMAIL PROTECTED] wrote:
My boss just called me and informed me that on UNIX ( where we have our
jars and where we run our application server) its getting an error
saying "encoding error utf8". It worked on windows 2000 pro which I am
using. Does the utf8 string needs to be different on unix?
Th
It looks perfect Simon, I'm looking forward applying it as soon as possible, but I still have problem with the apps.fop code.
After the right imports of configuration from avalon.fireworks the first part of the code is clean, so the definition of getRenderConfig works.
Then I have small problems.
Thanx! We switched from 8.11 to 7.06 and it also works with us now!
Maybe something to add on the site?
Regards,
Wouter de Vaal
> I've just tried using GhostScript 8.14 and it doesn't work
> here either.
> But it works with GNU GhostScript 7.06.
>
> On 06.07.2004 17:24:41 Wouter de Vaal wrote
Hi,
This is how I process my output from FOP using Ghostscript 7.06 (on
Windows XP):
gswin32c -dNOPAUSE -dBATCH -dPDFSETTINGS=/prepress
-dConvertCMYKImagesToRGB=false -dAutoFilterColorImages=false
-dColorImageFilter=/FlateEncode -sDEVICE=pdfwrite
-sOutputFile=output.pdf input.pdf
Sent a test
My boss just called me and informed me that on UNIX ( where we have our jars and where we run our application server) its getting an error saying "encoding error utf8". It worked on windows 2000 pro which I am using. Does the utf8 string needs to be different on unix? Paging Vinuta ThanksManoj
23 matches
Mail list logo