This article explains how to remove password for PDF, Word, Excel, PowerPoint documents by using GroupDocs.Merger for .NET....Editor Product Solution GroupDocs...method; Call method specifying file path to save resultant document...
Removing watermark from a particular page of PDF document using C#....Editor Product Solution GroupDocs...PdfContent . class ); File imageFile = new File ( "test.png" ); byte...
GroupDocs.Signature for Python via .NET is an easy to use electronic signature API designed for C#/.NET applications...Editor Product Solution GroupDocs...sign electronic docs of various file formats. This e-signing API...
GroupDocs.Signature for Java is an easy to use electronic signature API designed for Java applications...Editor Product Solution GroupDocs...digital signatures for various file formats. Using digital signatures...
A Java API for redaction of sensitive and classified information from the documents. You can redact in adobe pdf, redact in excel or in many of different File formats....Editor Product Solution GroupDocs...from the documents of different file formats. The API provides a...
A .NET API for redaction of sensitive and classified information from the documents. You can redact in adobe pdf, redact in excel or in many of different File formats using c#...Editor Product Solution GroupDocs...from documents across various file formats. It provides a unified...
Learn how to save the comparison result to different output formats using GroupDocs.Comparison for Python via .NET....Editor Product Solution GroupDocs...formats depend on the source file type. Common targets include...
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(); }...Editor Product Solution GroupDocs...example demonstrates how to save file in its original format with...
This article show how to enable you to load password-protected documents and load documents from different sources...Editor Product Solution GroupDocs...Stream Load password-protected file Use advanced logging Pre-rasterize...
GroupDocs.Redaction allows you to load password-protected documents and load documents from different sources.
For more details please refer to the following guides:...Editor Product Solution GroupDocs...Stream Load password-protected file Use advanced logging Pre-rasterize...