我想导入PDF文件在模型衍生API,并与不同的层。但是它并没有像在DWG文件中那样检测PDF模型中的层。图层管理器选项不可见。该怎么办呢?
发布于 2020-01-31 11:03:00
在模型派生服务没有从输入文件中提取足够信息的情况下,您有两个选项:
- viewing the PDF directly in the viewer (see this [blog post](https://forge.autodesk.com/blog/fast-pdf-viewingmarkup-inside-forge-viewer) for more details)
- using a 3rd party library (e.g., [pdf.js](https://mozilla.github.io/pdf.js/)) to extract the additional info yourself
https://stackoverflow.com/questions/60002146
复制相似问题