Hello friends,
I would like to know how can I open a PDF that is inside the jar file, programatically. My first idea was:
In the code above, I receive an InputStream but I dont know what to do with this, I would to open the PDF file or to copy the PDF file for a directory known by the user and then open with:
Thanks in advance!