{"id":2603,"date":"2020-09-03T08:48:59","date_gmt":"2020-09-03T08:48:59","guid":{"rendered":"http:\/\/www.bardecode.com\/en1\/?p=2603"},"modified":"2020-09-03T08:54:56","modified_gmt":"2020-09-03T08:54:56","slug":"convert-adobe-pdf-tif-linux-using-ghostscript","status":"publish","type":"post","link":"https:\/\/www.bardecode.com\/en1\/convert-adobe-pdf-tif-linux-using-ghostscript\/","title":{"rendered":"How to convert Adobe PDF to TIF on Linux using Ghostscript"},"content":{"rendered":"<p>Here is the command line to convert an Adobe PDF document to TIF on Linux, in a suitable format to be used as input for the Linux version of the Softek Barcode Reader Toolkit:<\/p>\n<p>For color documents:<\/p>\n<p>gs -dNOPAUSE -r300 -sDEVICE=tiffscaled24 -sCompression=lzw -dBATCH -sOutputFile=output.tif input.pdf<\/p>\n<p>For black and white:<\/p>\n<p>gs -dNOPAUSE -r300 -sDEVICE=tiffg4 -sCompression=lzw -dBATCH -sOutputFile=output.tif input.pdf<\/p>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Here is the command line to convert an Adobe PDF document to TIF on Linux, in a suitable format to be used as input for the Linux version of the Softek Barcode Reader Toolkit: For color documents: gs -dNOPAUSE -r300 -sDEVICE=tiffscaled24 -sCompression=lzw -dBATCH -sOutputFile=output.tif input.pdf For black and white: gs -dNOPAUSE -r300 -sDEVICE=tiffg4 -sCompression=lzw -dBATCH<\/p>\n<p><a href=\"https:\/\/www.bardecode.com\/en1\/convert-adobe-pdf-tif-linux-using-ghostscript\/\">Continue Reading &rarr;<\/a><\/p>\n","protected":false},"author":1,"featured_media":320,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[236,18,31],"tags":[],"class_list":["post-2603","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-documentation-for-our-toolkits-and-applications","category-knowledge-base","category-software-development-kits"],"_links":{"self":[{"href":"https:\/\/www.bardecode.com\/en1\/wp-json\/wp\/v2\/posts\/2603"}],"collection":[{"href":"https:\/\/www.bardecode.com\/en1\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.bardecode.com\/en1\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.bardecode.com\/en1\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.bardecode.com\/en1\/wp-json\/wp\/v2\/comments?post=2603"}],"version-history":[{"count":2,"href":"https:\/\/www.bardecode.com\/en1\/wp-json\/wp\/v2\/posts\/2603\/revisions"}],"predecessor-version":[{"id":2605,"href":"https:\/\/www.bardecode.com\/en1\/wp-json\/wp\/v2\/posts\/2603\/revisions\/2605"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.bardecode.com\/en1\/wp-json\/wp\/v2\/media\/320"}],"wp:attachment":[{"href":"https:\/\/www.bardecode.com\/en1\/wp-json\/wp\/v2\/media?parent=2603"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.bardecode.com\/en1\/wp-json\/wp\/v2\/categories?post=2603"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.bardecode.com\/en1\/wp-json\/wp\/v2\/tags?post=2603"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}