Acrobat 9 bug? - Print Pages function does not print all bookmarked pages

We use the Bookmark Print Pages function to allow for easy printing of sections of large PDFs. All of the pages that should be printed are bookmarked. The bookmarked pages print correctly in Adobe 8, but not in Adobe 9.
I have put together a javascript workaround, but would prefer a solution that does not require distributing a file to all users.
I would appreciate any suggestions on other possible workarounds.
Here is the bug report I submitted to Adobe:
Concise problem statement: The "Print Pages" function for bookmarks does not print all bookmarked pages in Adobe Reader 9.0 and 9.1. The same bookmarks print properly in Adobe Reader, Standard, and Pro 8.
Steps to reproduce bug:
1. Open the Adobe Acrobat SDK JavaScript for Acrobat API Reference PDF (Version 8.1, April 2007) in Adobe Reader 9.0 or 9.1.
2. View the bookmarks. Right-click on New Features and Changes and choose "Print Pages."
3. Open the same PDF in Adobe Reader, Standard, or Pro 8. (I used Adobe Professional 8.1.3.)
4. View the bookmarks. Right-click on New Features and Changes and choose "Print Pages."
Results and Expected results: Printing from v8 results in 12 pages. Printing from v9 results in 9 pages. Pages 741, 754, and 769 did not print from v9.

I'm having the same issues.  Using the latest version 9.3.3.  Is this a bug? I tired calling adobe but their CR sounds like 3rd country only.  Anyone can shed a light on this issue?

