
Hello,
So I have an app I am trying to build. The app currently pulls a document library from my companies root SharePoint into a gallery within the app. When a PDF is selected from the gallery, the app navigates to a new screen with a PDF viewer on it. The forms are fill-able and can be filled within the viewer. What I am trying to accomplish next is saving that filled out form, from the PDF viewer, back to SharePoint with a new name as a modified version of the original document. Is this something that is possible?
I have figured out saving a PDF to SharePoint from power apps using the PDF() function, but I don't know what to pass into my command to extract what is being displayed from the PDF viewer, and save that to SharePoint, instead of the PDF generated from a screen or container.
Basically, I want to know if there is a way to extract the PDF object from the viewer to then use to pass back to SharePoint as a new PDF.