gdsestimating / three-dxf

A dxf viewer for the browser using three.js
MIT License
548 stars 171 forks source link

Support for pdf #60

Closed sivayekula closed 3 years ago

sivayekula commented 3 years ago

Hi Website test images LR.pdf , I have a pdf file with multiple dxf images. I have attached sample pdf. Please help me how to extract this pdf or any suggestions. Thanks

Serthys commented 3 years ago

google -> extract pdf vector graphics

sivayekula commented 3 years ago

I need to get all vector points from pdf without compress using any of javascript. when I upload the pdf

bzuillsmith commented 3 years ago

Sorry, this is far outside the scope of this project. You'll need to look for a library specifically designed to extract stuff from PDF, or learn how to parse it out yourself.