In an attempt to work around the last issue, I have replaced graphs with polyline annotations to draw lines, then flattening the document so that they’re non-interactive. This works fine except that with documents over a…...PdfContentEditor editor = new PdfContentEditor(); editor.BindPdf(pdf);...Color.Black, LineWidth = 3 }; editor.CreatePolyLine(lineInfo, 1...