Sort Score
Result 10 results
Languages All
Labels All
Results 101 - 110 of 13,232 for

to

(0.22 sec)
  1. How to Add Image Signature to DOCX using C#

    This article will provide help on how To add image signature To DOCX using C#. Also, a code example will be provided To insert image signature inTo DOCX using C#....This article will provide help on how to add image signature to DOCX using C#. Also, a code example will be provided to insert image signature into DOCX using C#.

    kb.groupdocs.com/signature/net/how-to-add-image...
  2. How to Add Redaction Annotation to PDF using C#

    Learn the necessary steps To add redaction annotation To PDF using C#, and easily leverage APIs To gain ability To incorporate redaction annotation in PDF using C#....Learn the necessary steps to add redaction annotation to PDF using C#, and easily leverage APIs to gain ability to incorporate redaction annotation in PDF using C#.

    kb.groupdocs.com/annotation/net/how-to-add-reda...
  3. How to Add Image Signature to PDF in Java

    Understand the step-by-step procedure To add image signature To PDF in Java and how To create functionality To insert signature image in PDF using Java....Understand the step-by-step procedure to add image signature to PDF in Java and how to create functionality to insert signature image in PDF using Java.

    kb.groupdocs.com/signature/java/how-to-add-imag...
  4. How to Add Image Annotation to PDF Using C#

    Let's learn how To add image annotation To PDF using C# by utilizing annotation library along with code example To insert image annotation inTo PDF using C#....Let's learn how to add image annotation to PDF using C# by utilizing annotation library along with code example to insert image annotation into PDF using C#.

    kb.groupdocs.com/annotation/net/how-to-add-imag...
  5. How to

    Document AuTomation APIs To enrich .NET and Java applications To view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats.

    blog.groupdocs.com/zh-hant/tag/how-to/
  6. How to Add Text Signature to DOCX using C#

    In this tuTorial, we will provide you guide on how To add text signature To DOCX using C#. We will also provide a code example To insert text signature To DOCX in C#....In this tutorial, we will provide you guide on how to add text signature to DOCX using C#. We will also provide a code example to insert text signature to DOCX in C#.

    kb.groupdocs.com/signature/net/how-to-add-text-...
  7. Convert to grayscale | GroupDocs

    Convert PDFs To grayscale To reduce file size and speed up printing using the GroupDocs.Viewer Python API....Convert PDFs to grayscale to reduce file size and speed up printing using the GroupDocs.Viewer Python API.

    docs.groupdocs.com/viewer/python-net/optimizati...
  8. How to Run | GroupDocs

    How To run examples....How to run examples.

    docs.groupdocs.com/metadata/python-net/how-to-r...
  9. Render to HTML | GroupDocs

    Render files To HTML with GroupDocs.Viewer for Python. Easily convert documents like Word To clean HTML....Render files to HTML with GroupDocs.Viewer for Python. Easily convert documents like Word to clean HTML.

    docs.groupdocs.com/viewer/python-net/rendering-...
  10. Save to stream | GroupDocs

    You might need To save a document To any cusTom file at any location on the local disc or a even a Stream. The following example demonstrates how To save a document To any location. final RedacTor redacTor = new RedacTor("Sample.docx"); try { // Here we can use document instance To perform redactions RedacTorChangeLog result = redacTor.apply(new ExactPhraseRedaction("John Doe", new ReplacemenToptions(java.awt.Color.RED))); if (result.getStatus() != RedactionStatus.Failed) { // Save the document To a cusTom location and convert its pages To images final FileOutputStream fileStream = new FileOutputStream("C:\\\\Temp\\\\sample_output_file....You might need to save a document to any custom file at any location on the local disc or a even a Stream. The following example demonstrates how to save a document to any location. final Redactor redactor = new Redactor("Sample.docx"); try { // Here we can use document instance to perform redactions RedactorChangeLog result = redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions(java.awt.Color.RED))); if (result.getStatus() != RedactionStatus.Failed) { // Save the document to a custom location and convert its pages to images final FileOutputStream fileStream = new FileOutputStream("C:\\\\Temp\\\\sample_output_file.

    docs.groupdocs.com/redaction/java/save-to-stream/