Generating PDF and uploading to My Uploads Answered Anton Shumin October 31, 2018 15:52 I have a HTML/JS application that i am running in showpad. At some point, i am generating a JSPDF file, and want to store it inside My Uploads. I found a like with samples https://showpad.pages.showpad.io/showpad-js-lib/examples/#create-a-pdf-file-and-upload-it-to-my-uploads But i just can't get it to work. The first sample, Displaying users info, never loads onShowpadLibLoaded (i am running it on iPad). So the JS code does absolutely nothing in my build. Download example app loads a different project that does nothing except redirecting you to this website. Second example Create a PDF file and upload it to My Uploads doesn't even let you to download an example app. The JS code doesnt do anything as well. Am i missing some library, do i need to authenticate something? How do i save my freshly created PDF file to My Uploads? 0