This topic describes how to optimize PDF file in the GroupDocs.Viewer .NET API (C#) for web browser or to reduce size....Us Contact Customers Legal Security Events Acquisition Ask AI...
This article explains how to replace missing font when rendering documents with GroupDocs.Viewer within your Java applications....Us Contact Customers Legal Security Events Acquisition Ask AI...
This article explains how to save comparison result in different format after files comparison within your .NET applications using GroupDocs.Comparison for .NET....Us Contact Customers Legal Security Events Acquisition Ask AI...
This article explains how to activate the comparison of bookmarks for Word format in GroupDocs.Comparison for .NET....Us Contact Customers Legal Security Events Acquisition Ask AI...
In this article you can find how to run examples. We offer multiple solutions on how you can run GroupDocs.Comparison examples, by building your own or using our back-end or front-end examples out-of-the-box....Us Contact Customers Legal Security Events Acquisition Ask AI...
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(); }...Us Contact Customers Legal Security Events Acquisition Ask AI...
This article explains how to save document to the same file or stream while using GroupDocs. Watermarks API....Us Contact Customers Legal Security Events Acquisition Ask AI...
The page describes how to load PDF, Word, Excel, PowerPoint documents from local disk using GroupDocs.Annotation for Java....Us Contact Customers Legal Security Events Acquisition Ask AI...
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#....documents adds an extra layer of security and authenticity. We have...
This tutorial aims to guide you how to sign PDF with text signature using C#. Also, we will furnish you with a code example to add text signature in PDF using C#....workflow and strengthen the security of your digital files. This...