Sort Score
Result 10 results
Languages All
Labels All
Results 731 - 740 of 8,268 for

document annotation

(0.11 sec)
  1. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...integrated GroupDocs’ online document management apps with Dropbox...So you can now view, sign, annotate, assemble, compare, convert...

    blog.groupdocs.com/groupdocs.blog/page/104/
  2. Edit Watermark's Text and Image using GroupDocs...

    We are excited to announce that we have released version 18.3 of GroupDocs.Watermark for Java. The latest version supports replacing text and image for the found watermarks across all the supported formats. It also allows editing of the objects that can be considered as the watermark in PDF Documents. Following are some salient features of GroupDocs.Watermark for Java 18.3 Replacing Text and Image for Found Watermarks The latest version allows replacing text and image for the found possible watermarks that we get in a search result....considered as the watermark in PDF documents. Following are some salient... Replacing Text # Document doc = Document.load("D:\\input.pptx");...

    blog.groupdocs.com/watermark/edit-watermark-tex...
  3. Add button component | GroupDocs

    The page describes how to add button component to a Document using GroupDocs.Annotation for .NET....Annotation Product Solution GroupDocs...AI GroupDocs Documentation / GroupDocs.Annotation Product Family...

    docs.groupdocs.com/annotation/net/add-button-co...
  4. Highlight PDF using Annotations in Java | Annot...

    Highlight text in PDF with highlight Annotations using Java. Document and image Annotation Java API allows to Annotate PDF files by highlighting any area....highlight important areas of your documents on purpose. As a developer...Highlight in PDF # GroupDocs.Annotation for Java is the API that...

    blog.groupdocs.com/annotation/highlight-pdf-usi...
  5. DICOM, Otp and DjVu file formats Support includ...

    GroupDocs team is glad to announce another monthly release where new file formats are added in supported file format list to annotate Documents and image. The latest GroupDocs.Annotation for .NET 17.2.0 API now provides support to DICOM, Otp and DjVu with all major Annotation types like Text, Area, Point, Watermark and Strikeout Annotations. We recommend our user to download the latest API release to use new exciting features and enhance their application with GroupDocs....supported file format list to annotate documents and image. The latest...latest GroupDocs.Annotation for .NET 17.2.0 API now provides support...

    blog.groupdocs.com/annotation/new-exciting-feat...
  6. Uncategorized on GroupDocs Blog | Document Auto...

    Uncategorized on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Uncategorized on GroupDocs Blog | Document Automation Solutions for .NET & Java Develope......Uncategorized on GroupDocs Blog | Document Automation Solutions for ...Uncategorized on GroupDocs Blog | Document Automation Solutions for ...

    blog.groupdocs.com/zh-hant/tag/uncategorized/in...
  7. Create Hyperlinks in PDF using Link Annotations...

    Annotate PDF files by creating hyperlinks using link Annotations in Java. Document and image Annotation Java API allows annotating by linking external data....Tiếng Việt 中文 中國傳統的 Link annotations are used to create any part...part of the document as hyperlinks. In other words, it allows...

    blog.groupdocs.com/annotation/create-hyperlinks...
  8. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...In order to enrich the document comparison experience, team GroupDocs...of group shapes for Word Documents Comparison of comments for...

    blog.groupdocs.com/groupdocs.blog/page/81/
  9. Using Shared Storage with the GroupDocs.Annotat...

    Hello! Today I’d like to show you how to store and open files from a shared folder within your network using the GroupDocs.Annotation for Java library. For those of you who are not familiar with the library yet, it’s basically a web-based Document viewer that comes with a comprehensive set of Annotation tools. The library allows end users to comment on and mark up almost 50 types of Documents from within your Java app....Annotation for Java library. For those...it’s basically a web-based document viewer that comes with a comprehensive...

    blog.groupdocs.com/annotation/using-shared-stor...
  10. Working with metadata in PDF documents | GroupDocs

    Detecting the version of a PDF Document The following sample of code will help you to detect the PDF version a loaded Document and extract some additional file format information. Load a PDF Document Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage.ManagingMetadataForSpecificFormats.Document.Pdf.PdfReadFileFormatProperties using (Metadata metadata = new Metadata(Constants.InputPdf)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.Version); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); } Reading built-in metadata properties To access built-in metadata of a PDF Document, please use the DocumentProperties property defined in the DocumentRootPackage class....Annotation Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...

    docs.groupdocs.com/metadata/net/working-with-me...