Sort Score
Result 10 results
Languages All
Labels All
Results 2,431 - 2,440 of 3,198 for

library

(0.17 sec)
  1. Sign document with different Text signature imp...

     This article explains how to sign document with Text electronic signatures using extended options with GroupDocs.Signature API....NET library, we provide simple but powerful...

    docs.groupdocs.com/signature/net/sign-document-...
  2. Licensing and evaluation | GroupDocs

    GroupDocs.Viewer for Java provides different plans for purchase or offers a Free Trial and a 30-day Temporary License for evaluation....jar in the application, the library is copied to your output directory...

    docs.groupdocs.com/viewer/java/licensing-and-ev...
  3. 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....Along with full featured Java library we provide simple, but powerful...

    docs.groupdocs.com/metadata/java/working-with-m...
  4. eSign document with Form Field signature | Grou...

    This article explains how to add various types of Form Field signatures on document page with options on component positioning, alignment and other visual options with GroupDocs.Signature...NET library, we provide simple but powerful...

    docs.groupdocs.com/signature/net/esign-document...
  5. Work with search results | GroupDocs

    Working with search results consists in obtaining information from objects of search results and highlighting occurrences in the text of documents. Obtain search result information When a search is complete, the search method returns an object of type SearchResult. This page describes the information available in an object of type SearchResult. From the root object of the search result, information is available on the number of documents found, the number of occurrences of the words and phrases found, as well as detailed information on each individual document....NET library we provide simple, but powerful...

    docs.groupdocs.com/search/nodejs-java/work-with...
  6. Use Simple Aggregates (Sum, Count, Average) | G...

    Calculate and display aggregate values like sums, counts, and averages from data collections in templates....NET library, we provide simple but powerful...

    docs.groupdocs.com/assembly/net/basic-usage-agg...
  7. Working with metadata in Matroska (MKV) files |...

    Reading matroska format-specific properties The GroupDocs.Metadata API supports extracting format-specific information from MKV files. The following are the steps to read native MKV metadata. Load an MKV video Get the root metadata package Extract the native metadata package using the MatroskaRootPackage.getMatroskaPackage method Read the Matroska metadata properties on different levels of the format structure advanced_usage.managing_metadata_for_specific_formats.video.matroska.MatroskaReadNativeMetadataProperties try (Metadata metadata = new Metadata(Constants.InputMkv)) { MatroskaRootPackage root = metadata.getRootPackageGeneric(); // Read the EBML header System....Along with full featured Java library we provide simple, but powerful...

    docs.groupdocs.com/metadata/java/working-with-m...
  8. Tags on GroupDocs Blog | Document Automation So...

    Tags on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Tags on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Docker EPS conv......Total Library Updates pdf comparison Release...Compare Legal Documents Python Library Text Compare Text Comparison...

    blog.groupdocs.com/ko/tags/index.xml
  9. GroupDocs.Search .NET 在 Python 中 | 完整集成指南及代码示例

    掌握使用 **pythonnet** 将 **GroupDocs.Search for .NET** 与 **Python** 集成。了解两种实现方法,解决依赖解析挑战,并提供完整的代码示例,分别演示基于包装器的方式和手动类型解析的方法。...clr # Add folder with the library and dependencies to the system...append(dll_dir) # Add reference to the library clr . AddReference( "GroupDocs...

    blog.groupdocs.com/zh/search/python-integration/
  10. Possible to load in an email in MSG file format...

    As per subject, does any of the GroupDocs.Total components allow loading of MSG file, modification of attachments, and then saving back out as MSG?...Email license to use the library. The development team has analyzed...

    forum.groupdocs.com/t/possible-to-load-in-an-em...