Can one import a PDF file into a Godot app while it is running?
I need to import a PDF file, where every page of the PDF file can be handled in Godot app as a separate .PNG or .JPG
Also...
Can one export (to the user:// directory) a PDF file from a Godot app?
I need to create a PDF file out of several different .PNG or .JPG files and then export the finished PDF with my Godot app.
I ran a brief search already, nothing really came up...
I am guessing this is something that a custom-made plugin for Godot might do.
I don't know any C++
Does anyone has any insight into import/export of PDF files within a Godot app?