PDFMOutlookAddin.dll not compatible with Outlook 2016
Adobe has informed me that the reason I can no longer print PDF Portfolios from email is that they have not yet patched their PDF plug-in (PDFMOutlookAddin.dll) to work with Outlook 2016, despite the fact that Office 2016 is now the only download option from Office 365.
I use Acrobat Standard XI. Adobe told however that they have no timetable for making XI or DC compatible.
Does anyone know if it's possible to brute force patch my own PDFMaker driver plug-in? Or is there a secret nightly release candidate community that might be willing to share?
microsoft-outlook adobe-acrobat microsoft-office-2016
add a comment |
Adobe has informed me that the reason I can no longer print PDF Portfolios from email is that they have not yet patched their PDF plug-in (PDFMOutlookAddin.dll) to work with Outlook 2016, despite the fact that Office 2016 is now the only download option from Office 365.
I use Acrobat Standard XI. Adobe told however that they have no timetable for making XI or DC compatible.
Does anyone know if it's possible to brute force patch my own PDFMaker driver plug-in? Or is there a secret nightly release candidate community that might be willing to share?
microsoft-outlook adobe-acrobat microsoft-office-2016
Are you using a consumer license? My enterprise license from work defaults to 2013, and lists 2016 as a beta version.
– EntMobSec
Sep 29 '15 at 14:12
If a plug-in does not support a version of office, there isn't much you can do, except use a version of Office it does support.
– Ramhound
Sep 29 '15 at 15:20
no i'm using an enterprise version of office 365.
– Jen Scott
Sep 29 '15 at 17:13
add a comment |
Adobe has informed me that the reason I can no longer print PDF Portfolios from email is that they have not yet patched their PDF plug-in (PDFMOutlookAddin.dll) to work with Outlook 2016, despite the fact that Office 2016 is now the only download option from Office 365.
I use Acrobat Standard XI. Adobe told however that they have no timetable for making XI or DC compatible.
Does anyone know if it's possible to brute force patch my own PDFMaker driver plug-in? Or is there a secret nightly release candidate community that might be willing to share?
microsoft-outlook adobe-acrobat microsoft-office-2016
Adobe has informed me that the reason I can no longer print PDF Portfolios from email is that they have not yet patched their PDF plug-in (PDFMOutlookAddin.dll) to work with Outlook 2016, despite the fact that Office 2016 is now the only download option from Office 365.
I use Acrobat Standard XI. Adobe told however that they have no timetable for making XI or DC compatible.
Does anyone know if it's possible to brute force patch my own PDFMaker driver plug-in? Or is there a secret nightly release candidate community that might be willing to share?
microsoft-outlook adobe-acrobat microsoft-office-2016
microsoft-outlook adobe-acrobat microsoft-office-2016
asked Sep 29 '15 at 14:00
Jen Scott
10113
10113
Are you using a consumer license? My enterprise license from work defaults to 2013, and lists 2016 as a beta version.
– EntMobSec
Sep 29 '15 at 14:12
If a plug-in does not support a version of office, there isn't much you can do, except use a version of Office it does support.
– Ramhound
Sep 29 '15 at 15:20
no i'm using an enterprise version of office 365.
– Jen Scott
Sep 29 '15 at 17:13
add a comment |
Are you using a consumer license? My enterprise license from work defaults to 2013, and lists 2016 as a beta version.
– EntMobSec
Sep 29 '15 at 14:12
If a plug-in does not support a version of office, there isn't much you can do, except use a version of Office it does support.
– Ramhound
Sep 29 '15 at 15:20
no i'm using an enterprise version of office 365.
– Jen Scott
Sep 29 '15 at 17:13
Are you using a consumer license? My enterprise license from work defaults to 2013, and lists 2016 as a beta version.
– EntMobSec
Sep 29 '15 at 14:12
Are you using a consumer license? My enterprise license from work defaults to 2013, and lists 2016 as a beta version.
– EntMobSec
Sep 29 '15 at 14:12
If a plug-in does not support a version of office, there isn't much you can do, except use a version of Office it does support.
– Ramhound
Sep 29 '15 at 15:20
If a plug-in does not support a version of office, there isn't much you can do, except use a version of Office it does support.
– Ramhound
Sep 29 '15 at 15:20
no i'm using an enterprise version of office 365.
– Jen Scott
Sep 29 '15 at 17:13
no i'm using an enterprise version of office 365.
– Jen Scott
Sep 29 '15 at 17:13
add a comment |
1 Answer
1
active
oldest
votes
I had the same issue with Outlook 2016 and the PDFMaker plugin. After enabling the Adobe PDFMaker Office COM Addin under COM Add-ins and restarting outlook it would complain about an error and uncheck the box.
To get around Adobe not officially supporting the Acrobat XI PDFMaker plugin on Office 2016 I performed the following registry (.reg) change. To use, just copy the below code to a new notepad document and save as .reg and change the 'Save As Type:' to All Files. Browse out to where you saved it and double-click on the .reg file to import the keys automagically. (Note: You need admin rights to make these changes. This was done on a Windows 7 64-bit machine. For a 32-bit machine or other Windows version this may not work. In that case, manually search for 'GreatestSuppVer' entries in the registry and change from 0000000f to 00000010.)
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINESOFTWAREAdobeAcrobat PDFMaker11.0OfficeSupportedVer]
"LowestSuppVer"=dword:0000000a
"GreatestSuppVer"=dword:00000010
[HKEY_LOCAL_MACHINESOFTWAREAdobeAcrobat PDFMaker11.0OutlookSupportedVer]
"GreatestSuppVer"=dword:00000010
"LowestSuppVer"=dword:0000000a
[HKEY_LOCAL_MACHINESOFTWAREWow6432NodeAdobeAcrobat PDFMaker11.0OfficeSupportedVer]
"LowestSuppVer"=dword:0000000a
"GreatestSuppVer"=dword:00000010
[HKEY_LOCAL_MACHINESOFTWAREWow6432NodeAdobeAcrobat PDFMaker11.0OutlookSupportedVer]
"LowestSuppVer"=dword:0000000a
"GreatestSuppVer"=dword:00000010
[HKEY_LOCAL_MACHINESOFTWAREWow6432NodeAdobeAdobe Acrobat11.0InstallerX64RegistryPDFMakerHKLMSOFTWAREAdobeAcrobat PDFMaker11.0OfficeSupportedVer]
"LowestSuppVer"=dword:0000000a
"GreatestSuppVer"=dword:00000010
[HKEY_LOCAL_MACHINESOFTWAREWow6432NodeAdobeAdobe Acrobat11.0InstallerX64RegistryPDFMakerForOutlookHKLMSoftwareAdobeAcrobat PDFMaker11.0OutlookSupportedVer]
"GreatestSuppVer"=dword:00000010
"LowestSuppVer"=dword:0000000a
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f979691%2fpdfmoutlookaddin-dll-not-compatible-with-outlook-2016%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
I had the same issue with Outlook 2016 and the PDFMaker plugin. After enabling the Adobe PDFMaker Office COM Addin under COM Add-ins and restarting outlook it would complain about an error and uncheck the box.
To get around Adobe not officially supporting the Acrobat XI PDFMaker plugin on Office 2016 I performed the following registry (.reg) change. To use, just copy the below code to a new notepad document and save as .reg and change the 'Save As Type:' to All Files. Browse out to where you saved it and double-click on the .reg file to import the keys automagically. (Note: You need admin rights to make these changes. This was done on a Windows 7 64-bit machine. For a 32-bit machine or other Windows version this may not work. In that case, manually search for 'GreatestSuppVer' entries in the registry and change from 0000000f to 00000010.)
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINESOFTWAREAdobeAcrobat PDFMaker11.0OfficeSupportedVer]
"LowestSuppVer"=dword:0000000a
"GreatestSuppVer"=dword:00000010
[HKEY_LOCAL_MACHINESOFTWAREAdobeAcrobat PDFMaker11.0OutlookSupportedVer]
"GreatestSuppVer"=dword:00000010
"LowestSuppVer"=dword:0000000a
[HKEY_LOCAL_MACHINESOFTWAREWow6432NodeAdobeAcrobat PDFMaker11.0OfficeSupportedVer]
"LowestSuppVer"=dword:0000000a
"GreatestSuppVer"=dword:00000010
[HKEY_LOCAL_MACHINESOFTWAREWow6432NodeAdobeAcrobat PDFMaker11.0OutlookSupportedVer]
"LowestSuppVer"=dword:0000000a
"GreatestSuppVer"=dword:00000010
[HKEY_LOCAL_MACHINESOFTWAREWow6432NodeAdobeAdobe Acrobat11.0InstallerX64RegistryPDFMakerHKLMSOFTWAREAdobeAcrobat PDFMaker11.0OfficeSupportedVer]
"LowestSuppVer"=dword:0000000a
"GreatestSuppVer"=dword:00000010
[HKEY_LOCAL_MACHINESOFTWAREWow6432NodeAdobeAdobe Acrobat11.0InstallerX64RegistryPDFMakerForOutlookHKLMSoftwareAdobeAcrobat PDFMaker11.0OutlookSupportedVer]
"GreatestSuppVer"=dword:00000010
"LowestSuppVer"=dword:0000000a
add a comment |
I had the same issue with Outlook 2016 and the PDFMaker plugin. After enabling the Adobe PDFMaker Office COM Addin under COM Add-ins and restarting outlook it would complain about an error and uncheck the box.
To get around Adobe not officially supporting the Acrobat XI PDFMaker plugin on Office 2016 I performed the following registry (.reg) change. To use, just copy the below code to a new notepad document and save as .reg and change the 'Save As Type:' to All Files. Browse out to where you saved it and double-click on the .reg file to import the keys automagically. (Note: You need admin rights to make these changes. This was done on a Windows 7 64-bit machine. For a 32-bit machine or other Windows version this may not work. In that case, manually search for 'GreatestSuppVer' entries in the registry and change from 0000000f to 00000010.)
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINESOFTWAREAdobeAcrobat PDFMaker11.0OfficeSupportedVer]
"LowestSuppVer"=dword:0000000a
"GreatestSuppVer"=dword:00000010
[HKEY_LOCAL_MACHINESOFTWAREAdobeAcrobat PDFMaker11.0OutlookSupportedVer]
"GreatestSuppVer"=dword:00000010
"LowestSuppVer"=dword:0000000a
[HKEY_LOCAL_MACHINESOFTWAREWow6432NodeAdobeAcrobat PDFMaker11.0OfficeSupportedVer]
"LowestSuppVer"=dword:0000000a
"GreatestSuppVer"=dword:00000010
[HKEY_LOCAL_MACHINESOFTWAREWow6432NodeAdobeAcrobat PDFMaker11.0OutlookSupportedVer]
"LowestSuppVer"=dword:0000000a
"GreatestSuppVer"=dword:00000010
[HKEY_LOCAL_MACHINESOFTWAREWow6432NodeAdobeAdobe Acrobat11.0InstallerX64RegistryPDFMakerHKLMSOFTWAREAdobeAcrobat PDFMaker11.0OfficeSupportedVer]
"LowestSuppVer"=dword:0000000a
"GreatestSuppVer"=dword:00000010
[HKEY_LOCAL_MACHINESOFTWAREWow6432NodeAdobeAdobe Acrobat11.0InstallerX64RegistryPDFMakerForOutlookHKLMSoftwareAdobeAcrobat PDFMaker11.0OutlookSupportedVer]
"GreatestSuppVer"=dword:00000010
"LowestSuppVer"=dword:0000000a
add a comment |
I had the same issue with Outlook 2016 and the PDFMaker plugin. After enabling the Adobe PDFMaker Office COM Addin under COM Add-ins and restarting outlook it would complain about an error and uncheck the box.
To get around Adobe not officially supporting the Acrobat XI PDFMaker plugin on Office 2016 I performed the following registry (.reg) change. To use, just copy the below code to a new notepad document and save as .reg and change the 'Save As Type:' to All Files. Browse out to where you saved it and double-click on the .reg file to import the keys automagically. (Note: You need admin rights to make these changes. This was done on a Windows 7 64-bit machine. For a 32-bit machine or other Windows version this may not work. In that case, manually search for 'GreatestSuppVer' entries in the registry and change from 0000000f to 00000010.)
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINESOFTWAREAdobeAcrobat PDFMaker11.0OfficeSupportedVer]
"LowestSuppVer"=dword:0000000a
"GreatestSuppVer"=dword:00000010
[HKEY_LOCAL_MACHINESOFTWAREAdobeAcrobat PDFMaker11.0OutlookSupportedVer]
"GreatestSuppVer"=dword:00000010
"LowestSuppVer"=dword:0000000a
[HKEY_LOCAL_MACHINESOFTWAREWow6432NodeAdobeAcrobat PDFMaker11.0OfficeSupportedVer]
"LowestSuppVer"=dword:0000000a
"GreatestSuppVer"=dword:00000010
[HKEY_LOCAL_MACHINESOFTWAREWow6432NodeAdobeAcrobat PDFMaker11.0OutlookSupportedVer]
"LowestSuppVer"=dword:0000000a
"GreatestSuppVer"=dword:00000010
[HKEY_LOCAL_MACHINESOFTWAREWow6432NodeAdobeAdobe Acrobat11.0InstallerX64RegistryPDFMakerHKLMSOFTWAREAdobeAcrobat PDFMaker11.0OfficeSupportedVer]
"LowestSuppVer"=dword:0000000a
"GreatestSuppVer"=dword:00000010
[HKEY_LOCAL_MACHINESOFTWAREWow6432NodeAdobeAdobe Acrobat11.0InstallerX64RegistryPDFMakerForOutlookHKLMSoftwareAdobeAcrobat PDFMaker11.0OutlookSupportedVer]
"GreatestSuppVer"=dword:00000010
"LowestSuppVer"=dword:0000000a
I had the same issue with Outlook 2016 and the PDFMaker plugin. After enabling the Adobe PDFMaker Office COM Addin under COM Add-ins and restarting outlook it would complain about an error and uncheck the box.
To get around Adobe not officially supporting the Acrobat XI PDFMaker plugin on Office 2016 I performed the following registry (.reg) change. To use, just copy the below code to a new notepad document and save as .reg and change the 'Save As Type:' to All Files. Browse out to where you saved it and double-click on the .reg file to import the keys automagically. (Note: You need admin rights to make these changes. This was done on a Windows 7 64-bit machine. For a 32-bit machine or other Windows version this may not work. In that case, manually search for 'GreatestSuppVer' entries in the registry and change from 0000000f to 00000010.)
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINESOFTWAREAdobeAcrobat PDFMaker11.0OfficeSupportedVer]
"LowestSuppVer"=dword:0000000a
"GreatestSuppVer"=dword:00000010
[HKEY_LOCAL_MACHINESOFTWAREAdobeAcrobat PDFMaker11.0OutlookSupportedVer]
"GreatestSuppVer"=dword:00000010
"LowestSuppVer"=dword:0000000a
[HKEY_LOCAL_MACHINESOFTWAREWow6432NodeAdobeAcrobat PDFMaker11.0OfficeSupportedVer]
"LowestSuppVer"=dword:0000000a
"GreatestSuppVer"=dword:00000010
[HKEY_LOCAL_MACHINESOFTWAREWow6432NodeAdobeAcrobat PDFMaker11.0OutlookSupportedVer]
"LowestSuppVer"=dword:0000000a
"GreatestSuppVer"=dword:00000010
[HKEY_LOCAL_MACHINESOFTWAREWow6432NodeAdobeAdobe Acrobat11.0InstallerX64RegistryPDFMakerHKLMSOFTWAREAdobeAcrobat PDFMaker11.0OfficeSupportedVer]
"LowestSuppVer"=dword:0000000a
"GreatestSuppVer"=dword:00000010
[HKEY_LOCAL_MACHINESOFTWAREWow6432NodeAdobeAdobe Acrobat11.0InstallerX64RegistryPDFMakerForOutlookHKLMSoftwareAdobeAcrobat PDFMaker11.0OutlookSupportedVer]
"GreatestSuppVer"=dword:00000010
"LowestSuppVer"=dword:0000000a
answered Sep 8 '16 at 18:37
Ozzy S
31415
31415
add a comment |
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f979691%2fpdfmoutlookaddin-dll-not-compatible-with-outlook-2016%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Are you using a consumer license? My enterprise license from work defaults to 2013, and lists 2016 as a beta version.
– EntMobSec
Sep 29 '15 at 14:12
If a plug-in does not support a version of office, there isn't much you can do, except use a version of Office it does support.
– Ramhound
Sep 29 '15 at 15:20
no i'm using an enterprise version of office 365.
– Jen Scott
Sep 29 '15 at 17:13