The Autodesk Community Forums has a new look. Read more about what's changed on the Community Announcements board.
Hi,
welcome @forums.autodesk.com!
>> Can autocad edit pdf file after using import PDF function
You can import the PDF-content and then edit the content, but the imported geometry are then AutoCAD objects, not any more PDF objects.
However, when you finished the modification you can run _PLOT and create a new PDF file from that.
- alfred -
IF the PDF is a vector PDF then you can import the vector information and some text (TTF) i believe.
If its a raster image it will not import vector data but it will import as image.
if the PDF has embedded raster in the pdf i believe it will import it as a png (also not vector data)
so it can only import to edit a certain type of information.
As @Alfred.NESWADBA also indicated, this import converts the information to CAD information so you are not editing the PDF but a PDF can be created the way alfred indicated.
CADnoob