Sort Score
Result 10 results
Languages All
Labels All
Results 3,051 - 3,060 of 19,212 for

pdf signature

(0.07 sec)
  1. Save a modified file to a stream | GroupDocs

    This article shows how to save a file to the specified stream using GroupDocs.Metadata for Python via .NET....Signature Product Solution GroupDocs...to view and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/metadata/python-net/save-a-m...
  2. Save a modified file to a stream | GroupDocs

    This article shows how to save a file to the specified stream in Java...Signature Product Solution GroupDocs...to view and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/metadata/java/save-a-modifie...
  3. Load from a stream | GroupDocs

    This example demonstrates how to load a file from a stream. advanced_usage.loading_files.LoadFromStream // Constants.InputDoc is an absolute or relative path to your document. Ex: @"C:\Docs\source.doc" try (InputStream stream = new FileInputStream(Constants.InputDoc)) { try (Metadata metadata = new Metadata(stream)) { // Extract, edit or remove metadata here } } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples: GroupDocs.Metadata for ....Signature Product Solution GroupDocs...to view and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/metadata/java/load-from-a-st...
  4. Add text watermarks | GroupDocs

    This article explains how to add text watermark when rendering documents with GroupDocs.Viewer within your JavaScript applications....Signature Product Solution GroupDocs...watermark to the HTML/JPG/PNG/PDF output, follow these steps: Create...

    docs.groupdocs.com/viewer/nodejs-java/add-text-...
  5. 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...
  6. 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-...
  7. 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...
  8. 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...
  9. Use PageAreaRedaction | GroupDocs

    This article explains that how to use PageAreaRedaction....Signature Product Solution GroupDocs...right half of the last page in a PDF document. final Redactor redactor...

    docs.groupdocs.com/redaction/java/use-page-area...
  10. Extract data from ePUB eBooks | GroupDocs

    GroupDocs.Parser provides the functionality to extract data from EPUB e-books. Also CHM and FB2 formats are supported. The following table provides the list of supported formats: Format Description CHM Compiled HTML Help File EPUB Digital E-Book File Format FB2 FictionBook 2.0 File More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples: GroupDocs.Parser for .NET examples GroupDocs.Parser for Java examples Free online document parser App Along with full featured ....Signature Product Solution GroupDocs...documents and extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/parser/net/extract-data-from...