including TIFF images in AFP using IOB but by referencing

2010-08-13 Thread Mrutyunjay Sahasrabudhe
Hi, We are trying to achieve the following: -- We have a few TIFF images those are requried to be included in the AFP -- These images are to be referred from a resource library and not part of the AFP datastream -- we do not want to use the include page segment as that requries the images to be

[ANN]VTD-XML 2.9

2010-08-13 Thread Jimmy Zhang
VTD-XML 2.9, the next generation XML Processing API for SOA and Cloud computing, has been released. Please visit https://sourceforge.net/projects/vtd-xml/files/ to download the latest version. a.. Strict Conformance a.. VTD-XML now fully conforms to XML namespace 1.0 spec b.. Performan

PNG vs JPG in performance

2010-08-13 Thread Adam Kovacs
Hi there! Im currently having a strange effect. I use PNG images in my XSL to create PDFs. I have real performance problems (the XSL is quite complex and looks fancy with many images) If I use PNGs it takes 30s to create a PDF. If I use JPGs it takes only 2,5s to create the same PDF (JPGs crea

Re: PNG vs JPG in performance

2010-08-13 Thread Matthias Reischenbacher
rmat which is even more faster? (Giff or anything else?) Thanks in advance!!! *Adam * *Using FOP 1.0* __ Information from ESET NOD32 Antivirus, version of virus signature database 5363 (20100813) __ The message was checked by ESET NOD32 Antivirus. http://ww

fop region-body border and padding issue

2010-08-13 Thread Muralidhar Kulkarni
in the XSL-FO is having border and padding attributes with same value. Because of this I am getting the validation exception while transforming the XSL-FO file to get the pdf document. If I set strict validation to false on fopFactory object, then I will get pdf without proper alignment. Please su

Re: fop region-body border and padding issue

2010-08-13 Thread Peter Hancock
Hi Muralidhar, Since the region-body statically positioned relative to the page (as determined by margins of simple-page-master), then perhaps you can achieve your desired layout by just combining the effective padding into the margins of region-before? Pete On Fri, Aug 13, 2010 at 3:17 PM, Mura

Re: PNG vs JPG in performance

2010-08-13 Thread Ognjen Blagojevic
n of virus signature database 5363 (20100813) __ The message was checked by ESET NOD32 Antivirus. http://www.eset.com - To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org For additional commands, e-mail: f

Re: including TIFF images in AFP using IOB but by referencing

2010-08-13 Thread Jeremias Maerki
Hi, check out http://xmlgraphics.apache.org/fop/1.0/output.html#afp-resource-group-file That should allow you to write a separate resource file for those resources. But I've never played with it myself so I don't know if it will meet your needs. As for not converting the TIFF files to page segme

Re: PNG vs JPG in performance

2010-08-13 Thread Jeremias Maerki
even more faster? (Giff or anything > > else?) > > > > Thanks in advance!!! > > > > *Adam * > > *Using FOP 1.0* > > > > > > __ Information from ESET NOD32 Antivirus, version of virus > > signature database 5363 (20

Re: PNG vs JPG in performance

2010-08-13 Thread Matthias Reischenbacher
else?) Thanks in advance!!! *Adam * *Using FOP 1.0* __ Information from ESET NOD32 Antivirus, version of virus signature database 5363 (20100813) __ The message was checked by ESET NOD32 Antivirus. http://www.eset.com ---

Problem with creation of font cache on Windows 7 64 bit

2010-08-13 Thread Jonathan Levinson
On Windows XP, fop creates it font-cache in "C:\Documents and Settings\\.fop". I've had a couple of reports that on Windows 7 64 bit, fop puts its font cache in c:\.fop, a directory to which the user may not have write permissions. Is this a known issue? Is there a way of telling fop where to

Re: Problem with creation of font cache on Windows 7 64 bit

2010-08-13 Thread Adrian Cumiskey
Hi Jonathan, The font caching was written prior to the Windows 7 release so it was never tested at the time. There is currently no way of telling Fop where to put its font cache but it shouldn't be too much effort to add this feature. I'll look at adding support for this. Adrian. On 14 August 2