Sort Score
Result 10 results
Languages All
Labels All
Results 1,221 - 1,230 of 4,102 for

feature

(2.67 sec)
  1. 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....PDF documents The inspection feature that is introduced in this...the code above and see the feature in action in our GitHub examples:...

    docs.groupdocs.com/metadata/java/working-with-m...
  2. Verify for multiple signatures | GroupDocs

    This topic explains how to verify electronic signatures of various types with GroupDocs.Signature API....the code above and see the feature in action in our GitHub examples:...Online Apps Along with the full-featured .NET library, we provide simple...

    docs.groupdocs.com/signature/nodejs-java/verify...
  3. Compare multiple documents protected by passwor...

    This article describes how to compare multiple Word documents or PowerPoint presentations protected by password using GroupDocs.Comparison for .NET API....feedback On this page Note This feature is available only for Word...

    docs.groupdocs.com/comparison/net/compare-multi...
  4. Add Text Watermark to RTF using Java

    Let's learn how to add text watermark to RTF using Java. You'll also get a code showing how to insert text watermark to RTF in Java without using extra softwares.... This feature enhances document security...

    kb.groupdocs.com/watermark/java/add-text-waterm...
  5. Scan QR Code from JPG using C#

    Easily discover how to scan QR Code from JPG using C# without need for additional software installations along with code example to extract QR Code from JPG in C#....easy it is to integrate this feature into your application. Steps...

    kb.groupdocs.com/parser/net/scan-qrcode-from-jp...
  6. Merge PowerPoint Presentations & Slides in Java...

    Merge PowerPoint PPT/PPTX presentations in Java. Learn, how to combine specific slides of different files using Java merger API by GroupDocs.... You can use this merging feature in your Java applications....

    blog.groupdocs.com/merger/merge-powerpoint-ppt-...
  7. Search with Aliases in Document using C#

    Let's learn how to search with aliases in document using C#. Simplify queries, boost accuracy, and achieve robust document search with aliases in C# across platforms....document search is an essential feature for many applications, and...

    kb.groupdocs.com/search/net/search-with-aliases...
  8. Features Overview | GroupDocs

    Electronic Signature is an abstract concept that means data in electronic form associated with a certain document and expressing the consent of the signatory with the information contained in the document....Getting Started / Features Overview Features Overview Leave feedback...all possible visualization features – color settings, alignment...

    docs.groupdocs.com/signature/net/features-overv...
  9. Inserting Chart Axis Title Dynamically in Sprea...

    Note The code uses some of the objects defined in The Business Layer. Note This Feature is supported by version 18.1 or greater. Column Chart in Microsoft Excel Document Creating a Column Chart Following steps, you can create a column chart in MS Excel 2013: Create a new Workbook Click the “Insert” tab, and then click “Insert Column Chart” icon in the Charts group to view the drop-down list Select the “100% Stacked Column” and press “OK” to insert the chart and Worksheet template to your Worksheet Edit the Worksheet with your data to update the chart Save your Document Reporting Requirement As a report developer, you are required to share orders quantity of the customers dynamically with the following key requirements:... Note This feature is supported by version 18...

    docs.groupdocs.com/assembly/net/inserting-chart...
  10. Inserting Chart Axis Title Dynamically | GroupDocs

    Note The code uses some of the objects defined in The Business Layer. Note This Feature is supported by version 17.12 or greater Column Chart in Microsoft Word Document Creating a Column Chart Practising the following steps, you can insert a Column Chart in MS Word 2013: Click in the document where you want to insert the chart, click the “Insert” tab, and then click “Chart” in the illustrations group to open the “Insert Chart” dialog box Select “Column” in the sidebar, you will see a gallery of charts Select the “100% Stacked Column” and press “OK” to insert the chart and Worksheet template to your document Edit the Worksheet with your data to update the chart.... Note This feature is supported by version 17...

    docs.groupdocs.com/assembly/java/inserting-char...