-
Hi all, I have an issue trying to save a dxf with xref inside as a pdf. The dxf is made with ezdxf and the file is just fine, i can see it with several cad programs with the xref and print it too as a pdf from the cad program without any issue. When I try to convert the dxf to pdf within my code, using either matplotlib or pymupdf the pdf file resulting is missing the xref part, the rest of the drawing prints just fine. The pymupdf code:
The matplotlib code:
Is there any parameter I have to add to matplotlib or pymupdf so they don't skip the xref when they make the pdf? Thanks in advance. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
The |
Beta Was this translation helpful? Give feedback.
The
drawing
add-on does not support XREFs.