Splitting pdf files using pdfseparate (poppler)
Andrew Mclaughlin
I'm trying to burst a multipage pdf file using pdfseparate
pdfseparate "name.pdf" out-%d.pdfBut the individual pages are coming out the same size as the entire original full file.
The viewer displays the correct individual page, and no other, but it seems like the original full file is hidden somewhere in these very large files.
How do I get pdfseparate to work properly?