Deleting pages from PDF file through Acrobat automation
Detailed info on Acrobat automation can be found in Interapplication Communication API Reference from Acrobat 8.1 SDK or Acrobat 9.0 SDK at http://www.adobe.com/devnet/acrobat/?navID=downloads. Free registration may be required.
| This is sample code. Add error handling and adjust to your requirements as necessary. |
#DEFINE PDSaveFull 1 && Write the entire file. * Original PDF file lcPdfFile = "..." * new PDF file with specified pages deleted lcNewPdfFile = "..." * Delete 3 pages starting with page 5 lnPage2DelStart = 5 lnPage2DelEnd = lnPage2DelStart + 3 * Acrobat application
View PDF in VFP Form
MS Web Browser control can be used to display contents of different type of files, including PDF.
Recent comments
8 hours 35 min ago
3 days 11 hours ago
2 weeks 8 hours ago
2 weeks 12 hours ago
3 weeks 3 days ago
4 weeks 2 days ago
4 weeks 2 days ago
4 weeks 2 days ago
4 weeks 2 days ago
5 weeks 1 hour ago