Christopher-S-25

Results 1 issues of Christopher-S-25

Looking at google's Pdfium library, I figured that it's possible to add Annotations using `FPDFPage_CreateAnnot()`. An example can be found in the `AddAndSaveLinkAnnotation` test in [pdfium/fpdfsdk/fpdf_annot_embeddertest.cpp](https://pdfium.googlesource.com/pdfium/+/refs/heads/main/fpdfsdk/fpdf_annot_embeddertest.cpp). I'm not entirely sure...