insert pdf files.
insert pdf files.
(OP)
hey everyone,
how do you insert pdf files into an autocad drawing?
thanks
Juice
how do you insert pdf files into an autocad drawing?
thanks
Juice
INTELLIGENT WORK FORUMS
FOR ENGINEERING PROFESSIONALS Come Join Us!Are you an
Engineering professional? Join Eng-Tips Forums!
*Eng-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail. Posting GuidelinesJobs |
|
RE: insert pdf files.
As far as I know, the only thing you get when pasting a pdf file, is an embedded object, which you can "run", that is read by Acrobat. But the text is not available. However, you can copy text from the pdf file into autocad like a mtext object.
Hope this helps,
Roberttx.
RE: insert pdf files.
However, I think it's unlikely since .pdf's are pretty much a law unto themselves ;o)
Regards
Marc
RE: insert pdf files.
I have not tried this but hope it helps.
RE: insert pdf files.
I read a somewhere there was an add-on that will allow you to import the line graphics of a pdf file into an AutoCAD drawing as lines. I can't remember what it was but now that I need to use it, I can't remember where I read about it. Does anyone know about an add-on like this? I'd hate to have to redraw all the lines from the site map when they're already there on the PDF.
RE: insert pdf files.
I read the document base and basically states the same thing I told you before; however, you might want to give a try to pasting the image with the image tool (from Acrobat) and vectorize it using the tip from the Converting Bitmaps to Dwg Objects (other post on this site).
Hope this helps,
Roberttx.
RE: insert pdf files.
RE: insert pdf files.
If the source information used to create the PDF was in a
vector format, GhostScript allows you to covert that
portion of the PDF file created with vectors to a DXF
file, which can then be inserted into a dwg file.
The raster portion of the PDF file is not converted.
The original vectors often were created as polygons
(common with vector based graphic arts programs) and
will convert to lines as polygons, but can easily be
converted back to single lines. Circles and arcs become
multi-faceted lines and sometimes the resolution of the
arc is less than desirable. Text comes across as polygons
and not as text.
GhostScript also has the ability to convert PDF documents
to individual pages which can then be converted to a JPEG
file and inserted as a raster file.
But the beauty of the vector based PDF information is that
once converted through DXF and inserted into the DWG, it
can then be scaled and edited.
Often there is a lot of clean up work, but the PDF may
be the only source of information available.
RE: insert pdf files.
RE: insert pdf files.
If there is a way to OVERLAY the PDF in a dwg.. that would be cool.
RE: insert pdf files.
After you run the edge detection, you can save it as a dxf file, then open it in autocad.