Printing selected pages to new PDF

I have done this before, but not sure what has changed? I have "Adobe PDF" configured as a printer and Acrobat 9 Pro Ver 9.3.4 installed on my computer. I used to be able to print individual page selections or ranges to the "Acrobat PDF" printer and get an extracted PDF file with my selection. Now I get a .PS file with some text in it. What am I doing wrong? Is there a better way, other than Snag-It? Can I do this with Acrobat Reader?

As I have told many people "I am only blind in two eyes, the rest are OK".
I think I see the problem now:
%%[ ProductName: Distiller ]%%
This PostScript file was created from an encrypted PDF file.
Redistilling encrypted PDF is not permitted.
%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%
%%[ Warning: PostScript error. No PDF file produced. ] %%
Although these are company files, for legal reasons, they get encryped when placed on the company site. They can be sent to a printer, but not to the Adobe PDF printer. I already have steps to provide open PDF files for internal use. I think that may be my fix.
Thank you for your input.

Similar Messages

  • Printing selected pages of a PDF to Adobe PDF

    I have Acrobat 9, Windows 7, and was happily creating new files from existing PDFs by printing selected pages to Adobe PDF. After having done this a hundred times or so, the process stopped working. I got this message: "When you create a PostScript file you must rely on system fonts and use document fonts. Please go to the printer properties, 'Adobe PDF Settings' page and turn OFF the option 'Rely on system fonts only; do not use document fonts.'" Then I get a message, "The document could not be printed." Then I get a message, "There were no pages selected to print."
    First, I wasn't having any problems up to this point; second, I'm not trying to create a postscript file, I'm just trying to print to Adobe PDF (as in, just page 3 of a six-page document."
    Any suggestions? Thanks!

    I downloaded the Arcobat SDK and now learning to use it with its sample.
    However, I got stuck when I run the program BasicIacVB.
    I got the following error message:
    Cannot create ActiveX component.
    When running the line
    gApp = CreateObject("AcroExch.App")
    I run this program on my PC with VS2005 installed.
    What extra step do I need to do to use the sdk?
    Seems there's no installation package there...
    Sorry about my stupid question, I am a total newbie in AcrobatSDK.
    P.S.  My ultimate goal is to develop the program in VB6 (not using VB2005),
    as my client PCs does not (and cannot for some reason) install .net framework.

  • Printing selected page as a pdf in adobe reader

    Hi,
    I have Adobe Reader for the Mac. I'm dealing with pdf documents that are hundreds of pages. If I wanted to save a single page (or several pages), it seems I have to go through an extra step:
    1) print
    2) then select printer
    3) then get warning window telling me to go to applications dialogue box
    4) click ok, go to box
    5) select page range in applications printer box.
    that's a lot of steps. Preview does this in one step (but has other problems). Is there a way of selecting pages and going directly to save as pdf. I know there's no extract page feature like there is in Acrobat.
    thanks for any help,
    jeff

    Not in the free Reader, no.

  • How does one print selected pages of a PDF document

    I deal a lot with lengthy PDF documents and always need to print just a few pages from it. In Windows after I selected Print I could choose certain pages (e.g. 2-5,18,23, 44-46). On Leopard every time I select Print I don't get a choice and the whole document prints, wasting a lot of time, ink and paper in the process. I followed instructions from the Help file but I never get to the expanded menu that would give me that choice.
    Also, when printing from the web I am used to highlight what I wanted printed and click Print, then Selection. The only way I get it to print just what I want is by using the Grab program, capturing the selection and printing from it. Is there an easier way?
    Any and all help is greatly appreciated as I make my transition from Windows XP to Leopard a smoother transition. Thank you.

    Open the document. On the left of the document there should be a scrolling list of the pages of the document. Select the first page. Hold down the 'Command' key. While the 'Command' key is pressed down, select another page from that list. Repeat until you have selected all the pages you want to print. Select 'Print' from the 'File' menu. The Print dialog box which shows up should say that you want to print 'x' pages, where 'x' is the number of pages you have selected. Click on 'Print'. The pages you have selected will print.

  • Print selected pages of a PDF file to printer as a batch job using VB6

    I have the following:
    1) 1,000 multi-paged PDF files (say 00000001.pdf, 00000002.pdf, ..., 00160000.pdf)
    2) A list of pages for each document to print
    (e.g. 00000001.pdf: 2,3,5,7
    00000002.pdf: 3-8, 10
    00001000.pdf: 5,6,7,10)
    I want to perform a single batch job to print the specified pages of all 1000 PDF documents to default printer.
    I am using VB6, Acrobat Reader 9 installed.
    I am thinking of writing a function like that:
    Private Function PrintPDF(byval sPDFFilePath as string, byval iPageNum() as integer) as boolean
    and then write a looping routine to print the files one by one.
    Seems that Acrobat SDK has such feature. 
    Please advise how can I do this?

    I downloaded the Arcobat SDK and now learning to use it with its sample.
    However, I got stuck when I run the program BasicIacVB.
    I got the following error message:
    Cannot create ActiveX component.
    When running the line
    gApp = CreateObject("AcroExch.App")
    I run this program on my PC with VS2005 installed.
    What extra step do I need to do to use the sdk?
    Seems there's no installation package there...
    Sorry about my stupid question, I am a total newbie in AcrobatSDK.
    P.S.  My ultimate goal is to develop the program in VB6 (not using VB2005),
    as my client PCs does not (and cannot for some reason) install .net framework.

  • 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

  • Printing Select Pages

    I have AA 8.0 on two PCs. One will allow printing selected pages and the other will not. How do I correct this for the one that does not print select pages.
    Here's what I do.
    On the PC that is able to print select pages:
    Open the "Pages" tab, select two pages out of say 4, click the Print botton and the "Current View" changes to "Select Pages"
    Is there a setting that will enable printing Select Pages?

    Brad,
    I don't have 8 on my system any longer. It works in 9 just fine. I'd
    suspect that there might be a damaged preference file somewhere. Things
    that you can try:
    1) Repair installation with Acrobat.
    2) Quit Acrobat, remove printer driver, reboot, install printer driver
    and test.
    3) Remove Acrobat completely and then re-install.
    Interestingly enough in Acrobat 9 you can select pdfs in a portfolio and
    print them, but you cannot select pages in the pages pane in pdf in a
    portfolio to print. The entire pdf gets selected to print. Strike one
    against portfolios. You can of course just enter the pages you want to
    print---which may work in your senario as well. You may not be able to
    select the pages to print, but you can place them in the print dialog
    box and it should print only those pages.
    Mike

  • ARGH-HUH! Print v Print Selected Pages

    Good god almighty.
    Is there a way to get Preview to Default (I know I said Preview) to print all the pages when I go Print and then I end up pulling down to "pdf" to print a pdf?!
    For the umpteenth time I have scanned a 50 page document, gone to print a pdf of this scan, and accidentally hit "Print" (go figure) instead of selecting all the pages (!?) and hitting Print - and then of course pulling down the pdf and going to Save As pdf.
    Print defaults to the selected page ?! and Print Selected Pages works if you select all the Pages?
    I have to scan the whole darn document again...
    What am I missing? Also, apologies for posting in Pages but I can't find any place else to address this.
    Thanks!

    As we will have to wait for at least a few days, here is my workaround.
    --[SCRIPT printseveralpictures]
    Enregistrer le script en tant que Script : printseveralpictures.scpt
    déplacer le fichier ainsi créé dans le dossier
    <VolumeDeDémarrage>:Users:<votreCompte>:Library:Scripts:
    Ouvrir plusieurs images dans Aperçu
    Aller au menu Scripts , choisir "printseveralpictures"
    Le script sélectionne toutes les vignettes d'images
    puis exécute la commande "Imprimer les images sélectionnées…"
    Il vous reste à définir la destination (imprimante ou PDF) et à valider.
    --=====
    L'aide du Finder explique:
    L'Utilitaire AppleScript permet d'activer le Menu des scripts :
    Ouvrez l'Utilitaire AppleScript situé dans le dossier Applications/AppleScript.
    Cochez la case "Afficher le menu des scripts dans la barre de menus".
    Sous 10.6.x,
    aller dans le panneau "Général" du dialogue Préférences de l'Éditeur Applescript
    puis cocher la case "Afficher le menu des scripts dans la barre des menus".
    --=====
    Save the script as a Script: printseveralpictures.scpt
    Move the newly created file into the folder:
    <startup Volume>:Users:<yourAccount>:Library:Scripts:
    Open several pictures in Preview
    Go to the Scripts Menu then choose "printseveralpictures"
    The script select every pictures thumbnails
    then trigger the menu item "Print Selected Pictures…"
    Then you must define the target device (printer or PDF) then validate the action.
    --=====
    The Finder's Help explains:
    To make the Script menu appear:
    Open the AppleScript utility located in Applications/AppleScript.
    Select the "Show Script Menu in menu bar" checkbox.
    Under 10.6.x,
    go to the General panel of AppleScript Editor’s Preferences dialog box
    and check the “Show Script menu in menu bar” option.
    --=====
    Yvan KOENIG (VALLAURIS, France)
    2011/02/04
    --=====
    on run
    run script doyourduty
    end run
    --=====
    script doyourduty
    my activateGUIscripting()
    tell application "Preview" to activate
    tell application "System Events" to tell application process "Preview"
    set frontmost to true
    tell (first UI element of scroll area -1 of first splitter group of window -1 whose role is "AXGrid")
    set {grid_X, grid_Y} to position
    set {grid_w, grid_h} to size
    end tell
    click at {grid_X + (grid_w div 2), grid_Y + 20}
    keystroke "a" using {command down} -- cmd + A
    keystroke "p" using {command down, option down} -- cmd + alt + P
    end tell
    end script
    --=====
    on activateGUIscripting()
    (* to be sure than GUI scripting will be active *)
    tell application "System Events"
    if not (UI elements enabled) then set (UI elements enabled) to true
    end tell
    end activateGUIscripting
    --=====
    --[/SCRIPT]
    Yvan KOENIG (VALLAURIS, France) vendredi 4 février 2011 15:22:47

  • How do I print selected pages from a multi page document

    How do I print selected pages from a multi page document?
    This question was solved.
    View Solution.

    Hi,
    It depends on the software you are using, what is it ? In general you can select a range or just a number of pages.
    Regards
    BH
    **Click the KUDOS thumb up on the left to say 'Thanks'**
    Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem.

  • How to print all pages of a pdf to jpeg images?

    Hi there,
    How can i print the pages of a pdf file to jpeg or any other image format?
    i have a pdf file and adobe acrobat 9 pro. i cannot export as jpeg as there is lock in the pdf file, i want it to be saved as image by printing it.
    could anyone help me. do i need to install any additional software to get this done?
    please let me know.

    Normally you would use the Save As with TIFF or JPeg (I think AA9 now has an export option). If those are greyed out, then it is likely that no copying is set in the security and there is nothing you can do with Acrobat directly to get what you want. In directly, just print to paper and scan back in. As I said, the print permission will still not work with graphics or PDF output if the security for no copying or changing is set -- an obvious attempt to get around the security from the program viewpoint.

  • Smartforms: Printing Selective Pages

    My smartform have 5 pages. My aim is print selective pages (ie page 1-3).
    In the global definition -> initialization, i wrote the statement below:
      OUTPUT_OPTIONS-TDPAGESLCT = '1-3'.
    My problem is all 5 pages are still being printed out instead of page1 to page3. Please advice.

    Hi,
    With the specified way , the condition cann't work.Once check it.
    In the generated FM you have parameter OUTPUT_OPTIONS-TDPAGESLCT, which is for "Pages selected for printing".
    You have to call FM 'SSF_FUNCTION_MODULE_NAME' to get the generated FM name, then call this FM dynamically with the mentioned parameter.
    Reagards,
    Shiva Kumar

  • How to print specific pages of a pdf from a vb 2013 program using a print dialog

    Hi.  I am using the acrobat sdk to display pdfs from within a vb 2013 program, because the pdfs are large and we have developed indexes on certain columns.  The indexes are stored in SQL tables.  My program has a search window which allows the user to search for a value and displays all the pages on which this value appears in the indexed column in a listbox.  By double-clicking on the desired value in the listbox, the user can go to the selected page and column.  However, the user also needs to be able to highlight one or more of the pages in the listbox and print these pages.  I could do this silently using AcroExchAVDoc.PrintPages, but the user also needs to have a print dialog displayed in order to possibly select a watermark to be printed on the pages.  I also need to default the orientation of the pages depending on the document.
    I have reviewed the sdk documentation and also searched in Google and on this site but have not found a way to do this.  Does anyone have a suggestion?  Thanks for any help you can provide.
    Mary

    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

  • How to create a pdf file from selected pages of a pdf file?

    I basically have an online college catalog that has a lot of information that I need to print out. I know that I can select pages from the main pdf file to print out, but I want to have a separate pdf file that I can look at any time without doing much scrolling.

    Hi tanasiluv,
    Please check the video: http://tv.adobe.com/watch/learn-acrobat-xi/extracting-pages/
    to know how to extract pages from a pdf and create new pdf using Adobe Acrobat.
    Regards,
    Rave

  • Can only print test page on new SL install, nothing from Word, IE, etc.

    I have a 2008 MBP w/ OS 10.6.2 installed, using an Epson Workforce 600 w/ Epson's latest drivers and installed everything going by their 10.6 FAQ install guide.
    So I go into the Epson printer software and I can successfully print a test page off that program. But when I try to print MS Office documents, a .pdf off Preview, a webpage off Firefox or IE, or any other program besides Epson's printer software, nothing will print. What happens is the print box comes up with my print options, and I click on the blue "Print" button, and it will flash light blue like it knows I clicked on it, but after that nothing, the print dialog box stays up and nothing changes.
    Any ideas on what I can do to get the rest of my applications printing properly? It ***** having to boot into Bootcamp just to print stuff.

    Hello DWillyams,
    Welcome to the HP Forums.
    I see that you are having an issue with connecting the printer to your new wireless router set up.
    I see that you have attempted several steps to get reconnected.  I do have a few additional steps we can try.
    On the printer, please go to the SetUp menu, followed by the Network menu.  Once in the Network menu, please go to the bottom of the list to the Restore Network Defaults option and select YES.
    Once the Restore Network Defaults has been done, please go back into the Network menu and select Wireless Setup Wizard.  Follow the steps in the Wizard and this should now connect to your router.
    If the troubleshooting does not help resolve your issue, I would then suggest calling HP's Technical Support to see about further options for you. If you are calling within North America, the number is 1-800-474-6836 and for all other regions, click here: click here.
    Thanks for your time.
    Click the “Kudos Thumbs Up" at the bottom of this post to say “Thanks” for helping!
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    W a t e r b o y 71
    I work on behalf of HP

  • OfficeJet 8600 doesn't print full page range from pdf with Mac OS X

    I have an OfficeJet Pro 8600 linked to a Mac with OS X Mavericks
    We often need to print a block of pages (say the first 40, or 10-20 out of the middle) out of large pdf documents of 250pg or more. To do so we put in the page range under 'pages' in the print instructions box.
    The printer sometimes prints an initial block of pages, then cuts off. If we then try to print the remaining pages, it starts by printing the whole range again, with the ones we already have, and then still cuts off maybe after having done 2-3 more than the first time round. To print the whole range we've eventually had to print the last pages one at a time.
    Any suggestions as to why this is happening, and how we can stop it? It happens with documents in Adobe Reader and web pages.
    Thanks for any assistance.

    Hi @NickRN8 
    I am not sure what is causing the inconsistency in selected pages not printing, but I'd be happy to help.
    Let's reset the printing system, repair disk permissions, re-add the printer using the right driver, and try to scan again.
    Reset Printing System
    Click the Apple icon (   ), and then click System Preferences.
    In the Hardware section, click Print & Fax/Scan. The Print & Fax/Scan  dialog box opens.
    Right-click (or  Ctrl  +click) in the left panel, and then click Reset printing system…
    Click OK to confirm the reset.
    Type the correct Name and Password.
    Click OK to reset the printing system. The Print & Fax dialog box shows no printer selected
    Note: This will remove all printers in the print and Fax/Scan, any printer removed can be re-added later by clicking the plus (+) symbol.
    Repair Disk Permissions
    On the Dock, click Applications, and then click Utilities.
    Double-click Disk Utility.
    Highlight your hard drive/partition on the left (by default this is "Macintosh HD").
    Click the Repair Disk Permissions button at the bottom of the window.
    Once the repair is complete, restart the computer and add the printer back.
    When you add the printer, please ensure you are using the HP driver.
    Select Add other Printer or Scanner                                                      
    Select the printer you are adding and next to 'Use' you can select the printer driver 
    I look forward to hearing from you. If the issue remains unresolved, I will post instructions to completely scrub the HP software from the computer and start fresh.
    Please click the Thumbs up icon below to thank me for responding.
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Please click “Accept as Solution” if you feel my post solved your issue, it will help others find the solution.
    Sunshyn2005 - I work on behalf of HP

