I'm trying to create a desktop application (NW.js) that saves a pdf that is stored as a project file to a location specified by the user (save dialog?), but I can't for the life of me work it out.
I've tried:
Browser > Invoke Download: Path: Files; File: ALS_2a.pdf
NW-JS > Open Browser: URL: Files/ALS_2a.pdf
and all sorts of other variants.
Is it possible?