Sort Score
Result 10 results
Languages All
Labels All
Results 881 - 890 of 6,480 for

groupdocs watermark api docs

(0.06 sec)
  1. Update Signatures in Documents | GroupDocs

    This section shows how to update electronic signatures in documents using GroupDocs.Signature for Python via .NET....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/signature/python-net/update-...
  2. 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(); }...Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/redaction/java/save-in-origi...
  3. Generate document pages preview | GroupDocs

    Learn how to generate page previews (thumbnails) of documents using GroupDocs.Comparison for Python via .NET....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/comparison/python-net/genera...
  4. Document attributes | GroupDocs

    Document attributes is a special feature designed for marking indexed documents with text labels without the need for re-indexing....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/search/nodejs-java/document-...
  5. Check document password-protection | GroupDocs

    This article explains how to check whether PDF, Word, Excel, PowerPoint document is password protected or not, and how to do this using GroupDocs.Merger for .NET....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/merger/net/check-document-pa...
  6. Features Overview | GroupDocs

    This article describes the main functions of GroupDocs.Comparison for .NET. Comparing files, Accepting or rejecting changes between documents, receiving information from a document and creating a summary report...Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/comparison/net/features-over...
  7. System requirements | GroupDocs

    GroupDocs.Merger for Python via .NET does not require any external software to be installed such as Microsoft Word, Microsoft Excel or Microsoft PowerPoint for file merging....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/merger/python-net/system-req...
  8. Subset fonts | GroupDocs

    This topic describes how to subset fonts in PDF file using the GroupDocs.Viewer Java Api....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/viewer/java/optimization-pdf...
  9. Save attachments | GroupDocs

    Retrieve and save attachments from emails, Outlook files, archives, and PDFs....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/viewer/python-net/how-to-ext...
  10. Existing objects in word processing document | ...

    Remove, inspect, and modify shapes (potential Watermarks) in Word documents using Python via .NET....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/watermark/python-net/existin...