Acrobat 7 combine pdf function

Using the full version of Adobe 7, when I selected multiple pdfs in windows explorer and right clicked, a "combine in adobe acrobat" function would appear in the context menu.  I just tried out the trial version of Adobe 9 and have now uninstalled it, but this functionality has disappeared.  Is there a way to restore this option in the right click context menu?

Your right click menu, technically called the "context menu" is editable in the registry.
Go to the start menu and type in the search bar "regedit". Open regedit. This is the registry editor. Be careful not to mess anything up here.
Navigate to :
HKEY_CLASSES_ROOT\*\shellex\ContextMenuHandlers
Right click on ContextMenuHandlers and select "New"........."Key"
Create a key with data string "{D25B2CAB-8A9A-4517-A9B2-CB5F68A5A802}"="Adobe.Acrobat.ContextMenu"
Leave the name of the key default and leave the type REG_SZ.
You can rename the folder to Adobe.Acrobat.ContextMenuHandler if you like.
Close regedit and restart your computer. Your right click option is back.
If the regedit technique does not work there is a series of dll's missing in the folder: program files......../acrobat/acrobat elements. You need repair the installation or reinstall the program.

Similar Messages

  • Applescript Acrobat combine pdfs

    Hi,
    I've tried and failed to create a script that takes two PDF files I've selected in the finder, open Acrobat Pro and use the Combine feature (File > Combine > Merge Files into a Single PDF...), saving them out with the filename taken from the clipboard.
    The Automator combine pdfs application and other off-the-shelf products are no good to me as they rely upon choosing files from a dialog box, and the fonts in the resulting pdf can also become corrupted.
    So if I go to the Finder and select a file, copy its name, then select a second file, I want a script to combine these two selected PDFs into one, using Acrobat. The filename becomes the name of the first file I copied.
    Can anyone help? Many, many thanks if you can: I have a few hundred of these to do.

    JustinR wrote:
    So if I go to the Finder and select a file, copy its name, then select a second file, I want a script to combine these two selected PDFs into one, using Acrobat. The filename becomes the name of the first file I copied.
    Can anyone help?
    I don't use Acrobat. Nevertheless, the following script should do exactly what you are asking for using Preview.app. instead.
    set theTitle to (the clipboard) & "*" -- remove the asterisk if you wish
    set theApp to POSIX file "/Applications/Preview.app" as alias
    tell application "Finder"
        set S to selection
        if S is {} then return
        repeat with thisItem in items of S
            if not (name extension of thisItem is "pdf") then return
        end repeat
        open S using theApp
    end tell
    tell application "Preview" to activate
    tell application "System Events" to tell process "Preview"
        set windowName to name of window 1
        tell menu 1 of menu item "Sidebar" of menu 1 of menu bar item "View" of menu bar 1
            if menu item "Hide Sidebar" exists then click menu item "Hide Sidebar"
            click menu item "Show Sidebar"
        end tell
        keystroke "a" using {command down} -- Select All
        keystroke "p" using {option down, command down} -- Print Selected Pages…
        repeat until sheet 1 of window 1 exists
            delay 0.1
        end repeat
        click menu button "PDF" of sheet 1 of window 1
        click menu item "Save as PDF…" of menu 1 of menu button "PDF" of sheet 1 of window 1
        keystroke theTitle
        keystroke "d" using command down
        keystroke return
        if button "Replace" of sheet 1 of window "Save" exists then
            click button "Replace" of sheet 1 of window "Save"
        end if
        repeat while sheet 1 of window windowName exists
            delay 0.1
        end repeat
        keystroke "w" using {command down}
        set destinationFolder to choose folder with prompt "Where to put the merge PDF ?" default location (path to home folder)
    end tell
    tell application "Finder" to move file theTitle of desktop to destinationFolder with replacing
    Hope it can help.
    Message was edited by: Pierre L.

  • Combine PDFs Function in Acrobat 8 Prints in Filename Order, not Package Order

    'nuf said.  That's my problem. Any solutions welcome.

    Bernd, you beat me to it!
    I went back to Acrobat, and thought "wait a minute ... Combine !!"  I guess sometimes you just need to ask the question, get it out of your thoughts, for the answer to show up.  I was on my way here to post that I'd solved it, but you beat me to it.
    Thanks for your reply anyway.  I appreciate it.

  • Combine PDF files into one document?

    Hi, does anyone know if there is a way to take several PDF documents that are the same size and orientation and combine them into one file?
    Thank you,

    Hi,
    there's sadly no such function in Mac OS, but you can do it for free with Automator. There's a "Combine PDFs" function. I saved it as an application. If you can't figure it out, I can upload you the app, but Automator is really straightforward.
    Björn

  • Possibility to execute Acrobat Pro's "Combine files into PDF" function from within SAP?

    Good day.
    Presently, a company uses Acrobat Pro to manually combine files such as *.pdf, *.jpg, *.doc, which have been downloaded from SAP's Document Management System, into one pdf file. I would like to know if it is possible to automatically execute Acrobat Pro's "Combine files into PDF" function from within SAP (ECC 6.0) application system. I'm wondering if this could be achieved from a program via OLE (Object Linking and Embedding) or RFC (remote function call).
    Thanks in advance for your thoughts and inputs.

    Yes, you can combine PDF files via IAC/COM methods.

  • The function to combine pdf files and the function to add bookmarks stopped working in 10.x

    We had VBA scripts in Access 2003 running with Acrobat 7.0 standard version to combine pdf files and to add bookmarks. The scripts worked fine. Now we installed 10.x and the functions stopped working. Does anyone share the same experience?
    In the scripts, we just call the OLE object with the code like:
        Set acroOrigPdfDoc = CreateObject("AcroExch.PDDoc")
        Set acroNewPdfDoc = CreateObject("AcroExch.PDDoc")
    Then we have the call "acroOrigPdfDoc.InsertPages" and "acroOrigPdfDoc.Save" to save the combined pdf files. All these functions work fine under 7.x. Under 10.x, they stopped working without any error messages.
    Can anyone help me?

    Post your problem in the forum for Acrobat SDK.

  • How do you make "Acrobat X Pro" open the "combine pdf" window in the foreground?

    How do you make "Acrobat X Pro" open the "combine pdf" window in the foreground?
    I am using a "Windows 7" computer at work with "Acrobat X Pro" and I'm constantly combining
    pdf's and tiff's in Acrobat.
    It would be nice if when I select 30 or 40 files to combine, the
    "Combine Supported Files in Acrobat" window would open in the
    foreground, not behind the 10 or so windows already open.
    I have been researching this for some time now with no solution.
    If the answer is that "IT CAN'T BE DONE", then that's fine. At least
    I will have an answer and can stop searching. If (as I suspect) it can
    be done, then kindly supply me with "step by step" instructions.
    Michael Jones

    Something that works  (provides Acrobat the application precedence in the OS that is requisite for this) --
    Minimize the 10 or so application windows before engaging use of Acrobat's "combine".
    That'll let the Acrobat dialog windows display front and center.
    Be well...

  • Acrobat 9.5, file corruption when combining .pdfs created from Word or Excel (from Office 2010) into a larger .pdf document

    In Acrobat 9, when I combine .pdfs created from Word or Excel (from Office 2010) into a larger .pdf document, there is data corruption. Some of the text appears as blank boxes when the pages are inserted into the larger .pdf, the main document. I have so far solved this by "printing" the files to .pdf, and then inserting them into the larger .pdf main document, but this creates a fatter .pdf file that is much larger than would otherwise be the case. Are there any other solutions within Acrobat 9, please? If this bug has been solved in Acrobat X or XI, please advise. Thanks.

    As far as the images are concerned, that may be a result of your choice of job settings. You may want to use the Press or Print option if the image quality is important. I assume you are talking about bit images in this case.
    As to the hangup, have you checked to see if AcroTray is active on your system? It may not be running as needed. In the meantime, try checking print to file and then opening that file in Distiller to complete the conversion to PDF.
    Before you ever try a reinstall, you need to do a repair first to see if that resolves the problem. There are a lot of unknowns about your exact process for the printing and your job settings that may be part of the problem. The rest of your system setup is useful in some cases, but did not help me see your problem.

  • HELP! Combine PDF:s in acrobat 8 professional

    Hi,
    we have a lot of pdf:s that needs to be combined into one pdf-file. I have found the function comine / merge files into one pdf. It seeems ok, but leaves us one very big issue...we want the combined file to change, when we change the original pdf file. How could that be accomplished? Is it at all possible?
    The reason is that we would like to avoid creating a new combined file everytime we update one of its included pdf's. We would like it to update for itself.
    Please help if there is anybody who has a clue.
    Regards
    Annika
    PS. The original files comes from InDesign CS3, if there is a solution already at this program...

    We have this same problem. Depending on your application, this may or may not be suitable for your use.
    Instead of starting with a combined pdf, we created collections. (Go to File, then Organizer. From here you either "open organizer" to get a current collection, which will be listed in the box to the left -towards the bottom,.. or "create a new collection".
    collections are just links to original files. so everytime your original is updated, so is your collection.
    Once you open the collection, select all the documents and either print them or create a combined pdf.
    Play around with this and see if it works for you.

  • Combined PDF page display speed difference between Acrobat 8 Pro and Acrobat X Pro

    I have encountered a display speed issue with regards to combining Tiffs with Acrobat X Pro.  The Tiffs are between 200 KB and 600 KB.  Tested the issue by using a series of Tiffs originally combined using Acrobat 8 Pro but used Acrobat X Pro to combine them.  When I open the combined PDF files using X, I can cycle through the pages of the one created using 8 significatinly faster (i.e. about as fast as I can click) but the file created using X is significately slower.  Note: PDF file size is smaller using X (30.9 MB) than same combined files using 8 (46.1 MB).  Any ideas on what might be causing this issue?

    Found a Tips & Tricks document for Acrobat 8 which indicated the default Monochrome Compression setting for Acrobat 8 is CCITT G4.  Recreated the combined PDF file from the original Tiffs using X Pro with the modified setting and works like a charm.  Thanks for the point in the right direction.

  • PDF Searching using Adobe Acrobat Plugin Find Function in Safari

    I currently incorporate the Adobe Acrobat Pro (9.1.2) plugin for viewing PDF files. I like using Safari for viewing PDFs within a web browser, but I find Safari's built-in Find function (open apple-F) inferior to Acrobat's ability to search for text within the PDF, as it never finds the words that I search for.
    My question is: Is there an efficient built-in shortcut within Safari to search text within a PDF using Adobe Acrobat's plugin Find function? If not, is there a relatively easy, keyboard-based shortcut that could be made to direct the Find function to the Adobe Acrobat plugin Find function within Safari?
    Thanks,
    Ben

    Figured it out.  It had nothing to do with the software levels of Safari or Adobe Acrobat.  Here's the fix:
    Open Finder/Applications
    Search "Internet Plug-Ins"
    Move any Adobe plug-ins to the trash
    Quit Safari
    Launch Safari
    Your pdf document should now render in Print Preview and print properly.

  • Combine PDF feature missing from right click option Acrobat Pro 9/Windows 7

    I combine PDF's all day long and need this feature. I had it on my old computer and since moving over to the new computer I do not have the option to combine PDF's when right clicking on PDF documents. I have searched the forum and found other fixes, however none have worked, I have uninstalled and re-installed three times as well and no luck. Does anyone have any other ideas for fixes for this. I need this feature.....
    Message was edited by: chesty21

    Found this it worked for me :
    http://acrobatusers.com/forum/pdf-creation/right-click-option-combine-supported-files-miss ing a known issue caused by the context menu handler not being registered (tends to result from patches and installs when Windows UAC is active).
    It's
    From the Start menu, choose 'All Programs' > 'Accessories, and *right-click* on 'Command Prompt'Select 'Run as Administrator' and approve the UAC window (if one is displayed)
    If you have 64-bit Windows, in the command window type the following and press Enter, including the quotes:
    regsvr32 "C:\Program Files (x86)\Adobe\Acrobat 10.0\Acrobat Elements\ContextMenu64.dll"
    On 32-bit Windows, type this instead:
    regsvr32 "C:\Program Files\Adobe\Acrobat 10.0\Acrobat Elements\ContextMenu.dll"
    You should see a message saying it was successful. Close the command prompt window, and your context menus should be back up and running. .

  • When combining PDFs Acrobat XI Pro crashes. It manages to save the newly created document but the resulting crash is really frustrating. Any input would be welcome, thanks!

    Just as the post said, I have a user that frequently combines PDFs. When she tries to combine documents, it crashes, although it does save the new document.
    The crash takes away from her productivity and she isn't pleased as this was also happening with Acrobat 9 Pro that we just upgraded from. Any ideas on why
    this is occurring would be most welcome. Thanks!

    Acrobat versions prior to 9 had a bug which allowed you to do what you did. In Acrobat 9 this bug was fixed. In order to do what you want you need to certify (apply special certification digital signature with your certificate -- it is "Certify (Visible/Invisible)" choice in the "Work with Certificates") your document first. In the process of certification you can specify which modification permissions you allow the users of your document to make after signing. Certification signature must be the first signature in the document.

  • I have Windows 7, with Office 10, Acrobat Adobe 9 Std. I used to be able to combine pdf files into one pdf until I converted to Office 10. Now when I combine 3 pdf files into one pdf, I am missing the middle pdf. Pages are there but the pages are blank. A

    I have Windows 7, with Office 10, Acrobat Adobe 9 Std. I used to be able to combine pdf files into one pdf until I converted to Office 10. Now when I combine 3 pdf files into one pdf, I am missing the middle pdf. Pages are there but the pages are blank. Any Idea???

    [discussion moved to Creating, Editing & Exporting PDFs forum]

  • Trouble Combining PDF's, launching Acrobat and Adobe Application Manager 10x Pro

    Hi I’ve been having some troubles with the following problems, originally the programs worked fine, yet now they don’t. Help would be very much appreciated
    - cannot combine files with acrobat 10 x pro it says "Adobe PDF creation cannot continue because Acrobat is not activated" yet I have activated it. This is when I print combining sheets and when I combine PDF's manually.
    - cannot open Acrobat 10 x pro, it does not launch
    - cannot open Adobe Application Manager it comes up with an error message "we have encountered some problems..." it then tries to update but fails.
    thanks

    finaly figured out how
    I went into google to find a link to the application update manager which sent me back to the adobe website after downloading a fresh version
    I discovered in my downloads I still had a setup file for creative suite
    - set up click adobe acrobat and it should add the missing files and works like a gem now

Maybe you are looking for

  • Trying to install hp printer, but it won't work on anything over 10.6. Help??

    Got a free printer with the back to school deals, and trying to set up the wireless for it, but it wont download. i put the disc in the the super drive, but its saying that it cannot run with anything over 10.6. How can i get this installed??

  • Specifications of webdynro native components

    Hi Experts, Am working on Adobe forms in webdynpro for abap I could use value help and dropdown list under webdynpro native components(in Library). Can any one explain me abt remaining components and how to use. This 'l be really helpful to me. and o

  • SHARED POOL에 대한 점검 사항들

    제품 : ORACLE SERVER 작성날짜 : 2003-08-26 SHARED POOL에 대한 점검 사항들 ====================== PURPOSE 다음은 shared pool에 관련된 performance 에 대한 점검 사항들이다. Explanation 1. literal SQL Statements SELECT      substr(sql_text,1,40) "SQL", count(*) , sum(executions) "TotE

  • Changing the Label Add to Portal Favorites

    Hello All, I want to change the label " Add to Portal favotite" I have downloaded the file <b>com.sap.portal.navigation.pagetoolbar</b> and I got a zipped file out of it . Iam unable to import this file to make changes. Can anybody suggest me the way

  • Ai CS4 & CS5: Can't move objects, huge memory usage. Tips?

    Okay guys this is my first post here, so bear with me. I'm just wondering if anyone can give guidance or refer me somewhere I can find a solution. I both CS4 and CS5 of Ai installed on my mac. Everything works just great, until I attempt to move an o