4

I have a Pdf file which contains several slides per page, including text (not only images). This pdf was probably created using pdfnup. Can I revert the pdfnup operation so that each slide is shown on one page?

1 Answers1

2

As far as I know, there is no simple to be used 'undo' operation.

However, the following answers show you the approach principle, how you can achieve the undo-equivalent operation using Ghostscript:

(Should these not help you to find the final solution, ask again. But then to come up with a fully working commandline, I'd need the complete output of the following command first: pdfinfo -f 1 -l 100 -box your.pdf.)

Community
  • 1
  • 1
Kurt Pfeifle
  • 86,724
  • 23
  • 248
  • 345