Aarya Posted January 29, 2020 Posted January 29, 2020 what Is the best way to reduce my file size. I have converted 1 file from pdf to acad, but I am not able to work on it , as the size is big, I tried to reference it from outside but doesn’t work, help me please Quote
BIGAL Posted January 29, 2020 Posted January 29, 2020 (edited) The pdf convert is like raster to vector it will make thousands of little tiny lines for stuff like text where it is not saved as text in the pdf. Line work not quite square will be lots of little segments. Reduce your pdf area remake a pdf, zoom in etc to remove as much as possible of stuff you don't want. May take a couple of go's. Sometimes trace over top of pdf is quicker, same problem with raster. Edited January 29, 2020 by BIGAL Quote
Ajmal Posted June 29, 2020 Posted June 29, 2020 (defun c:pua () (dictremove (namedobjdict) "ACAD_DGNLINESTYLECOMP") (command "-purge" "all" "" "n") (command "-purge" "r" "" "n") (command "qsave") ) try this Quote
f700es Posted June 29, 2020 Posted June 29, 2020 While cool lisp but why not just run the purge command without running a lisp? Quote
Cad64 Posted July 2, 2020 Posted July 2, 2020 On 1/29/2020 at 11:53 AM, Aarya said: what Is the best way to reduce my file size. I have converted 1 file from pdf to acad, but I am not able to work on it , as the size is big, I tried to reference it from outside but doesn’t work, help me please What are your computer specs? What program did you use to convert the pdf? What is the dwg file size after you converted the pdf? I agree with BIGAL. The problem is probably the sheer number of individual line segments created by the pdf conversion. A better approach would be to attach the pdf and then trace over it. 1 Quote
f700es Posted July 2, 2020 Posted July 2, 2020 53 minutes ago, Cad64 said: A better approach would be to attach the pdf and then trace over it. ALWAYS this. Even if the PDF is very clean and simple. 1 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.