-
Indeed, but I know almost nothing about Maven, so I'll have to investigate it first. Thank you for the suggestion.
2009-10-07 07:26:33 UTC by wdonne
-
Willl be great if this great library will be in some public maven repository to use it in maven base projects.
2009-10-06 19:32:25 UTC by tprochazka
-
Hi Jim,
Have a look at a few properties presented in section 4.13 of the manual. They are extensions to CSS2. Their specification is in section 4.20. With those properties you can control scaling.
Best regards,
Werner.
2009-09-21 20:50:37 UTC by wdonne
-
I have a simple xhtml file I'm trying to convert to PDF. Since we use FOP already, this is an ideal solution if it works. But I can't get it to work. It has many images and some are background images. If you view the XHML in a browser, the PDF output is not scaling the images correctly nor the text being placed correctly. Since we have complete control over the xhtml, we can tweak it to get...
2009-09-21 19:59:17 UTC by jimg3216
-
Hi,
FOP 0.95 is supported through the CSSToFOPNew class.
Best regards,
Werner.
2009-09-14 19:36:01 UTC by wdonne
-
I saw a reference in the css2fop java class to
import org.apache.fop.apps.Driver;
Does this mean that FOP 0.95 is not supported?
JimG.
2009-09-14 18:49:04 UTC by jimg3216
-
Wow, that was fast! Thank you, works perfect!
2009-06-10 13:14:35 UTC by hermych
-
Hi Benjamin,
"orientation: landscape;"
should be
"size: landscape;"
Best regards,
Werner.
2009-06-10 12:51:01 UTC by wdonne
-
Hi,
I have a document with a relatively large table. I'd like to set the page that contains the table to landscape but leave the other pages on portrait mode. I'm not sure this is even possible, but here's how I tried to implement it:
The table is enclosed in a <div class="landscape-div">. Nothing else is on that page. The CSS rules are defined like this:
@page {...
2009-06-10 12:41:55 UTC by hermych