cesarvr / pdf-generator

Cordova plugin to generate pdf in the client-side
MIT License
107 stars 61 forks source link

Can we build PDF from FTP URLs? #72

Closed sumitsoman closed 6 years ago

sumitsoman commented 6 years ago

Can this plugin be used to render PDF files from an FTP URL?

cesarvr commented 6 years ago

If you mean fetching HTML from an FTP I think is possible but I have never tried before, in worst case scenario you can use some intermediate code to fetch the file using some FTP API , then plug the content to the plugin.