This article demonstrates how you can convert to and from database formats with GroupDocs.Conversion for Java....files / Database formats Convert database formats Leave feedback...extensions and their file formats include SQLite, DB, ACCDB,...
In this article, you will learn how to convert documents to HTML format with GroupDocs.Conversion for Java....Convert files / Web formats Convert web formats Leave feedback On...About HTML and other web file formats HTML (Hyper Text Markup Language)...
In this article, you will learn how to convert CAD documents to other formats or another CAD format with GroupDocs.Conversion for Java....Convert files / CAD formats Convert CAD formats Leave feedback On...On this page About CAD file formats CAD stands for Computer-Aided...
This article demonstrates how you can convert font formats with GroupDocs.Conversion for Node.js via Java....Convert files / Font formats Convert font formats Leave feedback On...render text. Popular file formats include TTF, OTF, CFF, and...
It supports DOCX, DOCM, DOC, DOT, DOTM, XLS, XLSX, PDF, PPT, JPG, PNG, HTML, EML and many more....Supported Document Formats Supported Document Formats Leave feedback...file formats that GroupDocs.Signature can work with. Format Description...
In this article, you will learn how to convert CAD documents to other formats or another CAD format with GroupDocs.Conversion for .NET....Convert files / CAD formats Convert CAD formats Leave feedback On...On this page About CAD file formats CAD stands for Computer-Aided...
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(); }...Save in original format Save in original format Leave feedback...to save file in its original format with current date as a suffix:...
In this article, you will learn how to convert CAD documents to other formats or another CAD format with GroupDocs.Conversion for Node.js via Java....Convert files / CAD formats Convert CAD formats Leave feedback On...On this page About CAD file formats CAD stands for Computer-Aided...
This article demonstrates that how to save file in its original format with current date as a suffix...Save in original format Save in original format Leave feedback...to save file in its original format with current date as a suffix:...