Setting PDF metadata when exporting with AutoCAD
I wanted to know if it's possible to set the metadata of a PDF when using the export as PDF function on AutoCAD for a DWG file as I want to be able to add tags to PDF files I generate. I know I can do this manually, but currently, I have an ActiveX macro which generates DWG files and their PDFs for me and wanted to automate the process of setting the metadata.
autocad autodesk
add a comment |
I wanted to know if it's possible to set the metadata of a PDF when using the export as PDF function on AutoCAD for a DWG file as I want to be able to add tags to PDF files I generate. I know I can do this manually, but currently, I have an ActiveX macro which generates DWG files and their PDFs for me and wanted to automate the process of setting the metadata.
autocad autodesk
add a comment |
I wanted to know if it's possible to set the metadata of a PDF when using the export as PDF function on AutoCAD for a DWG file as I want to be able to add tags to PDF files I generate. I know I can do this manually, but currently, I have an ActiveX macro which generates DWG files and their PDFs for me and wanted to automate the process of setting the metadata.
autocad autodesk
I wanted to know if it's possible to set the metadata of a PDF when using the export as PDF function on AutoCAD for a DWG file as I want to be able to add tags to PDF files I generate. I know I can do this manually, but currently, I have an ActiveX macro which generates DWG files and their PDFs for me and wanted to automate the process of setting the metadata.
autocad autodesk
autocad autodesk
asked Nov 23 '18 at 15:16
anonanon
63
63
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
I don't think this is possible.
When using the DWG to PDF.pc3
plotter to plot a drawing to PDF, you have access to many options which control the composition of the resulting PDF, but access to metadata is not one of them.
To view the available options, you can navigate to:
C:Users<Username>AppDataRoamingAutodeskAutoCAD 20## - EnglishR##.#enuPlotters
Where <Username>
is your (Windows) username, and 20##
& R##.#
are the AutoCAD release that you are using.
Double-click on the DWG To PDF.pc3
file to open it in the AutoCAD Plot Configuration Editor and then select the Device and Document Settings
tab.
Here you will find all of the configurable options for the PDF writer - unfortunately, configuring metadata is not one of them.
Thanks, just wanted to give an update since I think I found a way. Since the metadata of a DWG is passed onto a PDF and the metadata of a DWG can be changed using (the command herehttps://knowledge.autodesk.com/search-result/caas/CloudHelp/cloudhelp/2015/ENU/AutoCAD-ActiveX/files/GUID-B1AB773D-8EA7-4DA6-95BB-38DAF1F34DEC-htm.html), metadata tags can be added.
– anon
Nov 28 '18 at 5:18
add a comment |
Your Answer
StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
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%2fstackoverflow.com%2fquestions%2f53449158%2fsetting-pdf-metadata-when-exporting-with-autocad%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 don't think this is possible.
When using the DWG to PDF.pc3
plotter to plot a drawing to PDF, you have access to many options which control the composition of the resulting PDF, but access to metadata is not one of them.
To view the available options, you can navigate to:
C:Users<Username>AppDataRoamingAutodeskAutoCAD 20## - EnglishR##.#enuPlotters
Where <Username>
is your (Windows) username, and 20##
& R##.#
are the AutoCAD release that you are using.
Double-click on the DWG To PDF.pc3
file to open it in the AutoCAD Plot Configuration Editor and then select the Device and Document Settings
tab.
Here you will find all of the configurable options for the PDF writer - unfortunately, configuring metadata is not one of them.
Thanks, just wanted to give an update since I think I found a way. Since the metadata of a DWG is passed onto a PDF and the metadata of a DWG can be changed using (the command herehttps://knowledge.autodesk.com/search-result/caas/CloudHelp/cloudhelp/2015/ENU/AutoCAD-ActiveX/files/GUID-B1AB773D-8EA7-4DA6-95BB-38DAF1F34DEC-htm.html), metadata tags can be added.
– anon
Nov 28 '18 at 5:18
add a comment |
I don't think this is possible.
When using the DWG to PDF.pc3
plotter to plot a drawing to PDF, you have access to many options which control the composition of the resulting PDF, but access to metadata is not one of them.
To view the available options, you can navigate to:
C:Users<Username>AppDataRoamingAutodeskAutoCAD 20## - EnglishR##.#enuPlotters
Where <Username>
is your (Windows) username, and 20##
& R##.#
are the AutoCAD release that you are using.
Double-click on the DWG To PDF.pc3
file to open it in the AutoCAD Plot Configuration Editor and then select the Device and Document Settings
tab.
Here you will find all of the configurable options for the PDF writer - unfortunately, configuring metadata is not one of them.
Thanks, just wanted to give an update since I think I found a way. Since the metadata of a DWG is passed onto a PDF and the metadata of a DWG can be changed using (the command herehttps://knowledge.autodesk.com/search-result/caas/CloudHelp/cloudhelp/2015/ENU/AutoCAD-ActiveX/files/GUID-B1AB773D-8EA7-4DA6-95BB-38DAF1F34DEC-htm.html), metadata tags can be added.
– anon
Nov 28 '18 at 5:18
add a comment |
I don't think this is possible.
When using the DWG to PDF.pc3
plotter to plot a drawing to PDF, you have access to many options which control the composition of the resulting PDF, but access to metadata is not one of them.
To view the available options, you can navigate to:
C:Users<Username>AppDataRoamingAutodeskAutoCAD 20## - EnglishR##.#enuPlotters
Where <Username>
is your (Windows) username, and 20##
& R##.#
are the AutoCAD release that you are using.
Double-click on the DWG To PDF.pc3
file to open it in the AutoCAD Plot Configuration Editor and then select the Device and Document Settings
tab.
Here you will find all of the configurable options for the PDF writer - unfortunately, configuring metadata is not one of them.
I don't think this is possible.
When using the DWG to PDF.pc3
plotter to plot a drawing to PDF, you have access to many options which control the composition of the resulting PDF, but access to metadata is not one of them.
To view the available options, you can navigate to:
C:Users<Username>AppDataRoamingAutodeskAutoCAD 20## - EnglishR##.#enuPlotters
Where <Username>
is your (Windows) username, and 20##
& R##.#
are the AutoCAD release that you are using.
Double-click on the DWG To PDF.pc3
file to open it in the AutoCAD Plot Configuration Editor and then select the Device and Document Settings
tab.
Here you will find all of the configurable options for the PDF writer - unfortunately, configuring metadata is not one of them.
answered Nov 23 '18 at 19:15
Lee MacLee Mac
4,37931541
4,37931541
Thanks, just wanted to give an update since I think I found a way. Since the metadata of a DWG is passed onto a PDF and the metadata of a DWG can be changed using (the command herehttps://knowledge.autodesk.com/search-result/caas/CloudHelp/cloudhelp/2015/ENU/AutoCAD-ActiveX/files/GUID-B1AB773D-8EA7-4DA6-95BB-38DAF1F34DEC-htm.html), metadata tags can be added.
– anon
Nov 28 '18 at 5:18
add a comment |
Thanks, just wanted to give an update since I think I found a way. Since the metadata of a DWG is passed onto a PDF and the metadata of a DWG can be changed using (the command herehttps://knowledge.autodesk.com/search-result/caas/CloudHelp/cloudhelp/2015/ENU/AutoCAD-ActiveX/files/GUID-B1AB773D-8EA7-4DA6-95BB-38DAF1F34DEC-htm.html), metadata tags can be added.
– anon
Nov 28 '18 at 5:18
Thanks, just wanted to give an update since I think I found a way. Since the metadata of a DWG is passed onto a PDF and the metadata of a DWG can be changed using (the command herehttps://knowledge.autodesk.com/search-result/caas/CloudHelp/cloudhelp/2015/ENU/AutoCAD-ActiveX/files/GUID-B1AB773D-8EA7-4DA6-95BB-38DAF1F34DEC-htm.html), metadata tags can be added.
– anon
Nov 28 '18 at 5:18
Thanks, just wanted to give an update since I think I found a way. Since the metadata of a DWG is passed onto a PDF and the metadata of a DWG can be changed using (the command herehttps://knowledge.autodesk.com/search-result/caas/CloudHelp/cloudhelp/2015/ENU/AutoCAD-ActiveX/files/GUID-B1AB773D-8EA7-4DA6-95BB-38DAF1F34DEC-htm.html), metadata tags can be added.
– anon
Nov 28 '18 at 5:18
add a comment |
Thanks for contributing an answer to Stack Overflow!
- 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%2fstackoverflow.com%2fquestions%2f53449158%2fsetting-pdf-metadata-when-exporting-with-autocad%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