Search found 2 matches
- 2015-08-14T08:42:24-07:00
- Forum: Users
- Topic: PDF to TIFF transparet backgroud
- Replies: 2
- Views: 1108
Re: PDF to TIFF transparet backgroud
Thank you very much snibgo, that's it!!!
- 2015-08-14T05:33:54-07:00
- Forum: Users
- Topic: PDF to TIFF transparet backgroud
- Replies: 2
- Views: 1108
PDF to TIFF transparet backgroud
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 ...
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 ...