Sort Score
Result 10 results
Languages All
Labels All
Results 2,231 - 2,240 of 5,467 for

file signature

(0.06 sec)
  1. Basic Usage | GroupDocs

    GroupDocs.Watermark library provides the ability to manipulate different watermark types such as TextWatermark, ImageWatermark. These watermarks could be added to documents, updated, removed, or searched inside already watermarked documents. Our product also provides information about document type and structure - File type, size, page count, etc. and generates document page previews based on provided options. Here are the main GroupDocs.Watermark API concepts: Watermarker is the main class that contains all the required methods for manipulating document watermarks....Signature Product Solution GroupDocs...document type and structure - file type, size, page count, etc...

    docs.groupdocs.com/watermark/java/basic-usage/
  2. Set metadata properties | GroupDocs

    The SetProperties method is used to update or add metadata. You can easily add metadata to photos, pdfs or you can update or add data to mp3 Files....Signature Product Solution GroupDocs...setProperties method. Open a file to update Specify a predicate...

    docs.groupdocs.com/metadata/python-net/set-meta...
  3. Load CSV document with options | GroupDocs

    Learn this article and check how to load and convert CSV documents with advanced options using GroupDocs.Conversion for Java API....Signature Product Solution GroupDocs...developers to handle and convert CSV files into various target formats...

    docs.groupdocs.com/conversion/java/load-csv-doc...
  4. GroupDocs.Metadata Product Family

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular File formats....various formats to a CSV or Excel file. The GroupDocs.Metadata API...detect or remove digital signatures from documents. The API has...

    blog.groupdocs.com/categories/groupdocs.metadat...
  5. Working with metadata in AVI files | GroupDocs

    Reading AVI header properties The GroupDocs.Metadata API supports extracting format-specific information from AVI File headers. The following are the steps to read the header of an AVI File. Load an AVI video Get the root metadata package Extract the native metadata package using the AviRootPackage.getHeader method Read the AVI header properties advanced_usage.managing_metadata_for_specific_formats.video.avi.AviReadHeaderProperties try (Metadata metadata = new Metadata(Constants.InputAvi)) { AviRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getHeader().getAviHeaderFlags()); System.out.println(root.getHeader().getHeight()); System.out.println(root.getHeader().getWidth()); System.out.println(root.getHeader().getTotalFrames()); System.out.println(root.getHeader().getInitialFrames()); System.out.println(root.getHeader().getMaxBytesPerSec()); System....Signature Product Solution GroupDocs...metadata in AVI files Working with metadata in AVI files Leave feedback...

    docs.groupdocs.com/metadata/java/working-with-m...
  6. Migration Notes | GroupDocs

    How to migrate from earlier versions of GroupDocs.Editor for Java...Signature Product Solution GroupDocs...editing process to any supported file format (instead of EditorHander...

    docs.groupdocs.com/editor/java/migration-notes/
  7. Features Overview | GroupDocs

    Redacted meaning is that a process of modifying or editing a document to remove the confidential information before publishing it. With GroupDocs.Redaction tool you can redact PDF and save redacted document, redact sensitive and classified information from MS Word (DOC, DOCX and more..), Excel (XLS, XLSX and more..), PowerPoint(PPT, PPTX and more) documents and images (JPG, PNG, BMP, GIF and more..)....Signature Product Solution GroupDocs...toolkit and create a new PDF file with raster images of redacted...

    docs.groupdocs.com/redaction/python-net/feature...
  8. Add document to Spreadsheet via OLE | GroupDocs

    This article explains how to add document to Spreadsheet via OLE with GroupDocs.Merger within your .NET applications....Signature Product Solution GroupDocs...Initialise class with embedded file path and page number; Instantiate...

    docs.groupdocs.com/merger/net/add-document-to-s...
  9. Edit TXT | GroupDocs

    This guide demonstrates how to edit plain text Files with encoding, lists recognition, pagination and other powerful features of GroupDocs.Editor for .NET...Signature Product Solution GroupDocs.../ Edit document / Edit text files Edit TXT Leave feedback On this...

    docs.groupdocs.com/editor/net/edit-txt/
  10. Scan Barcode from PDF using Java

    This article offers comprehensive guide on how to scan barcode from PDF using Java, including code example to help you efficiently extract barcode from PDF in Java....Signature Product Family GroupDocs.Metadata...Scanning barcodes from PDF files can greatly enhance workflows...

    kb.groupdocs.com/parser/java/scan-barcode-from-...