Hi,
I'm transforming about 10,000 lines of xml into around 100 pages of pdf, which isn't a *lot* (I wouldn't think), but it's substantial. The issue I'm having is that when I transform the pdf without images (I'm using Prince 5.0 Beta) it takes about 35 seconds on a machine here at work (P4 @ 1.7 and half a gig ram I think). When I run it with images (there are about 50 images, all of them except for 4 are .jpg, the others are .png, for a total of 25 MB), it takes about 20-25 minutes, depending on what other applications I'm running at the time.
I am using the CSS
content: attr("print", url);
to bring the image into the xml.
I understand the machine is a little on the "low end", any way I could speed up the transform with images? Anyone else have this problem?
Ben
I'm transforming about 10,000 lines of xml into around 100 pages of pdf, which isn't a *lot* (I wouldn't think), but it's substantial. The issue I'm having is that when I transform the pdf without images (I'm using Prince 5.0 Beta) it takes about 35 seconds on a machine here at work (P4 @ 1.7 and half a gig ram I think). When I run it with images (there are about 50 images, all of them except for 4 are .jpg, the others are .png, for a total of 25 MB), it takes about 20-25 minutes, depending on what other applications I'm running at the time.
I am using the CSS
content: attr("print", url);
to bring the image into the xml.
I understand the machine is a little on the "low end", any way I could speed up the transform with images? Anyone else have this problem?
Ben