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...Save in original format Save in original format Leave feedback...
Question regarding GroupDocs.Conversion for .NET
An error occurred when attempting to convert an Excel File larger than 2GB to PDF. How can I resolve this issue?
The version is GroupDocs.Conversion for .NET Framework 2…...with Large Data File Error GroupDocs.Conversion Product Family...Question regarding GroupDocs.Conversion for .NET An error occurred...
You can convert an image File (e.g. JPEG, JPG, PNG) to PSD Format and redesign it as per your requirements using GroupDocs.Conversion for .NET. All you have to do is to integrate this DLL in your web, desktop or console application.
Implementation Pass source document path as a constructor parameter to the instance of Converter class Instantiate ImageConvertOptions Specify resultant image Format using Format property of ImageConvertOptions class Declare SavePageStream delegate, which should proved a stream where each document page will be stored Call Convert method of Converter class instance and pass the declared SavePageStream delegate and the instance of ImageConvertOptions from the previous two steps [gist id=“27d0573878a8342d2a30b0c9ac04a8d9” name=“jpegtopsd....convert an image file (e.g. JPEG, JPG, PNG) to PSD format and redesign...requirements using GroupDocs.Conversion for .NET. All you have to...
Not sure how to modify the below code to use the new Conversion APIs from 24.10 onwards?
It says:
“warning CS0618: ‘Converter.Converter(string, Func)’ is obsolete: ‘The constructor is obsolete from v24.10. Will be remo…...Using Conversion for .NET API v24.10+ GroupDocs.Conversion Product...below code to use the new Conversion APIs from 24.10 onwards?...
While testing the HTML to PPT Conversion feature of GroupDocs.Conversion for Java, I found that the Format of the resulting PPT File was incorrect. To help you reproduce and analyze the issue, I have uploaded the HTML te…...Conversion for Java to convert HTML to PPT format GroupDocs...GroupDocs.Conversion Product Family java xingyu11 May 15, 2025, 11:10am...
The following article indicates the FileFormats that GroupDocs.Watermark can work with....Conversion Product Solution GroupDocs.../ Supported FileFormats Supported FileFormats Leave feedback...
This article demonstrates that how to save File in its original Format with current date as a suffix...Conversion Product Solution GroupDocs...Save in original format Save in original format Leave feedback...
Following this guide you will learn how to save edited Word document with password or change output document Format using GroupDocs.Editor for .NET features....Conversion Product Solution GroupDocs...document / Output format and password Output format and password Leave...
Follow this guide and learn how to convert email attachments to different Format based on attachment type using GroupDocs.Conversion for .Java....Conversion Product Solution GroupDocs...GroupDocs.Conversion Product Family / GroupDocs.Conversion for Java...