heribertolugo / FileList

List all files in a given directory, and provide the option to copy or move selected files.
1 stars 0 forks source link

file viewer for pdf #9

Closed heribertolugo closed 4 years ago

heribertolugo commented 4 years ago

implement ability to preview pdf files within app

heribertolugo commented 4 years ago

Included the pdf viewer from Ron Schuler, which is a vb version of another project created in c#. the vb version has additional features and is improved. the project had to be modified in order to work here. some references were removed, which removed some functionality. this was needed to allow compiling into 64bit, as one of the libraries was not available in 64bit and attempting to compile the source in 64bit proved troublesome. another of the libraries provided features which are not needed, so it was not worth finding the 64bit version and attempting to integrate it.

since the project had to be modified, it was included in this solution. to avoid having unknown changes to an external dependency,