About 1,110,000 results
Open links in new tab
  1. How to delete page entry which are created using structure tool

    May 29, 2025 · Summary: How to delete page entry which are created using structure tool Content (please ensure you mask any confidential information): Hi All, We created page entry (Reports under …

  2. python - Delete pages from PDF - Stack Overflow

    Jun 21, 2020 · I want to delete certain pages from a pdf file, When I try to delete the last page in my 15-pages pdf, the program deletes the first page instead. def delete_page(): file1 = input("Enter ...

  3. How to delete pages from pdf file using Python? - Stack Overflow

    Try using PyPDF2. Instead of deleting pages, create a new document and add all pages which you don't want to delete. Some sample code (originally adapted from BinPress which is dead, archived here).

  4. How to show a confirm message before delete? - Stack Overflow

    Feb 4, 2012 · Learn how to display a confirmation message before deleting an item using various programming techniques and best practices.

  5. Remove the last page of a pdf file using PDFtk? - Stack Overflow

    Feb 21, 2017 · 1-r2 is the page range You can reference page numbers in reverse order by prefixing them with the letter r. For example, page r1 is the last page of the document, r2 is the next-to-last …

  6. How to delete Github's wiki homepage? - Stack Overflow

    Aug 27, 2016 · To Delete the Wiki's "Home" page, do the following Steps: Rename "Home" to anything else. It seems that GitHub considers "Home" to be the default page and hence the "Delete" button …

  7. How to delete any page from pdf using VBA? - Stack Overflow

    Feb 13, 2023 · I'm trying to remove a blank page from the pdf document using VBA but there is some issue occuring... > Sub deletepage() A as acrobat.acroapp B as acrobat.acropddoc Set a = …

  8. How do delete an specific page in a word document using Excel VBA?

    Aug 1, 2018 · 2 I'm using Excel VBA to create and populate a word document and I'd like to delete a specific page in that document. I tried the following approach for deleting:

  9. How do I delete particular pages from a DOCX file?

    Apr 1, 2023 · You cannot delete particular pages from a DOCX file at the data level alone because you cannot even reliably reference pages at the data level. You'll have to change your access model …

  10. How can I delete some pages from a pdf document using itextsharp?

    Sep 17, 2019 · It's for scanning software so if there's a jam or something on page 4, then I need to preserve all the files until that one, delete page 4, and then append newly scanned pages as they …