Sort Score
Result 10 results
Languages All
Labels All
Results 4,171 - 4,180 of 8,272 for

document signature api

(1.11 sec)
  1. 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...Upgrade an Order Support Docs API Reference Live Demos Free Support...

    docs.groupdocs.com/redaction/java/save-in-origi...
  2. Nesting search queries in object form | GroupDocs

    This article gives the knowledge about nesting search queries in object form using Java search Api....Signature Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...

    docs.groupdocs.com/search/nodejs-java/nesting-s...
  3. Render PDF as Image using Python

    In this topic, you will get code and steps to render PDF as image using Python. There is no need to install and extra software or tool to convert PDF to image in Python....Find Answers by API GroupDocs.Total Product Family GroupDocs...Product Family GroupDocs.Signature Product Family GroupDocs.Metadata...

    kb.groupdocs.com/viewer/python/render-pdf-as-im...
  4. Render DOCX as PNG using Python

    Learn how to render DOCX as PNG using Python. This tutorial explains the steps and provides sample code to convert DOCX to PNG in Python for easy sharing....Find Answers by API GroupDocs.Total Product Family GroupDocs...Product Family GroupDocs.Signature Product Family GroupDocs.Metadata...

    kb.groupdocs.com/viewer/python/render-docx-as-p...
  5. Heading level offset | GroupDocs

    Shift all heading levels in the Markdown output...Signature Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...

    docs.groupdocs.com/markdown/net/heading-offset/
  6. Render PDF as PNG using Python

    Learn how to render PDF as PNG using Python. This step-by-step guide shows how to convert PDF to PNG in Python for easy sharing, preview, and integration....Find Answers by API GroupDocs.Total Product Family GroupDocs...Product Family GroupDocs.Signature Product Family GroupDocs.Metadata...

    kb.groupdocs.com/viewer/python/render-pdf-as-pn...
  7. Save file to stream | GroupDocs

    This article demonstrates how to convert a file and save it as a stream using GroupDocs.Conversion for .NET Api....Signature Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...

    docs.groupdocs.com/conversion/net/save-file-to-...
  8. Extract text from Emails | GroupDocs

    To extract a text from emails getText method is used. This method allows to extract a text from the entire Document. Pagination and raw mode is not supported for emails. Here are the steps to extract a text from an email: Instantiate Parser object for the initial email; Call getText method and obtain TextReader object; Read a text from reader. Warning getText method returns null value if text extraction isn’t supported for the Document....Signature Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...

    docs.groupdocs.com/parser/java/extract-text-fro...
  9. Adjusting comparison sensitivity | GroupDocs

    Learn more about Document comparison sensitivity and how to adjust it to achieve best performance and accuracy when comparing Documents with GroupDocs.Comparison for Node.js via Java....Signature Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...

    docs.groupdocs.com/comparison/nodejs-java/adjus...
  10. Extract emails from Outlook Storage | GroupDocs

    Extract emails from Outlook using GroupDocs.Parser for .NET...Signature Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...

    docs.groupdocs.com/parser/net/extract-emails-fr...