MarkyC / Tab2PDF

CSE 2311 Software Project: https://wiki.eecs.yorku.ca/course_archive/2014-15/W/2311/proj
https://markyc.github.io/Tab2PDF/
1 stars 2 forks source link

run() method in PdfCreator.java is not functional #52

Closed deepxd closed 9 years ago

deepxd commented 9 years ago

In the PdfCreator.java file under the run() method, you are opening the created pdf file at the end but this thing is not functional and the reason is very same that it tries to locate for a file but unable to find a file with the given name with ".pdf" extension and hence fail to open it. Once you will apply the above fix, this thing will also start functioning properly.

this links to the issue #51

MarkyC commented 9 years ago

fixed this in the latest update