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

pdf signature

(0.48 sec)
  1. Get document info | GroupDocs

    GroupDocs.Metadata allows users to get meta information of a document....Signature Product Solution GroupDocs...to view and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/metadata/python-net/get-docu...
  2. Get file info | GroupDocs

    This article explains how to detect document file type, size and calculate pages count with GroupDocs.Comparison....Signature Product Solution GroupDocs...represents the document file type (PDF, Word document, Excel spreadsheet...

    docs.groupdocs.com/comparison/python-net/get-fi...
  3. Working with metadata in FLV files | GroupDocs

    Reading FLV header properties The GroupDocs.Metadata API supports extracting format-specific information from the FLV file header. The following are the steps to read the header of an FLV file. Load an FLV video Get the root metadata package Extract the native metadata package using the FlvRootPackage.getHeader method Read the FLV header properties advanced_usage.managing_metadata_for_specific_formats.video.flv.FlvReadHeaderProperties try (Metadata metadata = new Metadata(Constants.InputFlv)) { FlvRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getHeader().getVersion()); System.out.println(root.getHeader().hasAudioTags()); System.out.println(root.getHeader().hasVideoTags()); System.out.println(root.getHeader().getTypeFlags()); } Working with XMP metadata GroupDocs....Signature Product Solution GroupDocs...to view and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/metadata/java/working-with-m...
  4. Save attachments | GroupDocs

    Save attachments and embedded files from Pdf, Outlook data file or email...Signature Product Solution GroupDocs...Outlook data files, archives, and PDF documents. C# using System.IO...

    docs.groupdocs.com/viewer/net/how-to-extract-an...
  5. Convert to Image with advanced options | GroupDocs

    Follow this guide and learn how to convert documents to image with height, width, resolution, brightness and other customizations using GroupDocs.Conversion for .NET....Signature Product Solution GroupDocs...document should be converted to PDF first. If this property is set...

    docs.groupdocs.com/conversion/net/convert-to-im...
  6. Batch-convert a folder | GroupDocs

    Convert all documents in a directory to Markdown...Signature Product Solution GroupDocs...( f => new [] { ".docx" , ".pdf" , ".xlsx" , ".epub" } . Contains...

    docs.groupdocs.com/markdown/net/batch-convert/
  7. Clean metadata | GroupDocs

    Sometimes you may need to just remove all or clean metadata properties without applying any filters. The best way to do this is to use the Sanitize method....Signature Product Solution GroupDocs...with gm . Metadata ( "input.pdf" ) as metadata : affected = metadata...

    docs.groupdocs.com/metadata/python-net/clean-me...
  8. How to Compare Word Documents using C#

    This article describes the procedure to compare Word documents using C# and how to write the code in C# to compare two Word documents and highlight differences....Signature Product Family GroupDocs.Metadata...documents for other formats such as PDF, DOC, XLSX, PPTX, VSDX, ODT,...

    kb.groupdocs.com/comparison/net/how-to-compare-...
  9. Working with Containers | GroupDocs

    Handle nested attachments, archives, and email stores with GroupDocs.Parser for Python via .NET....Signature Product Solution GroupDocs...TAR), Outlook stores (PST/OST), PDF portfolios, and email attachments...

    docs.groupdocs.com/parser/python-net/working-wi...
  10. Spreadsheet redactions | GroupDocs

    This article shows that how C# redaction API allows to redact data of sensitive or private nature from your XLS, XLSX, ODS spreadsheet document formats and others....Signature Product Solution GroupDocs...add_suffix = True so . rasterize_to_pdf = False result_path = redactor...

    docs.groupdocs.com/redaction/python-net/spreads...