Sort Score
Result 10 results
Languages All
Labels All
Results 3,741 - 3,750 of 7,026 for

paged

(0.05 sec)
  1. Synchronizing shards | Documentation

    This page contains information about synchronizing shards in the search network.... Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/search/java/synchronizing-sh...
  2. Save in original format | Documentation

    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(); }... close (); } Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/redaction/java/save-in-origi...
  3. Embedded QR data | Documentation

    This section contains articles with explanation how to create QR-Code electronic signatures and embed into QR-Code custom data object with its serialization and encryption. The examples show how to customize object serialization and encryption....Encryption ✎ QR objects Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/signature/net/sign-document-...
  4. Adjust the JPEG image quality | Documentation

    Following this guide you will learn how to adjust JPG images quality when rendering documents with Image Viewer by GroupDocs....( viewOptions ); } Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/viewer/java/image-viewer-adj...
  5. Adjust the image size | Documentation

    Check this guide to learn how to adjust PNG and JPG images size when rendering documents with Image Viewer by GroupDocs for Java....( viewOptions ); } Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/viewer/java/image-viewer-adj...
  6. Replace missing font | Documentation

    This article explains how to replace missing font when rendering documents with GroupDocs.Viewer within your Java applications....( viewOptions ); } Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/viewer/java/replace-missing-...
  7. Add password to PDF with permissions | Document...

    This article explains how to add password for PDF document with permissions using GroupDocs.Merger for .NET....( filePathOut ); } Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/merger/net/add-password-to-p...
  8. Load document from local disk | Documentation

    This article demonstrates how to convert document stored at local disk using GroupDocs.Conversion for Java API....pdf" , options ); Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/conversion/java/load-documen...
  9. How to Run Examples | Documentation

    This article describes how to run Java digital signature API code examples. We offer multiple solutions on how you can run GroupDocs.Signature examples, by building your own or using our back-end or front-end examples out-of-the-box.... Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/signature/java/how-to-run-ex...
  10. Render DOCX as JPG using Python

    Learn how to render DOCX as JPG using Python. This guide provides a step-by-step approach and sample code to convert DOCX to JPG in Python for seamless integration....as JPG lets you add document pages to websites, make previews,...view(viewOptions) to render DOCX pages to JPG images Start by installing...

    kb.groupdocs.com/viewer/python/render-docx-as-j...