Maybe you are looking for

  • Can I download music and pictures from 2 different MacBooks onto one external hard drive?

    I have looked around for the community, but have not found an answer here.  Both my wife and I have 2 seperate MacBooks, but we wanted to put all of my pictures and music and all of her music and pictures onto one external hard drive.  I read on anot

  • HP Officejet Pro 8610 4X6 Borderless Printing

    Hello, I have an HP Officejet Pro 8610 on Windows 7 x64.  It says 4x6 photo paper is supported.  But, when I tried to print to this size, the 8610 refuses to pickup the paper.  I've tried all the 4x6 HP photo paper settings, but still no go. Is 4x6"

  • Mac pro shuts off when I try to wake from sleep

    Hello mac gurus. I've a problem that is slowly getting more and more frequent. Mac Pro 2 x 2.8 GHz Quad-Core Intel Xeon OSX 10.5.6 4 gig ram When I leave work I let the computer go to sleep automatically. (I think I have it set for one hour of inacti

  • FAQ: What are the JDI (Just Do It) features in Photoshop?

    What are JDI features?  They're "Just Do It" features: small features that don't take a lot of time to implement or test and seem like an obvious improvement. JDI list for Photoshop CC JDI features in Photoshop CS6, by category: Automation Contact Sh

  • FTP Get File List Action Block, It's double listing files!  ver 11.5

    Hi guys.. I have a good one!   I have an FTP Get File List action block in my BLS transaction.  Occasionally, it double lists the files in its output.   For testing I put a repeater with a logevent output where I log the filename, date, and size.  He