Enhance PDF Document Reviews with Caret Annotation

December 18, 2023

Document Solutions for PDF v7 gains the ability to precisely point out missing content or required changes to PDF files.

使用Caret Annotation增强PDF文档评论:GcPdf-7.0-LMLPHP

Document Solutions for PDF (formerly GrapeCity Documents for PDF), is a powerful and comprehensive C# library that empowers developers to create, manipulate, and manage PDF documents with ease. This versatile product enables developers to generate PDFs from scratch, modify existing documents, import and export data, and incorporate advanced features like AcroForms and annotations.

Document Solutions for PDF v7 elevates document review with the introduction of Caret Annotation, a useful tool for pinpointing critical areas in PDFs. The CaretAnnotation class empowers you to programmatically identify and highlight missing content or necessary modifications with pinpoint accuracy. This feature facilitates the rapid placement of visual cues across multiple locations within your PDFs, ensuring reviewers can easily identify areas that require attention.

Document Solutions for PDF 7.0.0

Released: Dec 11, 2023

Updates in 7.0.0

Features

Document Solutions for PDF

  • New Caret Annotation - The CaretAnnotation class enables precise pointing out of missing content or necessary changes programmatically. This is especially required if you need to add a CaretAnnotation at several places in the document programmatically.
  • Custom Time-Stamps - In certain scenarios, a service may not be able to connect and return a required timestamp from the client due to security reasons. In these scenarios, a customized timestamp service may be required to send a valid timestamp token back to the client. The client then utilizes the timestamp token to sign the PDF file, ensuring compliance with various PAdES B-T/B-LT/B-LTA levels.

Document Solutions PDF Viewer

  • Floating Search Bar - This feature allows users to search through documents seamlessly, providing a dynamic and user-friendly search experience. The Search icon is available by default in the toolbar of DsPdfViewer.
    • As you start typing, the search mechanism will automatically begin searching for matches within the document, highlighting or displaying results in real time as you type. This dynamic search process allows for immediate feedback and helps you quickly locate the relevant content you are looking for. With the new floating search bar you can:
      • Navigate search results using the 'Previous' and 'Next' buttons.
      • Customize Search Preferences Note: Click on the 'Settings' button to open the search settings menu to customize and fine-tune your search preferences.
      • Close the floating search bar by either clicking the close button or pressing the ESC key when the search input is focused.
      • Apply through code - A new option, useFloatingSearchBar, has been introduced. When 'true', it enables the use of a floating search bar in place of the sidebar search panel. To use the sidebar search panel instead of the floating search bar, set the useFloatingSearchBar option to 'false'.
12-20 07:30