Skip to main content
deepakd0005
April 6, 2022
Solved

Extract specific pages of a PDF

  • April 6, 2022
  • 4 replies
  • 0 views

I have a document with 10 pages and I was able to extract pages 1 to 4 using Extract PDF Pages smart service (Start Page = 1 and End Page = 4). The new PDF which got generated has 4 pages. I would like to know whether there is any functionality / service available which would allow me to extract only pages 1 and 4. The new document generated should be having only 2 pages.

Best answer by stefanhelzle0001

Not directly, but you can extract the two pages into separate documents and then merge them in a separate step.

4 replies

stefanhelzle0001
Brainy
April 6, 2022

Not directly, but you can extract the two pages into separate documents and then merge them in a separate step.

dastagirid0004
April 6, 2022

Try this approach.

PDF1: You can extract the Page 1 by providing the range 1 to 1 

PDF2: You can extract the Page 4 by providing the range 4 to 4

Final PDF: Use Merge PDF  to merge multiple PDF(PDF 1, PDF 2) documents into a single document.

harshitb6843
April 6, 2022

Didn't [mention:126a676c85024855948336691b0a7b92:e9ed411860ed4f2ba0265705b8793d05] provide the exact same solution?

deepakd0005
April 6, 2022

Thank you Stefan and Dastagiri for your help.