Sort Score
Result 10 results
Languages All
Labels All
Results 3,071 - 3,080 of 8,148 for

document signature

(0.11 sec)
  1. Save specific page range | Documentation

    This article demonstrates how to save specific page range when annotating Documents using GroupDocs.Annotation for Java API....Signature Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Annotation Product...

    docs.groupdocs.com/annotation/java/save-specifi...
  2. Load a file of a specific format | Documentation

    This example demonstrates how to load a file of some particular format. advanced_usage.loading_files.LoadingFileOfSpecificFormat // Explicitly specifying the format of a file to load you can spare some time on detecting the format LoadOptions loadOptions = new LoadOptions(FileFormat.Spreadsheet); // Constants.InputXls is an absolute or relative path to your Document. Ex: @"C:\Docs\source.xls" try (Metadata metadata = new Metadata(Constants.InputXls, loadOptions)) { SpreadsheetRootPackage root = metadata.getRootPackageGeneric(); // Use format-specific properties to extract or edit metadata System....Signature Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...

    docs.groupdocs.com/metadata/java/load-a-file-of...
  3. How to Convert HTML to Excel in C#

    Quickly review detailed instructions to convert HTML to Excel in C#, learn how to use these steps for the implementation of HTML to Excel converter C# functionality....Signature Product Family GroupDocs.Metadata...C# . Although converting documents is not an easy job, you can...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  4. GroupDocs.Assembly Product Family | Documentation

    GroupDocs.Assembly is a Document automation and reports generation API designed to create custom Documents from templates. Documentation .NET Java Python GroupDocs.Assembly for .NET More Getting started Start quickly with our getting started Documentation Features overview Supported Document formats System requirements Installation Developer guide Developer guide Basic Usage Advanced Usage .NET code examples Open-source projects for APIs example usage GroupDocs.Assembly for .NET More GroupDocs.Assembly for Java More Getting started Start quickly with our getting started Documentation Features overview Supported Document formats System requirements Installation Developer guide Developer guide Basic Usage Advanced Usage Java code examples Open-source projects for APIs example usage GroupDocs....Signature Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Assembly Product...

    docs.groupdocs.com/assembly/
  5. How to Extract Images from PDF in Java

    Let's understand the easy-to-use procedure to extract images from PDF in Java and learn how to write the code to extract images from PDF using Java....Signature Product Family GroupDocs.Metadata...image extraction from the PDF document with a few lines of code that...

    kb.groupdocs.com/parser/java/how-to-extract-ima...
  6. How to Add Watermark to Excel Worksheets using C#

    This brief piece of writing provides guidance how to add watermark to excel worksheets using C# along with instructions and code to insert watermark in xlsx using C#....Signature Product Family GroupDocs.Metadata...for adding watermark in XLSX document. Steps to Add Watermark to...

    kb.groupdocs.com/annotation/net/how-to-add-wate...
  7. GroupDocs.Metadata Overview | Documentation

    The metadata is a data which shows information about other data. It should not be considered as the content of the data. Various types of metadata are existed such as, descriptive, structural, administrative, reference, statistical and legal metadata....Signature Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...

    docs.groupdocs.com/metadata/net/groupdocs-metad...
  8. GroupDocs.Metadata Overview | Documentation

    What is GroupDocs.Metadata? GroupDocs.Metadata for Java is a full featured class library which allows users to read and edit metadata associated with various Document, image, audio, video and many other formats. It works with most notable metadata standards: XMP, EXIF, IPTC, Image Resource Blocks, ID3 and format-specific metadata properties. The Metadata API is very flexible and easy to operate with. It provides extended capabilities allowing working with metadata in a unified way regardless of the file format....Signature Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...

    docs.groupdocs.com/metadata/java/product-overview/
  9. How to Add Text Field Annotation in PDF using C#

    In this topic, we will show you how to add text field annotation in PDF using C#. We will assist you in writing code to insert text field annotation to PDF in C#....Signature Product Family GroupDocs.Metadata...a particular section of a document. We will provide instructions...

    kb.groupdocs.com/annotation/net/how-to-add-text...
  10. Convert PDF to PPTX using C#

    Learn how to quickly convert PDF to PPTX using C# by carefully following our comprehensive tutorial. Additionally, we'll give you a C# code example to export PDF to PPTX using C#....Signature Product Family GroupDocs.Metadata...ability to convert PDF (Portable Document Format) files to PowerPoint...

    kb.groupdocs.com/conversion/net/convert-pdf-to-...