clipping images with non-standard shapes

2003-09-16 Thread Wouter de Vaal
of 72dpi, which is way to low for professional printing (for which I want to use this). Does anyone know of a way to work around this? I use fop 0.20.5. Regards, Wouter de Vaal - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: clipping images with non-standard shapes

2003-09-16 Thread Wouter de Vaal
This works fine when I view this with AWT, but when I generate a PDF, the quality of the graphics is bad. I've read that this because the current SVG- PDF rendering gives a maximum quality of 72dpi, which is way to low for professional printing (for which I want to use this). There is a

block-container taking the width of it's children

2003-10-17 Thread Wouter de Vaal
-graphic height=30mm src=sign.gif/ /fo:block /fo:block-container Anyway, the above example doesn't work.. Wouter de Vaal - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: block-container taking the width of it's children

2003-10-17 Thread Wouter de Vaal
No, this isnt possible in FOP. In general, XSL-FO will let you do this, its just that FOP only has limited support for block-container. Why do you think you need this feature? Perhaps there is a different way to achieve the same effect? I'm creating an editor in which one can upload images

Re: xsl in WAR

2003-10-21 Thread Wouter de Vaal
Hi, I read about how retrieving images in WAR files. But how to access xsl-files located in WAR files. My xsl-fo file includes another xsl file: xsl:include href=common.xsl/ However, while running the web-application, I get a java.io.FileNotFoundException: C:\jboss-3.0.4\bin\common.xsl

Re: How to capitalize text ???

2004-02-09 Thread Wouter de Vaal
You should use XSLT for this: xsl:variable name=uppercaseABCDEFGHIJKLMNOPQRSTUVWXYZ/xsl:variable xsl:variable name=lowercaseabcdefghijklmnopqrstuvwxyz/xsl:variable xsl:template match=text() xsl:value-of select=translate(.,$lowercase,$uppercase)/ /xsl:template This will translate all

external-graphic and caption

2004-02-26 Thread Wouter de Vaal
Hi, Is it possible to add a caption to an external-graphic without putting it in a table? My goal is to have multiple graphics within a block so they will be put on one line untill there is no more space and then the next will be shown on the next line.. Regards, Wouter

Re: Free Visual tool for making fo files

2004-05-24 Thread Wouter de Vaal
It's okay for making initial designs, but you can't reverse engineer with it (reading hand-made FO templates), and because of that, IMHO, it has no real power. Wouter - Original Message - From: Richard Sweeney [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, May 24, 2004 6:02 PM

RE: What XSLT and XSL-FO editor do you use?

2004-06-16 Thread Wouter de Vaal
We've researched the issue as well and up to know we didn't find any editor that has reverse engineer capabilities. It's all one way, you can get the XSL-FO out of it, but once you changed that, it can't be read back into the editor. So I guess we just have to be patient and wait for someone to

RE: PDF-PS-PDF with EPS

2004-07-08 Thread Wouter de Vaal
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

Re: PDF-PS-PDF with EPS

2004-07-09 Thread Wouter de Vaal
in advance for reporting this and any help you can provide! Web Maestro Clay On Jul 8, 2004, at 7:25 AM, Clay Leeds wrote: 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

Re: EPS image printing problem

2004-07-11 Thread Wouter de Vaal
Since I indicated Ghostscript users should use 7.06 in that POST, can you confirm whether or not your problem still exists in 7.06? I have only tried viewing the images with 7.04 so I wouldn't know about 7.06 but with 7.04 the images shows up as intended... I've tested 7.06. It works.