Sort Score
Result 10 results
Languages All
Labels All
Results 481 - 490 of 10,831 for

formatting

(0.23 sec)
  1. Output format and password | Documentation

    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....document / Output format and password Output format and password Leave...document of some WordProcessing format. In other words, the class...

    docs.groupdocs.com/editor/net/output-format-and...
  2. Convert web formats | Documentation

    In this article, you will learn how to convert documents to HTML format with GroupDocs.Conversion for Node.js via Java....Convert files / Web formats Convert web formats Leave feedback On...About HTML and other web file formats HTML (Hyper Text Markup Language)...

    docs.groupdocs.com/conversion/nodejs-java/conve...
  3. Convert eBook formats | Documentation

    In this article, you will learn how to convert eBook formats with GroupDocs.Conversion for Java....files / eBooks Convert eBook formats Leave feedback On this page...page About eBook file formats eBook files are electronic files that...

    docs.groupdocs.com/conversion/java/convert/ebook/
  4. Supported Document Formats | Documentation

    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...

    docs.groupdocs.com/signature/net/supported-docu...
  5. Convert font formats | Documentation

    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...

    docs.groupdocs.com/conversion/net/convert/font/
  6. Supported Document Formats | Documentation

    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...following table contains file formats supported by GroupDocs.Search...

    docs.groupdocs.com/search/java/supported-docume...
  7. Convert email formats | Documentation

    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...

    docs.groupdocs.com/conversion/java/convert/email/
  8. Convert database formats | Documentation

    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,...

    docs.groupdocs.com/conversion/java/convert/data...
  9. Save in original format | Documentation

    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:...

    docs.groupdocs.com/redaction/java/save-in-origi...
  10. Changing Target File Format | Documentation

    Note This feature is supported by version 18.9. or greater Note The code uses some of the objects defined in The Business Layer. Changing Target File Format GroupDocs.Assembly provides a powerful feature to change the target file format of an assembled document using file extension or explicit specifying. GroupDocs.Assembly API provides the ability to change target file format when assembling the following file formats: Word Processing documents Spreadsheet documents Presentation documents Email documents Text documents Supported output file formats depending on input file formats can be found at this page....Changing Target File Format Changing Target File Format Leave feedback...Layer . Changing Target File Format GroupDocs.Assembly provides...

    docs.groupdocs.com/assembly/java/changing-targe...