user13664104
user13664104

Reputation:

Save pdf file loaded in iFrame to database after edit Oracle APEX

I am trying to save a PDF file that is loaded in an iFrame after sign it, i am using the (PSPDFKit standalone) in Oracle APEX 190200 version. I need save the is database instead of download file.

How I can get file and save file in database through AJAX callback?

Screenshot: page

Upvotes: 0

Views: 387

Answers (1)

ritz078
ritz078

Reputation: 2337

You can use instance.exportPDF() to get the PDF as an ArrayBuffer. Then you can convert the ArrayBuffer to Blob and send it to the server. Hopefully, this should solve your issue.

I would suggest you to reach our support directly. We offer a blazing fast assistance and the questions are handled directly by the Web team: https://pspdfkit.com/support/request/.

Upvotes: 2

Related Questions