Hi,
I’m trying to add a line to the PDF document and I get the error “An item with the same key has already been added.”
--------------Code-----------------
Document asposePDFDoc = new Document(Path.Combine(targetLoca…...rptOutputName)); Point startH = new Point(72, 749); Point endH = new...new Point(542, 749); Aspose.Pdf.Annotations.LineAnnotation AsposeLineAnnH...