Browse our Products Toggle navigation
If so you can download any of the below versions for testing. The product will function as normal except for an evaluation limitation. At the time of purchase we provide a license file via email that will allow the product to work in its full capacity. If you would also like an evaluation license to test without any restrictions for 30 days, please follow the directions provided here.
If you experience errors, when you try to download a file, make sure your network policies (enforced by your company or ISP) allow downloading ZIP and/or MSI files.
It was observed that when we annotate PDF document with replacement annotation it was being added as strikeout instead. This API release has resolved the issue.
This API version offers the ability to add font size for the replacement annotation.
The following C# code sample demonstrates how to apply font size to your required replacement annotation via API:
using (Annotator annotator = new Annotator("input.pdf")) { ReplacementAnnotation replacement = new ReplacementAnnotation { FontSize = 11, //other propeties }; annotator.Add(replacement); annotator.Save("result.pdf"); }
For a complete list of features, enhancements, and bug fixes in this release please visit, GroupDocs.Annotation for .NET 22.3 Release Notes.