Is it possible to hide pages in a PDF document

I have produced an interactive training program which has a 20 question quiz and 5 chapters. At the end of each chapter I have a quiz button which takes the participant to a specific part of the quiz, then back to the next chapter. The whole of the quiz is located at the end of the program and with the use of hyperlinks and buttons you can jump from chapter to quiz and back to the same or next chapter. I would like to hide the quiz in the same document, is this possible and how is it done.
Malcolm

An alternative is to separate the quiz pages to a separate document and include it in the main PDF as a file attachment. You can create links in the main document to the attachment so that it opens in a new window. When this quiz document is closed, the main document will be open.

Similar Messages

  • Is it possible to give each page within one pdf document a specific set of print settings?

    I have a complex document (catalogue) that requires printing. There are several different printer settings required and each one is specific to each page within the document. For instance pg 1 is single sided in colour, page 2-3 is duplexed in b&w, page 3-8 is duplexed in colour, etc.... Is it possible to give each page within the pdf document a given set of print settings and then print the entire document as a whole?

    Hi jennyskop
    I assume that is not feasible ...You need to give the print command again and select the respective pages and their settings !

  • Hyperlink from within a Word Document to a specific page within a PDF document.

    I was hoping that someone would be able to assist me.  I would like to create a hyperlink (used as a citation) on my Word document that opens directly to a specified page within a PDF document (possible other word docs and so on, but less
    often).  How do I go about performing this?  Another note, all the documents would reside within a SharePoint site.

    I was hoping that someone would be able to assist me.  I would like to create a hyperlink (used as a citation) on my Word document that opens directly to a specified page within a PDF document (possible other word docs and so on,
    but less often).  How do I go about performing this?  Another note, all the documents would reside within a SharePoint site.
    I am not a Word guru, but I don't think you can run a macro from a hyperlink. But you can create an active X label that runs a macro when clicked. You can use the following macro to go to a specific page in a PDF file.
    Sub OpenPDFPageView(DisplayPage As Integer)
    'In order to use the macro you must enable the Acrobat library from VBA editor:
    'Go to Tools -> References -> Adobe Acrobat xx.0 Type Library, where xx depends
    'on your Acrobat Professional version (i.e. 9.0 or 10.0) you have installed to your PC.
    Dim PDFApp As AcroApp
    Dim PDFDoc As AcroAVDoc
    Dim PDFPageView As AcroAvPageView
    Dim PDFPath As String
    Dim DisplayPage As Integer
    PDFPath = "C:\Users\doudou\documents\test1.pdf"
    'Set the page you want to be displayed
    'DisplayPage = 3
    'Initialize Acrobat by creating App object
    Set PDFApp = CreateObject("AcroExch.App")
    'Set AVDoc object
    Set PDFDoc = CreateObject("AcroExch.AVDoc")
    'Open the PDF
    If PDFDoc.Open(PDFPath, "") = True Then
    PDFDoc.BringToFront
    'Maximize the document
    Call PDFDoc.Maximize(True)
    Set PDFPageView = PDFDoc.GetAVPageView()
    'Go to the desired page
    'The first page is 0
    Call PDFPageView.GoTo(DisplayPage - 1)
    'Set the page view of the pdf
    Call PDFPageView.ZoomTo(2, 50)
    End If
    Set PDFApp = Nothing
    Set PDFDoc = Nothing
    On Error Resume Next
    'Show the adobe application
    PDFApp.Show
    'Set the focus to adobe acrobat pro
    AppActivate "Adobe Acrobat Pro"
    End Sub

  • How do extract one page from one pdf document and save as a new pdf?

    How do I extract one page from a pdf document and create a new document?

    In Acrobat: Tools - Pages - Extract.
    In Reader it's not possible.
    On Sat, Jan 31, 2015 at 10:29 PM, Ned Murphy <[email protected]>

  • Can I convert a web page into a pdf document

    With IE it is possible to convert a web page to a pdf document if you have full Adobe Acrobat. Can this be done with Firefox.

    Hi BogdanVladusel,
    You cannot convert a webpage to pdf using Adobe PDF Pack. You need to use Adobe Acrobat for the purpose.
    Regards,
    Rave

  • How do I scan multiple pages into one pdf document on a HP Envy 4501 Printer

    My HP Envy 4501 Printer won't let me scan multiple pages into one pdf document.
    I went to "Advanced Settings", clicked on "file" and made sure that the check box next to "Create a separate file for each scanner page" was unchecked.
    When I clicked the Save button it showed the page that I scanned and showed 1/1.  On the right side it had options for changing the brightness and Contrast, Rotate and Crop and "Back", "Save" and "Done" buttons, but nothing about scanning another page.
    Not to mention HP's Customer Support is useless!
    I'd appreciate any help I can get with this problem.
    Thanks,
    Mark

    Hi BH,
    I see your diagram.  I just scanned something.  The screen that I'm looking at right now shows the preview page and the scroll box to the left of that just like in your diagram.  The screen does not show the + button nor does it show the red x button under the scroll box as in your diagram.  I can't see the plus sign because it is not there.
    I tried re-installing the software and drivers as you suggested but that did not have any affect.
    Thank you for trying to help me with this problem but it hasn't worked, therefore I can't mark the reply "Accept as Solution".
    I've noticed that on HP's support forum web page there is only 1 solved request for assistance.  That doesn't give me much confidence in HP.
    Please reply back to this post to let me know if there is anything else that I can try or if you know someone else at HP that can help.
    If I don't here back from you, I'm returning this HP Envy 4501 Printer to get my money back to use it to buy a printer from one of HP's competitors.
    Thanks,
    Mark  

  • Can I add Action button on each page of my pdf document

    I have created  many power point slides with an action button on each slide that allows the user to click to display a video clip.   I would like to create a pdf document of this and replace each of my action button in ppt with an action button that works in Acrobat.
    I noticed that action buttons can be added to forms, but I want to be able to add an Action Button on each of my ppt slides to start playing a video clip (each slide will have a different video).
    I would like to do this using any coding method (i.e. Javascript, VBA, C , etc).   I think acrobat uses Javascript.
    The reason, is that I want to display my power point slides on an IPad and they don't support hyperlink in power point.   I believe IPad does suppport the full acrobat capabilities.
    Can this be done ??  
    Any suggestions where to start ??
    Thank You,
    G

    NO problem creating the buttons and then playing this back in Acrobat. Works great.
    However, unfortunately, none of the PDF viewers for the iPad support playing movies.   So playing it there won't work :(.
    From: Adobe Forums <[email protected]<mailto:[email protected]>>
    Reply-To: "[email protected]<mailto:[email protected]>" <[email protected]<mailto:[email protected]>>
    Date: Sat, 28 Jan 2012 11:00:47 -0800
    To: Leonard Rosenthol <[email protected]<mailto:[email protected]>>
    Subject: Can I add Action button on each page of my pdf document
    Can I add Action button on each page of my pdf document
    created by gw70115<http://forums.adobe.com/people/gw70115> in Acrobat SDK - View the full discussion<http://forums.adobe.com/message/4171109#4171109

  • About 2 weeks ago, not able to print all pages in a .pdf document using internet explorer 11?

    About 2 weeks ago, not able to print all pages in a .pdf document stored in a folder (I'm using Windows 7)? 
    It only prints 1 page then my Brother MFC-J4510DW Printer says "Please put another piece of paper in the feed slot"....the problem is the print setting is set to "manual mode" in Windows 7 rather than "general setting".  If you try to change the setting to "general", it will not accept the change.

    Hi.
    I did try using the printParams feature and it worked, but since I need to be able to print sets of non-consecutive pages,  I end up having to bring up the print dialogue multiple times and have the user set watermarks each time. 
    I decided to just create a new pdf in a temp directory containing the selected pages and open this document in a new window.  This works well and allows them to use the print button on the window to print, bringing up the print dialogue just once.  However, since I need to open the document in a way that shows the print button, I am using OpenInWindowEx, with AV_DOC_VIEW, and the option PDUseBookmarks or PDUseThumbs, rather than PDUseNone.  This displays a toolbar which also includes icons for creating a new pdf, deleting pages, etc.  I do not really want to include these icons on the toolbar.  Is there a way to remove unwanted icons from the toolbar, or make them invisible?
    Hope this makes sense.  Thanks for your help.
    Mary

  • Can I re-size the pages in a PDF document?

    I've got a document done in Mac Pages. It turns out to be the wrong page size. It would be a lot of work to reposition everything again.
    Is there any way with Acrobat Pro that I can resize the PDF pages in a PDF document?
    I notice I can extract the individual pages ... if I could extract them and somehow import them back into a re-sized Pages document, then re-export them to PDF at the proper size???
    Any help would be most appreciated,
    Thank you,
    Ben

    Hi Aandi,
    No problem with 'hard' copy or 'web' copy. I understand about compression.
    But. Either way I've got the same problem with both versions. I did the original with the document page size set at 'legal' size, as was recommended by a particular print house we were going to use.
    Here is the actual concept: www.howtosolveglobalwarming.info (see 'DVD' page link).
    It turns out this was not a helpful recommendation. The 'booklet' is supposed to fit into a DVD case, which is about 7.25 inches in length (height).
    I don't want to have to rebuild the original document page by page. I just want to resize the entire thing down from its original 'legal' size (8,5 X 14) to something more like 4.04 X 7.25.
    The only way I can figure to do it with Acrobat is reset the page size, then output to 'print', but then I can't make a straight PDF, I have to make a Postscript (it seems) file, which I then have to convert back to a PDF ... (and I notice some odd artifact frames appearing around text-supered-over-graphics- which might disappear if I 'flatten' the original PDF file before outputting to Postcript and converting back to PDF??
    I bet there is a simpler way. Any suggestions? Also, is there any function in Adobe Acrobat Pro that would allow me to add 'space' to one side of a page (as in Photoshop)?
    Or perhaps I should extract each of the 30 pages, resize them in Photoshop, and then reconstruct the document in Pages (or Acrobat) using the Photoshopped pages?
    Ben
    Ben

  • E-mail a Single Page from a PDF document.

    How do you e-mail a single page from a PDF document that has multiple pages? When I go to File > Attach E-mail in Adobe it e-mails the whole document and I do not want that. I just want to e-mail selected pages and not the whole document. How can I do that in Adobe Acrobat?
    I have Adobe Acrobat Standard version 8, Windows XP Professional SP3.

    You need to extract it first as a new PDF. You can do so using Document - Extract pages...

  • Looking for a way to re-organize pages within a PDF document....

    Hello All.....
    First time posting here and a new user to Acrobat X Pro so bear with me as I try too explain my issue. I receive via email, a weekly PDF report for work that contains up to 200 pages in each file. Each page is basically a "Lead" that contains, in order of importance as they relate to me; an upcoming date in time and Trustee information. When I open up this file the pages are listed in chronological order by date only and cover a time-period of about 5 days. The trustees information is randomly placed through-out the document, so pages 1, 3, 5, and 10 may be one trustee and pages 2, 4, 6, and 9 may be another trustee. Complicating matters is there are upwards of 12 trustees information spread through-out every report. So..... if the 1st 50 pages of this PDF document are for 3/6/2012, all of the trustee's information is randomly scattered through-out these 50 pages. Make sense?? Here is what I am attempting to do.....
    First, I am extracting all of the pages of this report that have the SAME DATE and creating a new file. When this is done the extracted pages are then deleted out of the original file. If the original report contained information covering 4 days, at the end of this step I have 4 new files; and this is where I am getting hung up. What I was hoping to do now, is go into each file and rearrange the pages to be in order of the Trustees information. I have tried the "Advanced Search" function which will allow me to search the entire file for a trustees information, which works. I just can't figure out if there is something I can do after that. I would't even mind creating another file similiar to what I am doing above for each trustee, but unfortunately that extraction only works if the pages are in 1,2,3... chronological order. Going through and extracting each page one-at-a-time would be cumbersome and time consuming at best, so that is not an option. Does anyone have any thoughts?? And please feel free to ask me for more information. I was hoping to be able to upload a sample page of this report for you all to see, but it appears that you can't upload a PDF file... Go figure!! Thank you for your time.....
    Justin

    There are several ways to handle a task like this, and a custom script is certainly one of them.  It looks like you are using a Mac, though, so that will limit your options somewhat.  As a result, I'll stick with Acrobat's native features for a solution.  I am going to assume that you have Excel, though, as it's the real key to solving this problem.  Notepad can be substituted for any text editor.
    My understanding is that you want to end up with a document that contains the entries for each particular Trustee, listed in chronological order.  It's not clear to me what specific form your output document should take, but I'll give you enough information to solve the problem, and you can adjust from there. 
    First, rather than deal with the problem by date, I would do it by the Trustee's name, instead.  They're already in chronological order, so no need to reinvent the wheel.  Someone did that work for you!  So, in the advanced search function you're already using, search for all of the Trustees at the same time with a multi-term search.  You can create this in a text file that you can re-use in the future.  Next, save the results to a CSV file.  Open the CSV in Excel, and delete all of the extraneous content except for the "page" and "seach instance" columns, which should ultimately occupy columns A and B, starting at row 1.  Next, sort the search instance column (Trustee names) either A to Z or Z to A (however you want them grouped for output), and then by page number, in asecnding order.  This will leave you with a new page order from which you can extract the pages that contain your Trustee names, which will inherently be in chronological order.
    Next, take the column of page numbers, copy, and paste special, transposing the data into a single row on a new worksheet in Excel.  Delete the initial worksheet, then save the CSV.  Finally, open the CSV file with Notepad, and you'll see that you now have a row of page numbers, separated by commas.  Copy that data and paste it into the pages field of the print dialogue in Acrobat, which will allow you to print those specific pages, in that specific order, to a new PDF.  If you had a page splitter script (like the kind try67 makes) or plug-in, that would be a little more efficient, but either way take you to the same place.  
    In the end, you'll have a subset of the pages in your original, 200 page PDF, "sorted" by Trustee, with each Trustee's data sorted chronologically.  If you want to break them out by Trustee, just create a bookmark at the first page of each Trustee's data (perhaps referring back to the CSV in Excel) and split the file out by bookmark with Acrobat. 
    I have used similar methods to complete tasks that range from impractical to impossible in my book, "The PDF Litigation Guide."  Hope that helps!   
    Jason Covey
    PDF Litigation Solutions, LLC
    http://www.pdflitigationguide.com

  • Can I print the last page of a PDF document using command line?

    Hi
    I am in a situation in which I constantly have to deal with multiple PDF documents and I need to print the last page in each of these, and ONLY the last page. The total number of pages will vary for each file, so the page number for the last page will also vary.
    I would really prefer to not do this manually, by opening up each file in the visible Adobe Reader window and then print.
    Question:
    Is there a way with Adobe Reader (maybe with the help of some other Adobe product) to print only the last page of a PDF document using some kind of command line without opening up the PDF file in the visible Adobe Reader window?
    I'm using Windows.
    Thanks in advance,
    Regards,
    Emil

    Thank you for taking the time to reply.
    I tried both ways and neither works.  It gives me a prompt box that I have to click "next" for every page but after going thru all pages, nothing is sent to the printer.
    Also, all directions I've read indicate it will print to the default printer.  If my default printer is on a network, will that cause problems....
    and...
    should I be getting a prompt box on every page?  I thought all this would happen behind the scenes and not force me to interact with every page.
    dc

  • How can I remove a page from a PDF document and save it as a new PDF document?

    How can I remove a page from a PDF document and save it as a new PDF document?

    Tools - Pages - Extract and tick the option to delete the extracted page from the original file.

  • Deleting pages in a PDF document.

    When I try to delete a page in my PDF document, I get a message that reads "An Incorrect Structure was foun in the PDF file".  How can I resolve this?

    You might have to use PDF Optimize or such to save the file and remove any such problems (maybe). At least it is worth a try. Then try deleting the page. This is an attempt to get the issue resolved, not to explain it.

  • Lion Preview can't delete or insert pages to a PDF document

    I have the following problem: I open a PDF file in preview. I delete some pages as I used to in snow leopard. Then I save it. The document's page count changes to the correct number in the window title bar. However, if I open the saved version after closing the current window I see that nothing is saved at all! The same thing happens when I try to insert pages to a PDF document. Looks like everything is fine, but when I close and reopen the document no changes are saved. The weird thing is file is modified, i.e. preview saves something but not my changes. It just re-saves the original document.

    NUMACER's answer worked for me as well guys ! Didn't need to save a version, it just keeps it like that. I tried saving a version which saved on the same file instead of creating a new one (i know that since I saw the "Last modified" thing being updated at the same time) !
    Thanks Numacer

Maybe you are looking for

  • Connecting to AirPlay with my AppleTV using Netgear-G router. Apple TV loses wifi connection after about 5 minutes.

    I am using a new MacBook Air with OS X and just bought an Apple TV. Using Netgear-G router. After 5 minutes of AirPlay, movies, etc from my laptop stop playing on my TV and then lose sound on the laptop (but have video on the laptop when that happens

  • Safari Bookmark non-Sync Fixed with 10.9.2?

    I have multiple iOS devices, and three desktop OS computers.  About 6 months ago bookmark syncing between all of the devices became non-functional. Tried all the fixes suggested in the forum to no avail.  Finally gave up on it and over time each devi

  • Pdf size question

    Just trying to figure out pdf creation from ID - can anyone help. We have a source file that is about 30 megs in size. When we export to pdf from ID using the 'smallest file' setting, we get a pdf file about 10 megs in size. When we print a postcript

  • ! How to start Web Services in Java?

    Hi, I am just wondering if someone knows how I can start Web Services with Java?

  • How to increase preformance in INSERT?

    Hi, There are 25 million records approx. in one table, devided into 8 groups. i.e., each group contains 3 million records approx. In a stored procedure, I have declared two cursors. First cursor fetches only distinct groups, i.e, eight. Second cursor