Similar Messages

  • I am having trouble printing I have a connection to my printer wirelessly but does not print out the correct page I want.When I do print I get a bunch of pages more than is needed and also get a code and symbols please help I am jammed at work

    I am having trouble printing I have a connection to my printer wirelessly but does not print out the correct page I want.When I do print I get a bunch of pages more than is needed and also get a code and symbols please help I am jammed at work

    This can be the result of selecting the wrong driver. An older, unsupported laser printer will sometimes work with the generic Postscript driver.

  • Manual feed tray 1 on printer HP 4015TN does not print unless I hit the OK button.

    I have an HP 4015 Tn which was working fine up until 3-4 weeks ago. The problem is when I send a document to the manual-feed tray one, it flashes the "Attention" red indicator and I have to hit OK button on the printer for the document to print.My printer is setup for envelope, letterhead in tray 1, letter plain in tray 2 and legal in tray 3.My PC is a 64 bit running Windows 7 with the latest updates.Any suggestions in how to correct this problem will be greatly appreciated.Thank you

    Hello l_j,  Welcome to the HP Forums.  I see that you're having an issue with blank pages when attempting to print with black ink. Please click on the following link that deals with Printer Prints a Blank Page or Does Not Print Black or Color Ink for the HP Photosmart 5520 and Deskjet Ink Advantage 5520 e-All-in-One Printer Series. If the troubleshooting does not help resolve your issue, I would then suggest contacting HP's Technical Support to see about further options for you. , : click here.  Thanks for your time. Cheers, 

  • Crystal Report for VS2010 - The Go To Page function does not work

    When running a report into Crystal(VS2010), the Go To Page function does not work.  Typing in a page number and pressing Enter does not take you to that page.  The report remains on the current page. I'm not sure if there is suppose to be a button like the one in Crystal 8.5(VS2008).

    As long as you are using the CR assemblies for VS .NET, the viewer (Win) should look like this:
    Remember, the ActiveX viewer based on the Report Designer Component (RDC, referencing craxdrt.dll) is not supported in VS 2010.
    - Ludek
    Follow us on Twitter
    Got Enhancement ideas? Try the SAP Idea Place
    Share Your Knowledge in SCN Topic Spaces

  • When text is low on the page, it does not print on the page!

    Office Jet J6480, Windows 7 32 bit.
    Sometimes pages with a content line near the bottom of the page, does not print or the characters are only partially
    printed on the output page.

    Hello, you may be able to fix this problem on your HP Officejet J6480 All-in-One Printer by following the steps in the following document: "The Product Does Not Print the Bottom Page Border in Microsoft Office": 
    http://h10025.www1.hp.com/ewfrf/wc/document?docname=c01671543&tmp_task=solveCategory&cc=us&dlc=en&la...
    There are two more links inside that web page with some other solutions if you are experiencing this problem with other Operative System:
    -Printed Text is Cut Off on the Last Line of the Page in Windows XP
    -Printed Text is Cut Off on the Last Line of the Page in Windows Vista
    I am an HP employee, Printer/All-in-One Expert.
    Give Kudos to say "thanks" by clicking on the "thumps Up icon"
    Please mark the post that solves your problem as an Accepted Solution so other forum users can utilize the solution.

  • MY printer officejet7​000 DOES NOT PRINT FULL A3 SIZE PAPER LIKE my prin cut for botam

    MY printer officejet7000 DOES NOT PRINT FULL A3 SIZE PAPER my print cut for botam & top side, Same printout give in my old model printer like k7108  this printer printour full printing, but I newly purchase printer not printour full a3 size print

    Those '''user_pref("print.printer_Artisan_837 ....''' preferences are what needs to be deleted, with Firefox closed.
    I think that "ding-dong" error sound might be due to an old print job stuck in the print cache, though. Open the Windows Control Panel > Printers and Faxes and check the '''Status''' for that printer.

  • ADE stuck on cover page and does not go to any page

    ADE stuck on cover page and does not go to any page

    I was having the same problem. I've discovered that I can now go to other pages by clicking on the arrow or highlighting the place I want to go in the Table of Contents and then clicking on the "Toggle Full Screen View" icon in the upper right-hand corner. I have to click on this icon with each page change. This doesn't make sense to me and I happened upon it accidently. I'm sure there must be a better way.

  • Print line items on next page if does not fir onto current page

    Hello Experts,
    I have a query related with Smartform.
    For every Line item, I have 4 lines. Means, if there are 4 line itmes in Internal table then it means, on form 16 lines should be printed.
    My Requirement - If any of the Line item does not fin onto a single page then shift the whole line item onto next page. Means, If Line item 1 and 2 are printing on 1st page completely, but line item 3 is not able to print completely on 1st page then shift all the 4 lines of line item 3 onto next page.
    I tried - Put the main table of main area in a Folder and checked the PAGE PROTECTION of that folder. And in the Foder itself, use a command with checked GO TO NEW PAGE. But it is not printing. Form goes into shortdump.
    Please help me to resolve this issue.
    Regards
    Kuldeep M.

    Hi,
    U try to fix the no of lines per page. If the no of lines in ur table are more than the lines per page then u call the COMMAND 'Go to New Page' and give the Page name.
    Eg:
    data : lv_lines TYPE i,
              lv_lines_per_page TYPE i value 12.    (Try to design the Window height to fit 12 lines or ur wish)
              lv_count TYPE i.
    describe table itab lines lv_lines.
    Now, u loop the itab table and put a condition in the LOOP:
    LOOP AT itab.
      lv_count = lv_count + 1.
    IF lv_count GT lv_lines_per_page.
       clear lv_count.
       create command 'Go to New Page'.             --->In COMMAND put condition lv_count GT 12
    endif.
    ENDLOOP.
    Hope it helps!!
    Rgds,
    Pavan

  • Printer friendly output does not print region borders

    I am using theme 10 i have set up a printer friendly template which has a report region in it. The printer friendly page displays correctly on the monitor, but when i print the page the region borders are not printed. I only seem to get the corners of the region printing
    same thing with the region title only the sides of the border are printed.
    any suggestions as to why this is??

    Have figured it out...
    you have to set the following option in your browser.
    Tools > Internet Options > Advanced
    in the Printing section check the 'Print Background colors and images' box

  • Photosmart B010a All In One test print O: K: Does not print from the computer

    Egr: Sig. No error message in the control panel is READY, has printed the test. DO NOT print from your computer. HP Computer in 6220 with window 7/64 bit. = tiscali WI Fi network. the printer is connected with the cable to the computer. I also tried with Doctor. Please help me figure out where I went wrong; I installed the latest type of software and drivers available. Thank you, Regards Costanzo 
    photosmart All In One B010a  stampa di prova O:K: non stampa dal computer
    Egr: Sig. Nessun messaggio di errore nel pannello di controllo risulta PRONTA , ha stampato la prova. NON stampa dal computer. Computer HP a 6220 con window 7 /64 bit. rete = tiscali WI Fi . la stampante è collegata con il cavo al computer . Ho provato anche con  Doctor . Per favore aiutatemi a capire dove ho sbagliato  ; ho installato l'ultimo tipo di software e driver disponibile . Grazie, Distinti Saluti Costanzo 
    This question was solved.
    View Solution.

    try to connect the printer with your laptop with USB connection.
    Give Kudos to say "thanks" by clicking on the "thumps Up icon" .
    Click "Accept as Solution" if it solved your problem, so others can find it.
    I work on behalf of HP.

  • Page Number does not display on every page

    I am having a problem showing the page number on every page. I can get it to show on the first page if I place the XML tags at the top OR if I place the XML tags at the bottom then it shows only on the last page.
    I tried to use the <?body-start?><?body-end?> tags and placing the page number in front of or behind these. I have tried to insert the native word page number functionality as well as <?fo:page-number?> and get the same results.
    Any help would be greatly appreciated -
    Thanks,
    Rob

    I have inserted the page number in the RTF and it definitely shows up on the first page but not on any of the following pages.
    As a side note - if I use Word's header and put anything up there it does not show up at all on the template.

  • Does not load all of page

    some pages i go to do not load all pictures, links, and buttons. they were working but shortly after upgrade they quit working. i have tried on other browsers and they work fine there. i have checked all settings and have done a clear on history and cookies. went though your help and not found anything that has helped. the link giving below is one of several web page am having trouble with this here is just log in screen here but it does not show the buttons or ling to continue. on other sites i go to it will not load the images and some of the links are missing.

    Try clearing your browser cache.
    Tools > Clear Recent History... - hit Details and make sure only Cache is selected, then select Everything and hit the Clear Now button.

  • When I click "remember my user name" for web pages, it does not work for web pages - I have to login after every restart (eg Hotmail)

    On websites I visit daily – newspapers, Hotmail, etc, even though I have clicked "remember me on this computer", it does not work. I have to log in every time I have restarted my computer (Mac OSX 10.5.8). Also, this may be related. I have iGoogle as my home page, but "themes", location, widgets, etc are not saved when I shut down.

    * Such details are stored in a cookie.
    * You need an allow cookie exception (Tools > Options > Privacy > Cookies: Exceptions) to keep that cookie, especially for secure websites and if you let cookies expire when Firefox closes
    * Make sure that you do not use [[Clear Recent History]] to clear the "Cookies" and the "Site Preferences"
    Clearing "Site Preferences" clears all cookies, images, pop-up windows, software installation, and password exceptions.
    Clear the cache and the cookies from sites that cause problems.
    * "Clear the Cache": Tools > Options > Advanced > Network > Offline Storage (Cache): "Clear Now"
    * "Remove the Cookies" from sites causing problems: Tools > Options > Privacy > Cookies: "Show Cookies"
    "Remove the Cookies" from sites causing problems: Firefox > Preferences > Privacy > Cookies: "Show Cookies"
    If clearing the cookies doesn't help then it is possible that the file <i>cookies.sqlite</i> that stores the cookies is corrupted.
    Rename (or delete) <b>cookies.sqlite</b> (cookies.sqlite.old) and delete <b>cookies.sqlite-journal</b> and <b>cookies.txt</b>, if they exist, in the [http://kb.mozillazine.org/Profile_folder_-_Firefox Profile Folder] in case the file cookies.sqlite got corrupted.
    * http://kb.mozillazine.org/Cookies#Removing_cookies

  • Page Transport does not replace the old Page, same issue with Folder trans

    Hi All,
    I have an issue with the Portal Transport for page and folder.
    First issue:
    I have a page with 2 iviews(iview1 and iview2) added to it as delta links. This page is tranported to test environment and it looks fine with 2 iviews in test. Now I remove iview2 from page and add iview3 to it. Now the page has iview1 and iview3 in it. Now when I tranport the page to test portal, I see all the 3 iviews assigned to the page. Does the portal transport replace the whole page or just appends to it. If that is the case, how do we solve the problem of removing the iview, other than manually going and removing it from the test portal.
    The same issue happens with the folder as well. I have 3 pages in a folder . I transported the folder to test portal and the test portal has 3 pages as well. Now when I delete one page and do the transport to test, I still see all the 3 pages in the folder.
    Let me know if this is a standard issue with the portal , or if there is solution to this issue.
    thanks,
    AE

    Hi Michael,
    The issue is resolved by first deleting the page then created a brand new page with the name name, adding the 2 iviews and transporting to the test portal. Now the page on the test portal also shows 2 iviews.
    The old page had some delta link references to some iviews, even though I removed the iviews from the page. I noticed this by adding the page to the transport package and set the option "resolve references" to "Yes". When the export the tranport package, I saw all the iviews which I have deleted also in the transport package. I do not know why.
    Anyway I am closing this thread, as the problem has been solved.
    thanks,
    AE

  • Images function, does not provide photos beyond page 1, after that, the pages are filled with blank frames. ?

    A few days ago, it would shoot out 7 pages or more of photos.
    Then I would customize my search from there. One time, I did something that restored it to normal, but that never returned either.

    * "Clear the Cache": Tools > Options > Advanced > Network > Offline Storage (Cache): "Clear Now"
    * "Remove the Cookies" from sites that cause problems: Tools > Options > Privacy > Cookies: "Show Cookies"
    Start Firefox in [[Safe Mode]] to check if one of the add-ons is causing the problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    * Don't make any changes on the Safe mode start window.
    See:
    * [[Troubleshooting extensions and themes]]
    * [[Troubleshooting plugins]]

Maybe you are looking for