Hey there,
exportAnnotCommand
and exportAnnotations
can both be used in this situation. exportAnnotCommand
exports the entire annotation, and not just the changes since last time. The only difference is that the exported format is a bit different.
I would recommend using exportAnnotations
since its better to store raw XFDF in your database (since it is the PDF spec).
Thanks for pointing this out! I will update that guide to use the recommended approach.
Logan