Add delete option variable so that if a DWG is deleted we also delete the PDF... this should be a user slectable variable as we may not always want to do this.
- Download FreeCAD and extract it.
- Donwload ODAFileConverter and install it.
- Install Python 3.8
- Clone this project.
- Run pip install -r requirements.txt
- Copy "Lib\site-packages\dotenv" folder of python folder to "\bin\Lib\site-packages" of FreeCAD folder
- Set SEARCH_FOLDERS(input folders with .dwg files), RESULTS_FOLDER(output folder where .pdf files will be saved) and TEMP_FOLDER in .env file.
- Set the path of ODAFileConverter.exe in ODA_PATH variable of .env file
- Run Command Prompt
- Move to bin folder of FreeCAD folder.
- Run following command as: freecad \app.py
- If you are running this inside VMware ---> https://kb.vmware.com/s/article/2092210 .. you need to enable 3D support