Posted by blowlamp on 24/10/2021 14:13:09:
MoI will import a PDF vector file directly with all curves remaining editable.
…
I'm with Jeff Dayman on this because PDF has so many limitations. May help to understand that PDF is a container format for rendering documents, not a good way of recording technical drawings.
Much depends on how the PDF was produced in the first place. A 'text' PDF might contain character text which can easily be Word Processed, or a bitmap image of the same text that can't be edited at all.
If a technical drawing in a PDF was captured as a bitmap then a meaningful DXF can't be extracted from it.
If the technical drawing was captured in vector format, it is possible to create a DXF but as Jeff explains it's highly likely that drawing information will be missing and mangled. Internal drawing features like layers (containing construction lines), blocks, dimensions, snaps, scale, units, poly-lines, and splines etc have to be recreated manually.
However, I think it's worth trying a PDF conversion because it might save time, but don't expect much of it. Simple drawings convert well enough, but a complex drawing probably needs so much work it's better to do the whole job manually.
Most CAD packages don't read PDF files making it necessary to convert to DXF yourself. I think this is because PDF conversions are so haphazard that CAD vendors don't support it because disappointed users would flood their help desks with impossible to fix problems!
Nearly all 2D CAD packages can import drawings in any format as an image and store it on a separate layer so it can be traced over. Tracing allows the operator to correct for perspective and other errors. It also produces a genuine CAD file that converts cleanly to other formats without losing information, and rescaled as necessary.
Dave