Sort Score
Result 10 results
Languages All
Labels All
Results 2,221 - 2,230 of 2,905 for

document processing

(0.33 sec)
  1. Use redaction callback | GroupDocs

    In order to reject specific changes during redaction process or to keep a full log of changes in the Document, you need to set Redactor.RedactionCallback property, to a class implementing IRedactionCallback interface. The interface contains only one method, AcceptRedaction, which receives detailed information about proposed redaction and returns Boolean value, accepted or not. Below, we create a callback class, dumping changes to system console: public class RedactionDump implements IRedactionCallback { public RedactionDump() { } public boolean acceptRedaction(RedactionDescription description) { System....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Redaction Product...specific changes during redaction process or to keep a full log of changes...

    docs.groupdocs.com/redaction/java/use-redaction...
  2. How to Add Image Signature to DOCX using Java

    This topic will provide knowledge on how to add image signature to DOCX using Java. Also, a code example will be provided to insert image signature into DOCX using Java....the credibility of a Word document is easily achieved by incorporating...signatures in electronic documents, including DOCX files. This...

    kb.groupdocs.com/signature/java/how-to-add-imag...
  3. GroupDocs.Conversion (v25.4) - Free Support For...

    Dear Team, We are currently using the latest version of GroupDocs.Conversion (v25.4) to convert Excel files to HTML. However, we have encountered a significant issue related to memory consumption. While converting a 1.…...consumption during the conversion process. The Excel file used for the...encountering during the conversion process? evgen.efimov May 26, 2025...

    forum.groupdocs.com/t/groupdocs-conversion-v25-...
  4. Add Text Watermark to JPG using Java

    Discover how to add text watermark to JPG using Java. Moreover, you'll receive a code snippet demonstrating how to insert text watermark to JPG in Java programming....method Store the updated JPG document on your disk using the Watermarker...a versatile solution. This process not only enhances the visual...

    kb.groupdocs.com/watermark/java/add-text-waterm...
  5. Converting PPTX to HTML does not convert one im...

    Hi, When converting the attached PPTX to HTML using GroupDocs.Viewer, the image (Canon logo) in the bottom-right corner is not shown. Other images seem to be working fine. Image in PPTX not working.zip (512.6 KB) We …...Product Family csharp , dotnet , document-viewer Clemens June 13, 2025...messages during the conversion process? denisgvardionov June 13, 2025...

    forum.groupdocs.com/t/converting-pptx-to-html-d...
  6. Search for embedded object with custom serializ...

    This article explains how to search for embedded electronic signatures with custom serialization in QR code electronic signatures. This topic contains example of custom serialization, class definition and search for serialized objects in the QR-codes with GroupDocs.Signature....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Signature Product...( string source ) { return Process ( source ); } /// <summary>...

    docs.groupdocs.com/signature/net/search-for-emb...
  7. Search for embedded object with custom encrypti...

    This article explains how to search for embedded electronic signatures with custom encryption in QR code electronic signatures. This topic contains example of custom encryption, class definition and search for encrypted objects in the QR-codes with GroupDocs.Signature....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Signature Product...( string source ) { return Process ( source ); } /// <summary>...

    docs.groupdocs.com/signature/net/search-for-emb...
  8. Convert CSV to MD using Java

    Let's swiftly grasp how to convert CSV to MD using Java without extra software installations. We will present you key steps and Java code to export CSV to MD....well-formatted, human-readable documents, while CSV is commonly employed...necessary, especially for documentation purposes. This tutorial...

    kb.groupdocs.com/conversion/java/convert-csv-to...
  9. How to Convert DOCX to SVG using C#

    Within this article, you will find complete instructions on how to convert DOCX to SVG using C# along with sample .NET application to transform DOCX to SVG in C#....display the contents of the document in a web browser or a graphics...library for .NET, the conversion process can be performed efficiently...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  10. How to Add Checkbox Component in PDF using C#

    In this article, You will learn how to add checkbox component in PDF using C#. Furthermore, we will help you to develop application to insert checkbox in PDF using C#....resultant PDF path The preceding process can be used on any platform...checkbox and save the PDF document to disk. Code to Add Checkbox...

    kb.groupdocs.com/annotation/net/how-to-add-chec...