- Posts: 6
- Thank you received: 0
Microsoft Windows Phone 8.1 support ends (13 Jul 2017)
Microsoft has ended support for Windows Phone 8.1
Development and suggestions about third part tool integration.
Cordova, Xamarin, Basic4Android topics are listed here.
Cordova, Xamarin, Basic4Android topics are listed here.
Cordova - Save as not-fillable PDF in Cordova App
IP: 80.93.134.202
7 years 3 months ago - 7 years 3 months ago #14203
by Ferrarini
Cordova - Save as not-fillable PDF in Cordova App was created by Ferrarini
Hi,
is it possible to re-save a fillable PDF as not fillable?
It's very important for me because when the Pdf is sent to my costumer, he must haven't possibility to modify any fields.
Regards,
Maurizio
is it possible to re-save a fillable PDF as not fillable?
It's very important for me because when the Pdf is sent to my costumer, he must haven't possibility to modify any fields.
Regards,
Maurizio
Last edit: 7 years 3 months ago by Ferrarini.
IP: 212.97.62.176
7 years 3 months ago #14204
by emanuele
Replied by emanuele on topic Cordova - Save as not-fillable PDF in Cordova App
Dear Maurizio,
you can do it with the flatAnnots method, that performs a PDF's form flattering, but now it's not exposed in Cordova methods.
We're working to provide some new methods:
- flatAnnotAtPage: flattering of a single page
- flatAnnots: flattering of all pages
- saveDocumentAtPath: save the document in a new path
We will release the module update at the end of this week.
you can do it with the flatAnnots method, that performs a PDF's form flattering, but now it's not exposed in Cordova methods.
We're working to provide some new methods:
- flatAnnotAtPage: flattering of a single page
- flatAnnots: flattering of all pages
- saveDocumentAtPath: save the document in a new path
We will release the module update at the end of this week.
IP: 212.97.62.176
7 years 3 months ago #14209
by emanuele
Replied by emanuele on topic Cordova - Save as not-fillable PDF in Cordova App
Dear Maurizio,
we updated the cordova module.
Now you can use the new method flatAnnots on the current pdf instance (for example in didShowReader callback), to call the flattering feature, then you can save the pdf as new file with the saveDocumentToPath method and prevent any edit action.
we updated the cordova module.
Now you can use the new method flatAnnots on the current pdf instance (for example in didShowReader callback), to call the flattering feature, then you can save the pdf as new file with the saveDocumentToPath method and prevent any edit action.
IP: 80.93.134.202
7 years 3 months ago #14210
by Ferrarini
Replied by Ferrarini on topic Cordova - Save as not-fillable PDF in Cordova App
Thank you,
where do I could found documentation about it? For example.. How can I call saveDocumentToPath method?
Regards,
Maurizio
where do I could found documentation about it? For example.. How can I call saveDocumentToPath method?
Regards,
Maurizio
IP: 37.183.44.177
7 years 3 months ago #14211
by federico
Replied by federico on topic Cordova - Save as not-fillable PDF in Cordova App
Time to create page: 0.418 seconds