Send a Pdf using Share plugin

Hi.

My friend and I are trying to create a prototype of an application that creates some PDF files. We want to add a feature that enables the user to share one of this file using these Share plugin. We saw that we can use the URL option to set one URL, this option supports http, https and file, but we can’t figure out how to use it (we tried with file://<path_of_pdf> and file:///<path_of_pdf> ) but it seems that it does not work (we saw that file works if we specify some file of the assets directory, like /assets/test_file.pdf but we can’t save files in that directory).

Our GitHub repo can be found here (I’m sorry, but the README file is in Italian).

I hope somebody can help us.

Thanks to everyone.