{"id":988,"date":"2017-02-06T14:46:56","date_gmt":"2017-02-06T20:46:56","guid":{"rendered":"http:\/\/www.interestingauthors.com\/blog\/?p=988"},"modified":"2017-10-14T16:11:08","modified_gmt":"2017-10-14T22:11:08","slug":"how-to-resize-your-pdf-on-linux","status":"publish","type":"post","link":"https:\/\/interestingauthors.com\/blog\/publishing\/how-to-resize-your-pdf-on-linux\/","title":{"rendered":"How to Resize Your PDF on Linux"},"content":{"rendered":"<p align=\"justify\">As a writer there are few things more annoying than finding out your work needs to be re-sized. Usually this happens because one of the printers you requested a quote from responds with a quote for a different size which is dramatically cheaper than what everybody else quoted for the size you had originally chosen. This can also happen if you are using POD services because they don&#8217;t always print &#8220;standard&#8221; book sizes.<\/p>\n<p align=\"justify\">We will assume you have joined the modern world and are running a Linux desktop instead of some obsolete Windows platform (doesn&#8217;t matter what version, they are all obsolete) or that BSD distro with a different GUI called <a href=\"https:\/\/en.wikipedia.org\/wiki\/List_of_BSD_operating_systems\">MAC OS<\/a>. We will also assume you didn&#8217;t spend money on a commercial product like <a href=\"https:\/\/code-industry.net\/masterpdfeditor\/\">Master PDF Editor<\/a> so you could resize the page while centering the existing content. We will also assume you are going bigger, not smaller. I have never tried this with smaller. If you aren&#8217;t using a Debian based distro heaven help ya . . . I mean . . . you will need to tweak the following install command for your environment.<\/p>\n<pre>sudo apt install texlive-extra-utils<\/pre>\n<p align=\"justify\">Once the installation completes you can cd off to where ever your source PDF is and execute the following changing the output and input file names accordingly:<\/p>\n<pre>pdfjam --outfile logic_book_7x10.pdf --papersize'{7in, 10in}' logic_book.pdf<\/pre>\n<p align=\"justify\">If you were foolish enough to put spaces in your file name you will need to enclose the entire filename in single quotes. In the case of that book I was moving from 7&#215;9 to 7&#215;10 and the results were fine. I didn&#8217;t try anything drastic, but please feel free to experiment.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>As a writer there are few things more annoying than finding out your work needs to be re-sized. Usually this happens because one of the [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[2,16],"tags":[998,997,996],"class_list":["post-988","post","type-post","status-publish","format-standard","hentry","category-publishing","category-technology","tag-master-pdf-editor","tag-pdf-resizing","tag-pdfjam"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to Resize Your PDF on Linux &#8211; Interesting Authors Blog<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/interestingauthors.com\/blog\/publishing\/how-to-resize-your-pdf-on-linux\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Resize Your PDF on Linux &#8211; Interesting Authors Blog\" \/>\n<meta property=\"og:description\" content=\"As a writer there are few things more annoying than finding out your work needs to be re-sized. Usually this happens because one of the [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/interestingauthors.com\/blog\/publishing\/how-to-resize-your-pdf-on-linux\/\" \/>\n<meta property=\"og:site_name\" content=\"Interesting Authors Blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/interestingauthors\/\" \/>\n<meta property=\"article:published_time\" content=\"2017-02-06T20:46:56+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2017-10-14T22:11:08+00:00\" \/>\n<meta name=\"author\" content=\"Roland Hughes\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@i_authors\" \/>\n<meta name=\"twitter:site\" content=\"@i_authors\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Roland Hughes\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/interestingauthors.com\\\/blog\\\/publishing\\\/how-to-resize-your-pdf-on-linux\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/interestingauthors.com\\\/blog\\\/publishing\\\/how-to-resize-your-pdf-on-linux\\\/\"},\"author\":{\"name\":\"Roland Hughes\",\"@id\":\"https:\\\/\\\/interestingauthors.com\\\/blog\\\/#\\\/schema\\\/person\\\/201fb4544222c3251b52ed4a386184ee\"},\"headline\":\"How to Resize Your PDF on Linux\",\"datePublished\":\"2017-02-06T20:46:56+00:00\",\"dateModified\":\"2017-10-14T22:11:08+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/interestingauthors.com\\\/blog\\\/publishing\\\/how-to-resize-your-pdf-on-linux\\\/\"},\"wordCount\":273,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/interestingauthors.com\\\/blog\\\/#organization\"},\"keywords\":[\"Master PDF Editor\",\"pdf resizing\",\"pdfjam\"],\"articleSection\":[\"Publishing\",\"Technology\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/interestingauthors.com\\\/blog\\\/publishing\\\/how-to-resize-your-pdf-on-linux\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/interestingauthors.com\\\/blog\\\/publishing\\\/how-to-resize-your-pdf-on-linux\\\/\",\"url\":\"https:\\\/\\\/interestingauthors.com\\\/blog\\\/publishing\\\/how-to-resize-your-pdf-on-linux\\\/\",\"name\":\"How to Resize Your PDF on Linux &#8211; Interesting Authors Blog\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/interestingauthors.com\\\/blog\\\/#website\"},\"datePublished\":\"2017-02-06T20:46:56+00:00\",\"dateModified\":\"2017-10-14T22:11:08+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/interestingauthors.com\\\/blog\\\/publishing\\\/how-to-resize-your-pdf-on-linux\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/interestingauthors.com\\\/blog\\\/publishing\\\/how-to-resize-your-pdf-on-linux\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/interestingauthors.com\\\/blog\\\/publishing\\\/how-to-resize-your-pdf-on-linux\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/interestingauthors.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Resize Your PDF on Linux\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/interestingauthors.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/interestingauthors.com\\\/blog\\\/\",\"name\":\"Interesting Authors Blog\",\"description\":\"Thoughts and words from some interesting authors\",\"publisher\":{\"@id\":\"https:\\\/\\\/interestingauthors.com\\\/blog\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/interestingauthors.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/interestingauthors.com\\\/blog\\\/#organization\",\"name\":\"Interesting Authors\",\"url\":\"https:\\\/\\\/interestingauthors.com\\\/blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/interestingauthors.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/i2.wp.com\\\/interestingauthors.com\\\/blog\\\/wp-content\\\/uploads\\\/2019\\\/10\\\/iaLogo.jpg?fit=180%2C180&ssl=1\",\"contentUrl\":\"https:\\\/\\\/i2.wp.com\\\/interestingauthors.com\\\/blog\\\/wp-content\\\/uploads\\\/2019\\\/10\\\/iaLogo.jpg?fit=180%2C180&ssl=1\",\"width\":180,\"height\":180,\"caption\":\"Interesting Authors\"},\"image\":{\"@id\":\"https:\\\/\\\/interestingauthors.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/interestingauthors\\\/\",\"https:\\\/\\\/x.com\\\/i_authors\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/interestingauthors.com\\\/blog\\\/#\\\/schema\\\/person\\\/201fb4544222c3251b52ed4a386184ee\",\"name\":\"Roland Hughes\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/ae9adac14079d84b909e635d7af986fe4568053af4fd9ff8d4109298c392493e?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/ae9adac14079d84b909e635d7af986fe4568053af4fd9ff8d4109298c392493e?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/ae9adac14079d84b909e635d7af986fe4568053af4fd9ff8d4109298c392493e?s=96&d=mm&r=g\",\"caption\":\"Roland Hughes\"},\"description\":\"Roland Hughes is the president of Logikal Solutions, a business applications consulting firm specializing in OpenVMS platforms and Qt on Linux. Hughes serves as a lead consultant with over two decades of experience using computers and operating systems. With a degree in Computer Information Systems, the author's experience is focused on systems across a variety of diverse industries including heavy equipment manufacturing, pharmaceuticals, stock exchanges, tax accounting, and hardware value-added resellers, to name a few. Working throughout these industries has strengthened the author's unique skill set and given him a broad perspective on the role and value of technology in industry.\",\"sameAs\":[\"http:\\\/\\\/interestingauthors.com\"],\"url\":\"https:\\\/\\\/interestingauthors.com\\\/blog\\\/author\\\/rolandlogikalsolutions-com\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Resize Your PDF on Linux &#8211; Interesting Authors Blog","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/interestingauthors.com\/blog\/publishing\/how-to-resize-your-pdf-on-linux\/","og_locale":"en_US","og_type":"article","og_title":"How to Resize Your PDF on Linux &#8211; Interesting Authors Blog","og_description":"As a writer there are few things more annoying than finding out your work needs to be re-sized. Usually this happens because one of the [&hellip;]","og_url":"https:\/\/interestingauthors.com\/blog\/publishing\/how-to-resize-your-pdf-on-linux\/","og_site_name":"Interesting Authors Blog","article_publisher":"https:\/\/www.facebook.com\/interestingauthors\/","article_published_time":"2017-02-06T20:46:56+00:00","article_modified_time":"2017-10-14T22:11:08+00:00","author":"Roland Hughes","twitter_card":"summary_large_image","twitter_creator":"@i_authors","twitter_site":"@i_authors","twitter_misc":{"Written by":"Roland Hughes","Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/interestingauthors.com\/blog\/publishing\/how-to-resize-your-pdf-on-linux\/#article","isPartOf":{"@id":"https:\/\/interestingauthors.com\/blog\/publishing\/how-to-resize-your-pdf-on-linux\/"},"author":{"name":"Roland Hughes","@id":"https:\/\/interestingauthors.com\/blog\/#\/schema\/person\/201fb4544222c3251b52ed4a386184ee"},"headline":"How to Resize Your PDF on Linux","datePublished":"2017-02-06T20:46:56+00:00","dateModified":"2017-10-14T22:11:08+00:00","mainEntityOfPage":{"@id":"https:\/\/interestingauthors.com\/blog\/publishing\/how-to-resize-your-pdf-on-linux\/"},"wordCount":273,"commentCount":0,"publisher":{"@id":"https:\/\/interestingauthors.com\/blog\/#organization"},"keywords":["Master PDF Editor","pdf resizing","pdfjam"],"articleSection":["Publishing","Technology"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/interestingauthors.com\/blog\/publishing\/how-to-resize-your-pdf-on-linux\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/interestingauthors.com\/blog\/publishing\/how-to-resize-your-pdf-on-linux\/","url":"https:\/\/interestingauthors.com\/blog\/publishing\/how-to-resize-your-pdf-on-linux\/","name":"How to Resize Your PDF on Linux &#8211; Interesting Authors Blog","isPartOf":{"@id":"https:\/\/interestingauthors.com\/blog\/#website"},"datePublished":"2017-02-06T20:46:56+00:00","dateModified":"2017-10-14T22:11:08+00:00","breadcrumb":{"@id":"https:\/\/interestingauthors.com\/blog\/publishing\/how-to-resize-your-pdf-on-linux\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/interestingauthors.com\/blog\/publishing\/how-to-resize-your-pdf-on-linux\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/interestingauthors.com\/blog\/publishing\/how-to-resize-your-pdf-on-linux\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/interestingauthors.com\/blog\/"},{"@type":"ListItem","position":2,"name":"How to Resize Your PDF on Linux"}]},{"@type":"WebSite","@id":"https:\/\/interestingauthors.com\/blog\/#website","url":"https:\/\/interestingauthors.com\/blog\/","name":"Interesting Authors Blog","description":"Thoughts and words from some interesting authors","publisher":{"@id":"https:\/\/interestingauthors.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/interestingauthors.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/interestingauthors.com\/blog\/#organization","name":"Interesting Authors","url":"https:\/\/interestingauthors.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/interestingauthors.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/i2.wp.com\/interestingauthors.com\/blog\/wp-content\/uploads\/2019\/10\/iaLogo.jpg?fit=180%2C180&ssl=1","contentUrl":"https:\/\/i2.wp.com\/interestingauthors.com\/blog\/wp-content\/uploads\/2019\/10\/iaLogo.jpg?fit=180%2C180&ssl=1","width":180,"height":180,"caption":"Interesting Authors"},"image":{"@id":"https:\/\/interestingauthors.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/interestingauthors\/","https:\/\/x.com\/i_authors"]},{"@type":"Person","@id":"https:\/\/interestingauthors.com\/blog\/#\/schema\/person\/201fb4544222c3251b52ed4a386184ee","name":"Roland Hughes","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/ae9adac14079d84b909e635d7af986fe4568053af4fd9ff8d4109298c392493e?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/ae9adac14079d84b909e635d7af986fe4568053af4fd9ff8d4109298c392493e?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/ae9adac14079d84b909e635d7af986fe4568053af4fd9ff8d4109298c392493e?s=96&d=mm&r=g","caption":"Roland Hughes"},"description":"Roland Hughes is the president of Logikal Solutions, a business applications consulting firm specializing in OpenVMS platforms and Qt on Linux. Hughes serves as a lead consultant with over two decades of experience using computers and operating systems. With a degree in Computer Information Systems, the author's experience is focused on systems across a variety of diverse industries including heavy equipment manufacturing, pharmaceuticals, stock exchanges, tax accounting, and hardware value-added resellers, to name a few. Working throughout these industries has strengthened the author's unique skill set and given him a broad perspective on the role and value of technology in industry.","sameAs":["http:\/\/interestingauthors.com"],"url":"https:\/\/interestingauthors.com\/blog\/author\/rolandlogikalsolutions-com\/"}]}},"_links":{"self":[{"href":"https:\/\/interestingauthors.com\/blog\/wp-json\/wp\/v2\/posts\/988","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/interestingauthors.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/interestingauthors.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/interestingauthors.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/interestingauthors.com\/blog\/wp-json\/wp\/v2\/comments?post=988"}],"version-history":[{"count":0,"href":"https:\/\/interestingauthors.com\/blog\/wp-json\/wp\/v2\/posts\/988\/revisions"}],"wp:attachment":[{"href":"https:\/\/interestingauthors.com\/blog\/wp-json\/wp\/v2\/media?parent=988"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/interestingauthors.com\/blog\/wp-json\/wp\/v2\/categories?post=988"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/interestingauthors.com\/blog\/wp-json\/wp\/v2\/tags?post=988"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}