Sort Score
Result 10 results
Languages All
Labels All
Results 541 - 550 of 11,345 for

formatting

(0.5 sec)
  1. Convert web formats | GroupDocs

    In this article, you will learn how to convert documents to HTML format with GroupDocs.Conversion for .NET....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/net/convert/web/
  2. Supported Document Formats | GroupDocs

    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 indicates the file formats that GroupDocs.Editor can edit...

    docs.groupdocs.com/editor/net/supported-documen...
  3. Convert publisher formats | GroupDocs

    In this article, you will learn how to convert Publisher formats to other formats with GroupDocs.Conversion for Java....Publisher Convert publisher formats Leave feedback On this page...page About Publisher formats If you are in the digital marketing...

    docs.groupdocs.com/conversion/java/convert/publ...
  4. Supported File Formats | GroupDocs

    GroupDocs.Signature for Python via .NET supports DOCX, DOCM, DOC, DOT, DOTM, XLS, XLSX, PDF, PPT, JPG, PNG, HTML, EML and many more formats....Supported File Formats Supported File Formats Leave feedback...following table indicates the file formats that GroupDocs.Signature for...

    docs.groupdocs.com/signature/python-net/support...
  5. Save in original format | GroupDocs

    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...
  6. Supported Document Formats | GroupDocs

    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/net/supported-documen...
  7. Supported file formats | GroupDocs

    This topic lists file formats supported by GroupDocs.Total for Java....Supported file formats Supported file formats Leave feedback...page Explore the diverse file formats supported by GroupDocs.Total...

    docs.groupdocs.com/total/java/supported-documen...
  8. Supported File Formats | GroupDocs

    It supports DOCX, DOCM, DOC, DOT, DOTM, XLS, XLSX, PDF, PPT, JPG, PNG, HTML, EML and many more....Supported File Formats Supported File Formats Leave feedback...contains a full list of file formats that are currently supported...

    docs.groupdocs.com/metadata/net/supported-docum...
  9. Supported File Formats | GroupDocs

    It supports DOCX, DOCM, DOC, DOT, DOTM, XLS, XLSX, PDF, PPT, JPG, PNG, HTML, EML and many more....Supported File Formats Supported File Formats Leave feedback...contains a full list of file formats that are currently supported...

    docs.groupdocs.com/metadata/java/supported-docu...
  10. Save in original format | GroupDocs

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

    docs.groupdocs.com/redaction/net/save-in-origin...