Sort Score
Result 10 results
Languages All
Labels All
Results 2,811 - 2,820 of 5,284 for

file signature

(0.3 sec)
  1. Features Overview | GroupDocs

    This is an overview of GroupDocs.Merger for Java library features and capabilities...Signature Product Solution GroupDocs...information about source document - file type, size, pages count, page...

    docs.groupdocs.com/merger/java/features-overview/
  2. Generating Report using Multiple Data Sources i...

    Note In this article, we will use GroupDocs.Assembly to generate a report. This report will fetch data from multiple data sources. Note The code uses some of the objects defined in The Business Layer. Generating Report in Microsoft PowerPoint Document Creating a Template Add a new slide Add a bullet list at the place where you want it Save your Document Reporting Requirement As a report developer, you are required to generate a report that fetches data from two different data sources (e:g XML, JSON)....Signature Product Solution GroupDocs...created in previous topic. Click “File” and select “Save As”. Select...

    docs.groupdocs.com/assembly/net/generating-repo...
  3. Working with CAD metadata | GroupDocs

    The GroupDocs Metadata API provides the feature to read basic metadata in CAD Files. The supported CAD formats are: DWG DXF Reading CAD metadata To access metadata in a CAD drawing, the GroupDocs.Metadata API provides the CadRootPackage.getCadPackage method. The following code snippet reads metadata associated with a CAD File. advanced_usage.managing_metadata_for_specific_formats.cad.CadReadNativeMetadataProperties try (Metadata metadata = new Metadata(Constants.InputDxf)) { CadRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getCadPackage().getAcadVersion()); System.out.println(root.getCadPackage().getAuthor()); System.out.println(root.getCadPackage().getComments()); System.out.println(root.getCadPackage().getCreatedDateTime()); System.out.println(root.getCadPackage().getHyperlinkBase()); System.out.println(root.getCadPackage().getKeywords()); System.out.println(root.getCadPackage().getLastSavedBy()); System.out.println(root.getCadPackage().getTitle()); // ....Signature Product Solution GroupDocs...read basic metadata in CAD files. The supported CAD formats are:...

    docs.groupdocs.com/metadata/java/working-with-c...
  4. Extract data from Microsoft Office Excel spread...

    Complete guide to extracting data, text, and tables from Excel spreadsheets (.xls, .xlsx) using GroupDocs.Parser for .NET. Learn how to extract tables from Excel C# with code examples....Signature Product Solution GroupDocs...properties Images embedded in Excel files For detailed table extraction...

    docs.groupdocs.com/parser/net/extract-data-from...
  5. Get comparison result as an object model | Grou...

    This article explains how to get result document object model with GroupDocs.Comparison for .NET....Signature Product Solution GroupDocs...); // Save the document to a file. asposeDocument . Save ( "output...

    docs.groupdocs.com/comparison/net/how-to-get-re...
  6. Extract Hyperlinks from PPTX using C#

    Learn how to extract hyperlinks from PPTX using C# for presentation analysis, content management. This topic also includes code to read hyperlinks from PPTX in C#....Signature Product Family GroupDocs.Metadata...validating links, or converting PPTX files to other formats, this guide...

    kb.groupdocs.com/parser/net/extract-hyperlinks-...
  7. Rasterize document or page | GroupDocs

    The watermark can be removed from the PDF documents using third-party tools. However, if you want to remove a watermark that is almost impossible to remove, you can rasterize pdf documents. GroupDocs.Watermark provides the feature to convert all the pages of a PDF document to raster images with only one line of code....Signature Product Solution GroupDocs...the size of the resultant PDF file. Rasterize particular page of...

    docs.groupdocs.com/watermark/java/rasterize-doc...
  8. Extract Hyperlinks from DOC using C#

    Learn how to extract hyperlinks from DOC using C# efficiently. We will provide you a code example to read hyperlinks from DOC in C# for tasks like data extraction....Signature Product Family GroupDocs.Metadata...using C# Hyperlinks in DOC files serve as essential connectors...

    kb.groupdocs.com/parser/net/extract-hyperlinks-...
  9. Scan Barcode from PPT using Java

    This guide offers an in-depth explanation of how to scan barcode from PPT using Java. Also, it includes a sample code example to extract barcode from PPT in Java....Signature Product Family GroupDocs.Metadata...extraction of barcodes from PPT files Instantiate the Parser by providing...

    kb.groupdocs.com/parser/java/scan-barcode-from-...
  10. Phrase Search in Documents using Java

    Learn to perform phrase search in documents using Java. Explore methods to search documents by phrases in Java and simplify your document search tasks....Signature Product Family GroupDocs.Metadata...specific phrases within indexed files. This capability is especially...

    kb.groupdocs.com/search/java/phrase-search-in-d...