• Register

Splitting PDFs while preserving quality

0 votes
240 views
For easier presentation, we need to break some very large PDFs into smaller files (we already have the originals saved in TIFF format). However, when we do this via Adobe, the total file sizes get halved, e.g. a 600MB PDF results in 6 PDFs that total 300MB in size. Does this denote loss of quality? How do I check? And what's the best way to break large PDFs into smaller files without that loss of quality?

I thought this info would be relatively easy to find on the Adobe web site or elsewhere, but no luck so far.
asked Jan 21, 2015 by bernieh (590 points)

1 Answer

+1 vote

How are you breaking them up in Acrobat? I suspect if you manually extract pages and save, Acrobat should only optimize the structure and l leave the images alone.

Acrobat might also be combining object to optimize the structure and therefore reducing size. You can check images in the original and the split PDF to see if the compression type has changed, this would be one way to tell if quality is affected.

I like to use pdftk to burst the PDF out into individual pages and then use the same program to concatenate the pages I want back together. This way there is no changes to the objects at all.

answered May 19, 2015 by thorsted (590 points)
...