Share via

[UWP] Saving ink annotations in a pdf file

Roberto 21 Reputation points
2020-08-08T10:36:51.877+00:00

Hello,
I would like to create an application (uwp) for annotating PDF. I Use InkCanvas to write with the pen, I would like to save the strokes in the pdf file. The Knowledge base gives suggestions for saving strokes in an .isf file, thus separating the pdf with strokes. My goal is to save the pdf including strokes, so in a second moment you can edit the pdf and previous strokes. Is it necessary to use third party SDKs? thank you

Developer technologies | Universal Windows Platform (UWP)
0 comments No comments

Answer accepted by question author

Nico Zhu (Shanghai Wicresoft Co,.Ltd.) 12,871 Reputation points
2020-08-10T07:57:00.143+00:00

Hello,
Welcome to Microsoft Q&A,

Saving ink annotations in a pdf file

For this scenario, we suggest you use PrintHelper to print current InkCanvas that with ink strokes to PDF(set printer as Microsoft Print to PDF).

Thanks Nico Zhu

Was this answer helpful?

0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.