The Wayback Machine - https://web.archive.org/web/20201107052636/https://github.com/LibreDWG/libredwg/issues/94
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Request DWGclean #94

Open
maadjordan opened this issue Feb 6, 2019 · 2 comments
Open

Request DWGclean #94

maadjordan opened this issue Feb 6, 2019 · 2 comments

Comments

@maadjordan
Copy link

@maadjordan maadjordan commented Feb 6, 2019

I would like to thank you for your effort in liberating dwg format. I would like to request a tool to clean dwg files taking this measures:
1- Remove the thumbnails.
2- replace long path with related path.
3- zerofy embedded GUID.
4- Purge unused items.
5- optimize repeated shapes like "blockify" tool in bricscad.
6- optimize embedded files (like wmf, word,..etc) for size and add option to extract them.
7- optimize compressed streams for size.

This is what i have in mind and i hope this is hopeful.

Can this be made for DWF format too. We've managed to reduce its size through "Fileoptimizer" and "Leanify".

Regards

@rurban
Copy link
Contributor

@rurban rurban commented Feb 6, 2019

Can you clarify the long path cleanup?
I guess you mean replace long paths to relative paths (eg given on the command-line)
or as with fonts, if the path is in some font-load-path strip it.

@maadjordan
Copy link
Author

@maadjordan maadjordan commented Feb 6, 2019

you guessed it.

The main goal to anonymize, clean, size reduce dwg files.

@rurban rurban added the enhancement label Feb 21, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
2 participants
You can’t perform that action at this time.