Sort Score
Result 10 results
Languages All
Labels All
Results 4,661 - 4,670 of 10,283 for

document signature

(0.94 sec)
  1. Update watermarks | GroupDocs

    This article shows how to update existing text or image watermarks....Signature Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Watermark Product...

    docs.groupdocs.com/watermark/net/basic-usage/up...
  2. Save overwriting original file | GroupDocs

    The following example demonstrates how to save the redacted Document, replacing an original file: // Make a copy of sample file Files.copy(new File("Sample.docx").toPath(), new File("OverwrittenSample.docx").toPath(), StandardCopyOption.REPLACE_EXISTING); // Apply redaction final Redactor redactor = new Redactor("OverwrittenSample.docx"); try { RedactorChangeLog result = redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions(java.awt.Color.RED))); if (result.getStatus() != RedactionStatus.Failed) { SaveOptions options = new SaveOptions(); options.setAddSuffix(false); options.setRasterizeToPDF(false); // Save the Document in original format overwriting original file redactor.save(options); } } finally { redactor....Signature Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Redaction Product...

    docs.groupdocs.com/redaction/java/save-overwrit...
  3. How to Extract Text from HTML in C#

    This tutorial focuses on the procedure to extract Text from HTML in C# and how to follow this guide for implementing the C# extract Text from HTML functionality....Signature Product Family GroupDocs.Metadata...requires you to provide the HTML document for extracting text by consuming...

    kb.groupdocs.com/parser/net/how-to-extract-text...
  4. How to Convert DOT to PDF in Java

    Easily convert DOT to PDF in Java using one of the best Document conversion library and learn how to write code for Java DOT to PDF converter application....Signature Product Family GroupDocs.Metadata...PDF using one of the popular document conversion library and provides...

    kb.groupdocs.com/conversion/java/how-to-convert...
  5. How to Convert MPP to PDF in C#

    This short tutorial describes the procedure to convert MPP to PDF in C# and how to use this guide to create the convert MS Project to PDF using C# capability....Signature Product Family GroupDocs.Metadata...simple API calls of the popular document conversion library. You just...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  6. Add distance annotation | GroupDocs

    The page describes how to add distance annotation to a Document using GroupDocs.Annotation for Java....Signature Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Annotation Product...

    docs.groupdocs.com/annotation/java/add-distance...
  7. Render EBooks as HTML, PDF, and image files | G...

    This topic describes how to use the GroupDocs.Viewer .NET API to convert EBooks to HTML, PDF, PNG, and JPEG formats....Signature Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Viewer Product...

    docs.groupdocs.com/viewer/net/render-ebooks/
  8. Convert EML to XPS using C#

    Effectively convert EML to XPS using C# without the need for additional tools. Elevate Document processing with this guide on how to export EML to XPS using C#....Signature Product Family GroupDocs.Metadata...XPS using C# In the realm of document management and data preservation...

    kb.groupdocs.com/conversion/net/convert-eml-to-...
  9. Extract text from documents | GroupDocs

    This article demonstrates how to extract text from PDF, Word, Excel, PowerPoint, Outlook, OneNote, HTML, AutoCAD, and 50+ other Documents using GroupDocs.Parser for Python via .NET....Signature Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Parser Product...

    docs.groupdocs.com/parser/python-net/extract-te...
  10. Edit Excel Workbook | GroupDocs

    This guide demonstrates how to edit XLS, XLSX, XLSM, XLSB, ODS, SXC spreadsheets with hidden worksheets, protect edited spreadsheet with password and many other powerful features of GroupDocs.Editor for Python via .NET....Signature Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Editor Product...

    docs.groupdocs.com/editor/python-net/edit-excel/