I used to use DocumentServer 7.5 to create docxf form, for my users, and save it as oform when the form is filled by the user.
I’m trying to upgrade to DocumentServer 8.1, and I have a problem with fillable pdf.
I manage to switch my docxf to pdf, so that the user can create the form in pdf format.
Then, when it’s time to fill the pdf, I manage to open it with fillform mode. The user can now fill the pdf, and click on submit button. This action correctly call by callbackhandler.
In the handler, I have 2 information :
the url of the pdf (not filled)
the url of the json containing information user fill.
But is there a way to get back the pdf filled by the user ? How can I download it ?
I have resolved this toggle the autosave on true on the customization object. So the problem is that onlyoffice is showing us the latest version that it has . With the auto save option enabled when the user enter the value in the form the doc is saved on the document server and when the user push the complete botton the custom callback handler will retrieve the doc with the form filled.
Hello
I still have the same problem with adding autosave=true in customization : when the callback handler is called, I have only the empty PDF (without fields filled).
Try to put forcesave on false and save on false with the autosave on true, my customization is like this. Remember that the mode has to be “edit” and not “view”.
Dear @rdenarie, I noticed that you contacted colleagues of mine via Zendesk and they have replied to you already. Please check out your Zendesk ticket.
Dear @Ghug, thank you for the help!