Continuous One Page Into Multiple Pages
12 Answers 12
Adobe Reader can do this, too: It includes a Poster Print option in its custom print dialog.
It's the first time I missed a feature from Preview (or the native OS X print dialog) that Adobe Reader has.
Adobe Reader is free (as in beer) software, it used to be called Acrobat Reader. (Do not confuse it with full-blown Acrobat or any other expensive Adobe product, which can probably do that, too.)
answered Feb 22, 2014 at 10:43
CrissovCrissov
724 1 gold badge 8 silver badges 26 bronze badges
4
If you in Preview select the half of the A3 (e.g. use the Inspector ⌘+I so you get the exact size) - then choose Copy ⌘+C, and paste it as a new file ⌘+N (my suggestion would be to save each new file as its page number). After that do the same with the other half of the A3.
If you save every new file as its page number, then afterward you can select all the new files in Finder. Once they're all selected, right click and choose Quick Actions > Create PDF (available in macOS Mojave). You'll have a new PDF that is composed of every pdf you had selected.
answered Apr 18, 2011 at 14:28
Rene LarsenRene Larsen
6,375 28 silver badges 34 bronze badges
2
-
Good enough poor man solution. I like it.
Apr 27, 2011 at 12:20
-
Thank you - this has answered my problem, too. I have a PDF in which the pages are somehow double-height A4, so to print normal size I have to split each page into two. I used your suggestion and cropped each page, printed, used undo and then cropped each one again the other way and printed again. Takes a little time but it's simple and easy, thank you again!
–user6122
Apr 29, 2011 at 9:22
After googling, I found that "Preview.app" and "Automator.app" can handle this job.
- Open the pdf file in Preview.app
- Show Thumbnail
- Select all pages
- From Menu, choose "Tools" - "Select Tool"
- Select right side of a page to crop
- From Menu, choose "Tools" - "Show Inspector" 7, On the "Inspector" window, choose "Crop and rotate inspector"
- Push "Crop" button (in "Selected Pages" group)
- From Menu, choose "File" - "Print", and choose "PDF" - "Save as PDF...", and save as "right.pdf"
- Do same thing(4-7) for left side and save as "leftside.pdf"
- Start Automator.app and make workflow with following actions. a. "Get Specified Finder Items" (choose "leftside.pdf" and "rightside.pdf") b. "Combine PDF Pages" c. "Move Finder Items"
- Run the Automator workflow.
answered Nov 24, 2011 at 15:11
2
-
At least on the last Preview.app, crop does not remove the remaining, but just hides it. So the Automator produces a pdf with repeated double pages
May 12, 2015 at 20:50
-
Tested on 10.15.7 and worked. After rectangular selection, I directly used Tools > Crop instead of opening the inspector
May 6, 2021 at 16:38
answered Nov 4, 2015 at 11:32
answered Apr 18, 2011 at 13:30
robzolkosrobzolkos
10.2k 2 gold badges 26 silver badges 21 bronze badges
1
-
It made the job perfectly!
Nov 12, 2013 at 14:07
I've made an open source and cross platform command line tool called pdftilecut which does exactly what the OP wants. It works with multi-page document of various sizes.
answered Nov 15, 2019 at 0:29
answered May 31, 2016 at 17:47
moalamoala
131 2 bronze badges
I have been searching for a free solution for this and I stumbled a java app called 'briss' which does what it promised perfectly. http://briss.sourceforge.net
answered Jan 27, 2017 at 13:01
user3158user3158
93 2 silver badges 8 bronze badges
If you have Illustrator you can simply create a document with several letter size artboards and place the PDF.
answered Dec 19, 2016 at 20:30
YëcoYëco
109 2 bronze badges
2
-
Downvoters should explain their reason for downvoting. Otherwise how can we know what they found wrong about this answer.
Feb 7, 2017 at 18:13
-
Same thing can be done in Indesign. A problem here is that a placed pdf is handled as an image and all hyperlinks are destroyed.
Jan 25 at 11:25
Select option to print -> Poster This will split your page into your default page size(for letter size 8 x 11) you can select tile scale to zoom within this split page. You can also select overlap. You can select labels so you know which page goes where.
Allan
83.2k 26 gold badges 160 silver badges 354 bronze badges
answered Jul 11, 2017 at 16:55
answered May 18 at 7:54
You print to PDF with the following setting: - change page setup to A4 size (if the original document was in A3) - then print..
for the other side of page, you need to rotate the original file and do the same as above..
answered Feb 9, 2017 at 2:59
1
-
Can you provide more precise step-by-step instructions? Pictures would be nice too.
Feb 9, 2017 at 5:37
You must log in to answer this question.
Source: https://apple.stackexchange.com/questions/12305/split-a-single-page-pdf-into-multiple-pages
Amazing, indeed perhaps the easiest solution to get the desired result!
Feb 22, 2014 at 18:02
Truly nice ! I used this to print Evernote Annotations. If you use Evernote and create annotations, when you attempt to print it, all the annotations tend to get printed in a 1X1 page scaled to ~ 1/50th the size (which means they are barely readable). The annotations could have spanned 100 pages, but they will all attempt to get printed in 1 page ! Using Adobe Poster Print option, I was able to split the annotation printing across multiple pages in normal readable format. Thanks!
Nov 29, 2015 at 17:36
This is especially useful since you can save any image to PDF in the OS X print dialog.
Jul 24, 2017 at 12:31
This is a bad solution because it attempts to have 0 margins and can even split in the middle of a line. For example: i.imgur.com/dy98vD5.png.
Jun 4, 2020 at 17:22