vagran / dxf-viewer

DXF 2D viewer written in JavaScript
Mozilla Public License 2.0
310 stars 97 forks source link

Support for pdf #3

Closed sivayekula closed 3 years ago

sivayekula commented 3 years ago

Hi vagran, I have a pdf file with multiple dxf images. I have attached sample pdf with single image. Please help me how to extract this pdf or any suggestions. Thanks Sample Vector PDF _outlines.pdf

vagran commented 3 years ago

Unfortunately this is definitely out of scope of this library. By the way, the embedded images have nothing to do with DXF, this is just vector graphics embedded into PDF. If you want just extract it, use, for example, Inkscape vector graphics editor, just open your file in it, edit and save in any format you want.

sivayekula commented 3 years ago

Ok, Thanks