Delete pages and save document

Ask a Question related to Adobe Acrobat Macintosh, Design and Development.

  1. #1

    Default Delete pages and save document

    I'd like to delete pages from an Acrobat document, which are, however, not predetermined (e. g. page 2 to 5). The user determines the pages to be deleted after having activated the script (JS or AS). Also bookmarks should be deleted. Afterwards, the original document should be replaced on command "save as".

    Does anyone have an idea on how to implement this?

    Uwe
    Uwe_Beutler-Bussmann@adobeforums.com Guest

  2. Similar Questions and Discussions

    1. Delete a Word Document
      I have created a word document in Contribute 3 that I would like to delete. Can someone help me achieve this? Thanks
    2. Can't delete .LCK files, so can't modify or save anychanges!
      I am having a huge problem with .LCK files. I thought that these could only be generated in Contribute, but suddenly several of the directories in...
    3. Master Pages won't apply to certain document pages
      Hello. I'm working on a book and using a couple of simple master pages. On certain live pages the master pages objects don't show up, but they do on...
    4. Delete pages from a PDF document?
      I have the latest Adobe CS/Creative Suite package that I bought. How do I use this to delete pages from the software manual for our contact manager...
    5. how do I delete pages???
      I made my web pages with Publisher 97 and uploaded them as the wrong file. I used the publishing wizard. Now I need to delete them so I can put...
  3. #2

    Default Re: Delete pages and save document

    Hi Uwe, this can be achieved through JavaScript. The most tricky part is to parse the pages which the user inputs... If you're interested, I can create such a script for you. You can contact me by email.
    try67 Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139