PDF to TIFF transparet backgroud
Posted: 2015-08-14T05:33:54-07:00
Hi all,
I'm converting a PDF file (4 pages) to a TIFF file format but the resulting file has a transparent background and i need to have an opaque white background.
This is the command I've used to:
convert -depth 8 -colorspace sRGB -density 300 -compress LZW -opaque white pdfalt:c:\tmp\fact_det_pdf.pdf c:\tmp\image.tiff
I've been trying a lot of different options but I got always the same result.
Any ideas?
Thanks in advance.
I'm converting a PDF file (4 pages) to a TIFF file format but the resulting file has a transparent background and i need to have an opaque white background.
This is the command I've used to:
convert -depth 8 -colorspace sRGB -density 300 -compress LZW -opaque white pdfalt:c:\tmp\fact_det_pdf.pdf c:\tmp\image.tiff
I've been trying a lot of different options but I got always the same result.
Any ideas?
Thanks in advance.