Problem generating pdf from tifs whose dpi is set to zero

2011-11-23 Thread qns.java
Hi I am using Apache FOP to generate PDF from jpegs and tifs.When generating pdf from tifs which have a dpi of 0 an IllegalStateException : resolution mus be set is thrown. I tried setting source resolution to 96dpi on FOPFactory ,but that did not work.I am using FOP 0.95. Please advise what I

Problem generating PDF from tifs with zero dpi

2011-11-23 Thread qns.java
Hi I am using Apache FOP to generate PDF from jpegs and tifs.When generating pdf from tifs which have a dpi of 0 an IllegalStateException : resolution mus be set is thrown. I tried setting source resolution to 96dpi on FOPFactory ,but that did not work.I am using FOP 0.95. Please advise what I

Re: Problem generating PDF from tifs with zero dpi

2011-11-24 Thread qns.java
. thankyou qns.java wrote: > > Hi > > I am using Apache FOP to generate PDF from jpegs and tifs.When generating > pdf from tifs which have a dpi of 0 an IllegalStateException : resolution > mus be set is thrown. > > I tried setting source resolution to 96dpi on FOPFactory ,b

Re: Problem generating PDF from tifs with zero dpi

2011-11-29 Thread qns.java
Thankyou lmpmbernardo wrote: > > I would use imagemagik then from the command line: > > convert old.tif -density 300 new.tif > > On Thu, Nov 24, 2011 at 10:46 AM, qns.java wrote: >> >> Hi >> >> The problem is, there is a huge bulk of Images that ha