Splitting PDF files

Post Reply
LasseThid
Advanced member
Posts: 353
Joined: Tue Mar 03, 2015 2:30 pm
Location: Molndal, Sweden

Splitting PDF files

Post by LasseThid »

I have a customer who sends us pdf files for posters we are to print.
Each file can contain hundreds of 70x100 cm posters (heavily compressed images) and if I drop one of those files into our workflow or on GMG Color Server it will bring the system to a halt, so I created a flow that will split the pdf file into single pages, color match each individual page and the re-assemble the pages into one file. However... If I send a 2 Gb pdf to Split PDF (the obvious choice) it will crash with a time out error after about 20 minutes, so I started looking at the Adobe Acrobat Professional configurator instead and it worked nicely with a 12 page file @ 150 Mb, but it too will crash after a while when I send a file of 1-2 Gb to it.
Any ideas on how to solve this issue?
Thanks in advance
Enfocus Switch, Enfocus PitStop Server, Enfocus PDF Review, HP SmartStream& Kodak Prinergy with RBA
Offset 72x102, Offset Large Format, Digital Large Format and Digital print.
Zoranj
Member
Posts: 107
Joined: Tue Sep 20, 2016 7:37 pm
Location: Canada

Re: Splitting PDF files

Post by Zoranj »

Thing that comes to my mind is try Pdftk, but I doubt it will work.
Another thing is maybe to try to split file in two, than those two in 4, etc.. again, not sure if it would help.
If you post the file, maybe someone can try different approach?
beastridge
Newbie
Posts: 6
Joined: Sun May 27, 2012 7:11 pm

Re: Splitting PDF files

Post by beastridge »

Take a look at your preferences and make sure you are not timing out after x minutes.
Attachments
2018-04-04_12-49-05.png
2018-04-04_12-49-05.png (9.89 KiB) Viewed 8305 times
jan_suhr
Advanced member
Posts: 591
Joined: Fri Nov 04, 2011 1:12 pm
Location: Nyköping, Sweden

Re: Splitting PDF files

Post by jan_suhr »

Hi Lars,

pdftk can do this for you with the command "burst"

Try in the Terminal,

Code: Select all

pdftk A="your huge posterfile" burst output "path to where you want them single page files"
you can add _page_%04d to the end of the filename to get the page number added to the filename.
Jan Suhr
Color Consult AB
Sweden
=============
Check out my apps
LasseThid
Advanced member
Posts: 353
Joined: Tue Mar 03, 2015 2:30 pm
Location: Molndal, Sweden

Re: Splitting PDF files

Post by LasseThid »

beastridge wrote:Take a look at your preferences and make sure you are not timing out after x minutes.
Thanks beastridge! The time out is set to 20 minutes, so I guess I'll either have to increase that value or try the solution suggested by Jan.
Enfocus Switch, Enfocus PitStop Server, Enfocus PDF Review, HP SmartStream& Kodak Prinergy with RBA
Offset 72x102, Offset Large Format, Digital Large Format and Digital print.
LasseThid
Advanced member
Posts: 353
Joined: Tue Mar 03, 2015 2:30 pm
Location: Molndal, Sweden

Re: Splitting PDF files

Post by LasseThid »

jan_suhr wrote:Hi Lars,

pdftk can do this for you with the command "burst"

Try in the Terminal,

Code: Select all

pdftk A="your huge posterfile" burst output "path to where you want them single page files"
you can add _page_%04d to the end of the filename to get the page number added to the filename.
Thanks Jan. I'll try to find the time to look at Pdftk.
Enfocus Switch, Enfocus PitStop Server, Enfocus PDF Review, HP SmartStream& Kodak Prinergy with RBA
Offset 72x102, Offset Large Format, Digital Large Format and Digital print.
shimbu
Newbie
Posts: 2
Joined: Tue Mar 27, 2018 1:01 pm

Re: Splitting PDF files

Post by shimbu »

I would try Callas PdfToolbox called from CLI or using Switch configurator (a bit complicated approach).
I’m posting this answer cause You know, themore choices the better!
Regards
Shim
LasseThid
Advanced member
Posts: 353
Joined: Tue Mar 03, 2015 2:30 pm
Location: Molndal, Sweden

Re: Splitting PDF files

Post by LasseThid »

Thanks Shim.

The more the merrier as they say... :lol:
Enfocus Switch, Enfocus PitStop Server, Enfocus PDF Review, HP SmartStream& Kodak Prinergy with RBA
Offset 72x102, Offset Large Format, Digital Large Format and Digital print.
Post Reply