Sort Score
Result 10 results
Languages All
Labels All
Results 2,321 - 2,330 of 7,342 for

document signature

(0.04 sec)
  1. Working with metadata in Presentations | Docume...

    GroupDocs.Metadata for .NET provides functionality that allows working with different kinds of presentations such as PPT, PPTX, POTM, POTX, etc. For the full list of supported presentation formats please refer to Supported Document Formats. Detecting the exact type of a presentation The following sample of code will help you to detect the exact type of a loaded presentation and extract some additional file format information. Load a presentation Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage....Signature Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...

    docs.groupdocs.com/metadata/net/working-with-me...
  2. Extract metadata from documents | Documentation

    This article shows how to extract metadata with GroupDocs.Parser from Documents of various formats: PDF, Emails, Ebooks, Microsoft Office: Word (DOC, DOCX), PowerPoint (PPT, PPTX), Excel (XLS, XLSX), LibreOffice formats and many others....Signature Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Parser Product...

    docs.groupdocs.com/parser/java/extract-metadata...
  3. Product Overview | Documentation

    GroupDocs.Editor for .NET is a C# api allows to edit Microsoft Office Documents like Word, Excel or PowerPoint or PDF without third party software installed....Signature Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Editor Product...

    docs.groupdocs.com/editor/net/product-overview/
  4. Adding image watermarks | Documentation

    GroupDocs.Watermar API supports adding the following image file types as image watermark: Bmp; Png; Gif; Jpeg. Add image watermark from local file Following code snippet shows how to add ImageWatermark to a Document. If the Document consists of multiple parts (pages, worksheets, slides, frames etc), the watermark will be added to all of them. advanced_usage.adding_image_watermarks.AddImageWatermark // Specify an absolute or relative path to your Document. Ex: "C:\\Docs\\presentation.pptx" Watermarker watermarker = new Watermarker("presentation....Signature Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Watermark Product...

    docs.groupdocs.com/watermark/java/adding-image-...
  5. Product Overview | Documentation

    GroupDocs.Merger for Python via .NET provides a wide range of Document manipulation features - merge multiple files into one file, split single file to separate files, reorder, rotate and remove Document pages without third-party tools....Signature Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Merger Product...

    docs.groupdocs.com/merger/python-net/product-ov...
  6. Migration Notes | Documentation

    Why To Migrate? Here are the key reasons to use the new updated API provided by GroupDocs.Parser for Java since version 19.11: Parser class is introduced as a single entry point to extract data from the Document. Data extraction was unified for all data types. The overall Document related classes were unified to common. Product architecture was redesigned from scratch in order to simplify passing options and classes to manipulate data....Signature Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Parser Product...

    docs.groupdocs.com/parser/java/migration-notes/
  7. Searching watermarks | Documentation

    This article explains how to search watermarks while using GroupDocs. Watermarks Java API....Signature Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Watermark Product...

    docs.groupdocs.com/watermark/java/searching-wat...
  8. How to Convert Image to PDF in Java

    This short guide explains how to convert Image to PDF in Java. You can also learn about Document conversion by looking at the sample Java code to convert JPG to PDF....Signature Product Family GroupDocs.Metadata...PDF in Java . Converting a document to PDF format is a simple...

    kb.groupdocs.com/conversion/java/how-to-convert...
  9. Extract tables from Microsoft Office Word docum...

    This article explains that how to extract tables from Microsoft Office Word (.doc, .docx) Documents...Signature Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Parser Product...

    docs.groupdocs.com/parser/net/extract-tables-fr...
  10. Parse data from PDF documents | Documentation

    To extract data from PDF Documents parseForm and parseByTemplate(Template) methods are used. Both methods return DocumentData object. For details, see Working With Extracted Data. Here are the steps to extract data from PDF Form: Instantiate Parser object for the initial Document Call parseForm method and obtain the DocumentData object; Check if data isn’t null (parse form is supported for the Document); Iterate over field data to obtain form data. The following example shows the use case when a user fills in PDF form and send it by email (for example)....Signature Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Parser Product...

    docs.groupdocs.com/parser/java/parse-data-from-...