You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm working on a project where I need to extract images from a PDF layout that was originally exported from AutoCAD. The layout contains detailed drawings, specifically of solar modules, and I need these images in either PNG or JPG format. Every time I try it, the polygons, in this case representing solar modules, changes or set its lineweight.
I have tried PyMuPDF. Despite trying different approaches, I haven't found a solution that maintains the original appearance of the lineweights as they are in the AutoCAD-exported PDF.
You can download the PDF from this link: Layout.pdf
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm working on a project where I need to extract images from a PDF layout that was originally exported from AutoCAD. The layout contains detailed drawings, specifically of solar modules, and I need these images in either PNG or JPG format. Every time I try it, the polygons, in this case representing solar modules, changes or set its lineweight.
I have tried PyMuPDF. Despite trying different approaches, I haven't found a solution that maintains the original appearance of the lineweights as they are in the AutoCAD-exported PDF.
You can download the PDF from this link: Layout.pdf
This is the result I'm getting: (Tiny lineweight)
This is the expected result: (Strong lineweight)
Beta Was this translation helpful? Give feedback.
All reactions