Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Getting Layers on a PDF of a CAD drawing

New Here ,
Nov 29, 2017 Nov 29, 2017

Hello,

I have PDF of an AutoCAD drawing with many layers on it. When I go to the layers panel, none of the layers show up. I don't have the original CAD drawing and I would like to know how I can turn on and off layers to view properties on the drawing better. Is there a way to do this? I am using Adobe Reader and for some reason, it will not show me the layers.

Thanks...

TOPICS
General troubleshooting
590
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Nov 29, 2017 Nov 29, 2017
LATEST

What you need is a tool to expose the Layers, if they exists at all. Just because they are in the AutoCAD drawing doesn't mean they translated. But you can use a script to expose them if they exists. 

First, download the "Reader Debugger Window" tool from this website:Free Acrobat Automation Tools

Just install the "JSDebugger.js" file. Ignore everything else in the zip file. It's for older versions of Reader.

Installation instructions are here: Instructions for Installing Folder Level Scripts (Automation Tools) and Plug-ins

Close and ReOpen Reader, you should now have a new Category of tool on the Right Side Panel in Reader, "Add-Ons".  Click on the button in this new panel to display the Acrobat JavaScript Console.

Enter and execute this code:

setOCGOrder(getOCGs());

This will expose layers, if they exist.

Alternatively there is a tool that does this for you that you can download from here, but you have to be a member: Search Downloads

The tool is named Show/Hide OCG in Panel, because Layers are really OCGs

Thom Parker - Software Developer at PDFScripting
Use the Acrobat JavaScript Reference early and often

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines