Sort Score
Result 10 results
Languages All
Labels All
Results 2,651 - 2,660 of 5,533 for

file signature

(2.37 sec)
  1. Extract tables from document | GroupDocs

    Learn how to extract tables from documents including Excel spreadsheets, Word documents, and PDFs using GroupDocs.Parser for .NET. Complete guide with code examples for extract tables from Excel C# scenarios....Signature Product Solution GroupDocs...processing data-rich Excel files programmatically. IEnumerable...

    docs.groupdocs.com/parser/net/extract-tables-fr...
  2. Edit Word Documents in Node.js and Java | Group...

    This guide demonstrates how to edit DOC, DOT, DOCX, DOCM, DOTX, ODT, RTF documents with font extraction, different pagination modes, and many other powerful features of GroupDocs.Editor for Node.js and Java....Signature Product Solution GroupDocs...loading a password-protected DOCX file: const groupdocs = require (...

    docs.groupdocs.com/editor/nodejs-java/edit-word/
  3. GroupDocs.Redaction for Java | GroupDocs

    A Java API for redaction of sensitive and classified information from the documents. You can redact in adobe pdf, redact in excel or in many of different File formats....Signature Product Solution GroupDocs...from the documents of different file formats. The API provides a...

    docs.groupdocs.com/redaction/java/
  4. GroupDocs.Redaction for Python via .NET | Group...

    A .NET API for redaction of sensitive and classified information from the documents. You can redact in adobe pdf, redact in excel or in many of different File formats using c#...Signature Product Solution GroupDocs...from documents across various file formats. It provides a unified...

    docs.groupdocs.com/redaction/python-net/
  5. Developer guide | GroupDocs

    Explains GroupDocs.Markdown for Python via .NET converter features and shows how to convert PDF, Word, Excel, Epub, Text inside your Python applications...Signature Product Solution GroupDocs...images as Base64, save to the file system, skip images, or use...

    docs.groupdocs.com/markdown/python-net/develope...
  6. GroupDocs.Conversion for .NET

    Find answers about converting documents and images of various types using .NET code on any platform....Signature Product Family GroupDocs.Metadata...PDF in C# How to Convert Text File to JPG using C# How to Convert...

    kb.groupdocs.com/conversion/net/page/4/
  7. Save comparison result in different format | Gr...

    Learn how to save the comparison result to different output formats using GroupDocs.Comparison for Python via .NET....Signature Product Solution GroupDocs...formats depend on the source file type. Common targets include...

    docs.groupdocs.com/comparison/python-net/save-c...
  8. Save in original format | GroupDocs

    The following example demonstrates how to save File in its original format with current date as a suffix: final Redactor redactor = new Redactor("sample.docx"); try { // Here we can use document instance to perform redactions redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions("[personal]"))); SaveOptions saveOptions = new SaveOptions(); saveOptions.setAddSuffix(true); saveOptions.setRasterizeToPDF(false); saveOptions.setRedactedFileSuffix(new SimpleDateFormat("dd-MM-yyyy").format(new Date())); // Saving in original format with date as DateTime.getNow().toShortDateString()a suffix redactor.save(saveOptions); } finally { redactor.close(); }...Signature Product Solution GroupDocs...example demonstrates how to save file in its original format with...

    docs.groupdocs.com/redaction/java/save-in-origi...
  9. Heading level offset | GroupDocs

    Shift all heading levels in the Markdown output...Signature Product Solution GroupDocs...annual-report.docx is a sample file used in this example. Click...

    docs.groupdocs.com/markdown/net/heading-offset/
  10. Get document information | GroupDocs

    This article explains how to detect document File type and calculate pages count when merge PDF, Word(DOC, DOCX), Excel(XLS, XLSX), PowerPoint(PPT, PPTX) Files with GroupDocs.Merger for Node.js via Java....Signature Product Solution GroupDocs...console . log ( `Document info file format: ${ documentType . getFileFormat...

    docs.groupdocs.com/merger/nodejs-java/get-docum...