imalhasaranga / PDFLib

Current Release provide you methods to convert PDF to Images as well as Images to PDF, future releases will included more functions to interact with PDF files
MIT License
58 stars 37 forks source link

Fix getNumberOfPages command #10

Closed ahfeel closed 6 years ago

ahfeel commented 6 years ago

The issuing of multiple unescaped double quotes was breaking this command on linux. Wrapping with double quotes is not necessary even if the filename as spaces etc.

imalhasaranga commented 6 years ago

Hi @ahfeel Are the integration tests passing ?

ahfeel commented 6 years ago

Hello @imalhasaranga, Yes tests are passing successfully :-)