// Create single free text annotation with print flag and 0 font size
letannot=Object.assign(pdfFactory.createBaseAnnotation(page,[-1000,-1000,-1000,-1000],i+": OutOfBounds FontSize0 White FreeText annotation by annotpdf",author),{
annotation_flag:4,
color:{r:1,g:1,b:1},
defaultAppearance:"/Invalid_font 0 Tf"
});
annot.type="/FreeText";
pdfFactory.annotations.push(annot);
}
// // Create single, hidden text annotation
// // Create single, hidden text annotation
// let annot = Object.assign(pdfFactory.createBaseAnnotation(page, rect, contents, author), {
// let annot = Object.assign(pdfFactory.createBaseAnnotation(page, rect, contents, author), {