Convert emf image to pdf image
pip install -r requirements.txt
sudo apt-get install libreoffice
This will generate a tmp/
folder and a pdf image in the image's directory
python3 emf2pdf.py <img_fname>
Add the following line in ~/.bashrc
for easy execution
alias emf2pdf='python3 <python_fpath>/emf2pdf.py'
Execute in terminal
emf2pdf <image_fname>