Sort Score
Result 10 results
Languages All
Labels All
Results 5,111 - 5,120 of 10,520 for

document signature

(0.29 sec)
  1. 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...
  2. Convert RTF to DOCX using Python

    Convert RTF to DOCX using Python for seamless Document interoperability. Effortlessly export RTF to DOCX in Python to modernize legacy files and enable advanced editing....Signature Product Family GroupDocs.Metadata...upgrade legacy Rich Text Format documents to the modern Word format...

    kb.groupdocs.com/conversion/python/convert-rtf-...
  3. Changing Automatically Detected Types of Docume...

    API provides the ability to change automatically detected types of DocumentTable columns. The Type property setter has been added to the GroupDocs.Assembly.Data.DocumentTableColumn class. Moreover, The Relations property of the GroupDocs.Assembly.Data.DocumentTableSet class has been added. Data Source Document Managers Data.docx Template Changing Document Table Column Type.pptx Changing Document Table Column Type Note The code uses some of the objects defined in: The Business Layer...Signature Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Assembly Product...

    docs.groupdocs.com/assembly/net/changing-automa...
  4. Convert PDF to Presentation using Node.js

    Learn how to convert PDF to Presentation using Node.js with a step-by-step guide. Easily export PDF to Presentation in Node.js and transform Documents into slides....Signature Product Family GroupDocs.Metadata...way you share and present documents. By exporting a PDF into formats...

    kb.groupdocs.com/conversion/nodejs/convert-pdf-...
  5. Convert PDF to GIF using Node.js

    Learn how to convert PDF to GIF using Node.js with a step-by-step guide. Easily export PDF to GIF in Node.js and transform Documents into slides....Signature Product Family GroupDocs.Metadata...extract visual data from PDF documents and convert it into a more...

    kb.groupdocs.com/conversion/nodejs/convert-pdf-...
  6. Perform Homophone Search using Java

    Learn how to perform homophone search using Java for phonetic matching. Explore the Java homophone search algorithm for accurate results without extra software....Signature Product Family GroupDocs.Metadata...improving user experience and document retrieval. This type of search...

    kb.groupdocs.com/search/java/perform-homophone-...
  7. GroupDocs.Assembly for Java overview | GroupDocs

    A assembly is a Document automation and reports generation API designed to create custom Documents from templates. With its powerful and straightforward API, you can execute the following actions: Multiple data formats support Use formulae & perform sequential data operations Apply upper, lower, capital, firstcap formatting to strings in template syntax Template syntax support formatting of ordinal, cardinal, alphabetic numeric nature Support template Documents with custom variables & text comments within template syntax tags Dynamically insert out Document content in report Dynamically configure background color of html Documents & generate barcode in reports Dynamically insert hyperlinks in reports & apply attributes to email message body Dynamically attach email attachments Support of next field analogue of Microsoft Word Update fields during word processing Document assembly Apply formula during spreadsheet assembly Template formatting for numeric, text, image, date-time, chart elements Conditional formatting of template text elements Linq-based template syntax Change format of assembled file using explicit specifications or file extension Auto-removal of empty paragraphs Generate various report types, e....Signature Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Assembly Product...

    docs.groupdocs.com/assembly/java/product-overview/
  8. Merge PDF | GroupDocs

    Follow this guide and learn how to merge PDF files, combine several PDFs into one using GroupDocs.Merger for Node.js via Java API and couple lines of code...Signature Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Merger Product...

    docs.groupdocs.com/merger/nodejs-java/merge-pdf/
  9. Read Metadata from XLSX using Java

    Discover how to read metadata from XLSX using Java without the need of additional software. You will be given a code example to read metadata of XLSX using Java....Signature Product Family GroupDocs.Metadata...authorship, creation dates, and document properties, offers valuable...

    kb.groupdocs.com/metadata/java/read-metadata-fr...
  10. Extract Text from PDF using Python

    Learn how to extract Text from PDF using Python. This guide walks through setup and code needed to extract text from PDF in Python without installing extra software....Signature Product Family GroupDocs.Metadata...developers often need to automate document parsing for tasks like compliance...

    kb.groupdocs.com/viewer/python/extract-text-fro...