Handle parsing errors using groupdocs.parser.exceptions and add troubleshooting steps for GroupDocs.Parser for Python via .NET....Conversion Product Solution GroupDocs...Troubleshooting checklist Confirm the file path exists and is readable...
Learn how to generate only the summary page in the comparison result using GroupDocs.Comparison for Python via .NET....Conversion Product Solution GroupDocs...summary-only output to reduce file size and focus on key metrics...
This article explains how to remove password for PDF, Word, Excel, PowerPoint documents by using GroupDocs.Merger for .NET....Conversion Product Solution GroupDocs...method; Call method specifying file path to save resultant document...
GroupDocs.Signature for Python via .NET is an easy to use electronic signature API designed for C#/.NET applications...Conversion 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...Conversion Product Solution GroupDocs...digital signatures for various file formats. Using digital signatures...
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#...Conversion Product Solution GroupDocs...from documents across various file formats. It provides a unified...
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....Conversion Product Solution GroupDocs...from the documents of different file formats. The API provides a...
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(); }...Conversion Product Solution GroupDocs...example demonstrates how to save file in its original format with...
Learn how to save the comparison result to different output formats using GroupDocs.Comparison for Python via .NET....Conversion Product Solution GroupDocs...formats depend on the source file type. Common targets include...
Learn how to work with search results using C# efficiently. Discover method to retrieve search results in C# and manage search reports for optimized performance....Conversion Product Family GroupDocs...For each document, display its file path and occurrence count For...