Posted 30 May 2023, 4:09 pm EST
Hello,
First of all, here is my use case, from the viewer angle, on the client side:
I like to be able to use the viewer.open(arrayBuffer) to load a pdf file into the viewer and then whenever content of document in the viewer is changed then I am notified and has access to the fully updated document for my further processing.
Secondly, how can I simulate the viewer save toolbar item click event in code?
Thank you.