The following table indicates the file formats that GroupDocs.Classification for .NET can process.
Format Description PDF Adobe Portable Document Format (PDF) DOC Microsoft Word 97-2003 Document DOCM Microsoft Word Macro-Enabled Document DOCX Microsoft Word Document DOT Microsoft Word 97-2003 Template DOTM Microsoft Word Macro-Enabled Template DOTX Microsoft Word Template ODT OpenDocument Text OTT Open Document Text Template RTF Rich Text Document TXT Plain Text Document Tip Can’t find your file format?...Supported Document Formats Supported Document Formats Leave feedback...following table indicates the file formats that GroupDocs.Classification...
This article demonstrates how you can convert font formats with GroupDocs.Conversion for .NET....Convert files / Font formats Convert font formats Leave feedback On...render text. Popular file formats include TTF, OTF, CFF and EOT...
This article demonstrates how you can convert to and from email formats with GroupDocs.Conversion for Java....Convert files / Email formats Convert email formats Leave feedback On...On this page Email file formats are used by email applications...
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,...
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:...
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:...
Open Navigation Close Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product Solution GroupDocs.......Working with formatted text Working with formatted text Leave feedback...Extract formatted text from document Extract formatted text from...
Open Navigation Close Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product Solution GroupDocs.......Working with formatted text Working with formatted text Leave feedback...Extract formatted text from document Extract formatted text from...
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:...