Sort Score
Result 10 results
Languages All
Labels All
Results 3,161 - 3,170 of 7,976 for

document redaction

(0.24 sec)
  1. Save in rasterized PDF | GroupDocs

    The following example demonstrates how to save the Document as a rasterized PDF file: final Redactor redactor = new Redactor(Constants.SAMPLE_DOCX); try { // Here we can use Document instance to perform Redactions redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions("[personal]"))); SaveOptions tmp0 = new SaveOptions(); tmp0.setAddSuffix(false); tmp0.setRasterizeToPDF(true); // Saving as rasterized PDF with no suffix in file name redactor.save(tmp0); } finally { redactor.close(); }...Redaction Product Solution GroupDocs...AI GroupDocs Documentation / GroupDocs.Redaction Product Family...

    docs.groupdocs.com/redaction/java/save-in-raste...
  2. Scan QR Code from PDF using C#

    This article offers a guide on how to extract QR Code from PDF in C#, including a code example that demonstrates how to effectively scan QR Code from PDF using C#....Redaction Product Family Scan QR Code...programmatically from PDF documents can greatly enhance your applications...

    kb.groupdocs.com/parser/net/scan-qrcode-from-pd...
  3. Email messages | GroupDocs

    Learn how to add watermark in Outlook email messages....Redaction Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Watermark Product...

    docs.groupdocs.com/watermark/net/email-messages/
  4. How to Add Link Annotation using Java

    Let's familiarize ourselves with step-by-step instructions to add link annotation using Java and quickly implement these points to add link annotation in Java....Redaction Product Family How to Add...add link annotation to a PDF document in this tutorial. In addition...

    kb.groupdocs.com/annotation/java/how-to-add-lin...
  5. How to Convert XLS to XLSX using C#

    Easily follow the step-by-step how-to guide to convert XLS to XLSX using C# and study C# code to convert XLS to XLSX by utilizing one of the top packages....Redaction Product Family How to Convert...detailed instructions to convert documents and generate XLSX from XLS...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  6. How to Highlight Text in PDF using C#

    In this article, you will learn how to highlight text in PDF using C#. We will also provide you step-by-step instructions and code to highlight text using C# in PDF....Redaction Product Family How to Highlight...annotate and collaborate on PDF documents in real-time. One of the key...

    kb.groupdocs.com/annotation/net/how-to-highligh...
  7. Render SVG as PDF using C#

    Efficiently acquire the knowledge of how to render SVG as PDF using C#. Additionally, delve into step-by-step guidelines and C# code for rendering SVG to PDF....Redaction Product Family Render SVG...Graphics ( SVG ) as a Portable Document Format (PDF) using C# can...

    kb.groupdocs.com/viewer/net/render-svg-as-pdf-u...
  8. Create EditableDocument from File or Markup | G...

    This article explains how to create an instance of the EditableDocument class from HTML files from disk or from HTML markup with resources using GroupDocs.Editor for Node.js via Java API....Redaction Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Editor Product...

    docs.groupdocs.com/editor/nodejs-java/create-ed...
  9. Features Overview | GroupDocs

    GroupDocs.Classification main feature is an ability to classify raw text and Documents with IAB-2, Documents, Sentiment or Sentiment3 taxonomies. Sentiment Classification (Analysis) supports 4 languages: English, Chinese, Spanish, and German. GroupDocs.Classification provides flexible set of settings to customize classification process: Name Description Default value bestClassesCount Select the number of results to return 1 taxonomy Select taxonomy (IAB-2, Documents, Sentiment or Sentiment3). Taxonomy.Iab2 precisionRecallBalance Select precision/recall balance for Documents taxonomy. If the classifier is not sure of the result, it will return Other class....Redaction Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Classification...

    docs.groupdocs.com/classification/net/features-...
  10. How to Run Examples | GroupDocs

    We offer multiple solutions on how you can run GroupDocs.Editor examples, by building your own or cloning our ready-to-run Python examples repository....Redaction Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Editor Product...

    docs.groupdocs.com/editor/python-net/how-to-run...