Sort Score
Result 10 results
Languages All
Labels All
Results 611 - 620 of 8,199 for

annotation word

(0.3 sec)
  1. Pen Style is Improved in GroupDocs.Annotation f...

    This month release of GroupDocs.Annotation for .NET 18.9 comes up with some improvements and fixes. Using this latest version, you can annotate documents with improved pen styles. We therefore recommend you to download this latest release of the API to enhance your document Annotation experience. Improvements FontColor cleanup in Slides PenStyle property for following formats: Words Cells Diagrams PDF Slides Images Bug Fixes TIFF/Multi TIFF file is either corrupted or black and white when annotated Unstable sorting for Slides and Diagrams documents Available Channels and Resources Here are a few channels and resources for you to download, learn, try and get technical support on GroupDocs....Annotation for .NET 18.9 comes up with...this latest version, you can annotate documents with improved pen...

    blog.groupdocs.com/annotation/groupdocs.annotat...
  2. Manage Your Documents Efficiently with GroupDoc...

    It’s difficult to find different document management solutions in one place for your diverse needs. You might spend your dime for separate stand-alone apps to fulfill your requirements. On the contrary, we, in GroupDocs, offer different document management apps as a suite to satisfy all your needs. [caption id=“attachment_1591” align=“alignnone” width=“600” caption=“Manage your documents efficiently with GroupDocs’ document management apps suite”]![Manage your documents efficiently with GroupDocs’ document management apps suite] “Manage your documents efficiently with GroupDocs’ document management apps suite”)[/caption] GroupDocs offer six powerful apps to efficiently manage your documents....efficient online annotation software . Annotate or collaborate...can use it as a PDF viewer, a Word viewer, or an Excel viewer ...

    blog.groupdocs.com/viewer/manage-your-documents...
  3. Cache Page Previews in GroupDocs.Annotation for...

    EnableCaching feature stores image representation of a document in a directory at the local drive. In case of repetitive processing/opening of a document, it uses cached data. This thing helps to avoid the processing of the same document again and again. You might be waiting for this feature. The wait is over now. GroupDocs.Annotation for Java 19.5 permits you to enable cache mode and cache page previews. Let’s take a overview of its code....Annotation for Java 19.5 permits you...possibility to display distance annotation caption for following file...

    blog.groupdocs.com/annotation/cache-page-previe...
  4. GroupDocs.Annotation .NET Python 集成 | 文档标记解决方案示例

    学习使用 **pythonnet** 将 **GroupDocs.Annotation for .NET** 集成到 **Python** 中。掌握两种经过验证的方法来解决程序集加载难题,提供完整的代码示例,涵盖基于包装器和基于反射的注释方案。...Annotation 的完整指南(适用于 Python 应用程序) 目录...企业应用 技术实现场景 开始您的 GroupDocs.Annotation 之旅 步骤 1:获取免费试用 步骤 2:选择您的策略...

    blog.groupdocs.com/zh/annotation/python-integra...
  5. Using Signature Appearances | GroupDocs

     This sections contains explanation about various electronic signature visual appearances on document page....Annotation Product Solution GroupDocs...Pdf documents signature as annotation area. Note that property...

    docs.groupdocs.com/signature/java/using-signatu...
  6. 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...InspectionPackage . Annotations != null ) { foreach ( var annotation in root...

    docs.groupdocs.com/metadata/net/working-with-me...
  7. 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 getPdfType method to obtain file format information advanced_usage.managing_metadata_for_specific_formats.document.pdf.PdfReadFileFormatProperties try (Metadata metadata = new Metadata(Constants.InputPdf)) { PdfRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getPdfType().getFileFormat()); System.out.println(root.getPdfType().getVersion()); System.out.println(root.getPdfType().getMimeType()); System.out.println(root.getPdfType().getExtension()); } Reading built-in metadata properties To access built-in metadata of a PDF document, please use the getDocumentProperties method defined in the DocumentRootPackage class....Annotation Product Solution GroupDocs...null ) { for ( PdfAnnotation annotation : root . getInspectionPackage...

    docs.groupdocs.com/metadata/java/working-with-m...
  8. Sign documents with additional image adjustment...

     This article explains how to use different image adjustment with electronic signatures on document page....Annotation Product Solution GroupDocs...Star , // setup if popup annotation will be opened by default...

    docs.groupdocs.com/signature/net/sign-documents...
  9. Get file info | GroupDocs

    The page describes how to detect document file type, size and calculate pages count when annotate documents or images with GroupDocs.Annotation....Annotation Product Solution GroupDocs...GroupDocs.Annotation Product Family / GroupDocs.Annotation for .NET...

    docs.groupdocs.com/annotation/net/get-file-info/
  10. Highlight PDF with Annotations using C# | Annot...

    Highlight text in PDF with highlight Annotations using C#. Document and image Annotation .NET API allows to Annotate PDF files by highlighting any area....feature by using highlight annotations within your applications...Highlight in PDF # GroupDocs.Annotation provides .NET API that allows...

    blog.groupdocs.com/annotation/highlight-pdf-wit...