Sort Score
Result 10 results
Languages All
Labels All
Results 141 - 150 of 3,535 for

file format conversion

(0.51 sec)
  1. Rich Text MSG email with inline attachment show...

    One prevalent use case of Rich Text Format emails is to embed documents into table cells. However, when converting such emails into PDF Format, the document icons are converted to missing Files “x” icons. Sample MSG fi…...missing file icon when converted to PDF GroupDocs.Conversion Product...Family dotnet , document-conversion jarrodwee March 3, 2025,...

    forum.groupdocs.com/t/rich-text-msg-email-with-...
  2. Get the format family and the additional inform...

    Get Format family details & extra info about Files using GroupDocs.Viewer for Python....Conversion Product Solution GroupDocs...document information / Get the format family and the additional information...

    docs.groupdocs.com/viewer/python-net/how-to-get...
  3. Split text file | GroupDocs

    Follow this guide and learn how to split text File into several resultant Files using GroupDocs.Merger for Node.js via Java API....Conversion Product Solution GroupDocs...operations / Split text file Split text file Leave feedback allows...

    docs.groupdocs.com/merger/nodejs-java/split-tex...
  4. Supported file formats | GroupDocs

    It supports DOCX, DOCM, DOC, DOT, DOTM, DOTX, ODT, OTT, RTF, XLS, XLSX, XLSB, XLSM, XLT, XLTX, XLTM, XLAM, CSV, TSV, ODS, OTS, FODS, SXC, NUMBERS, PDF, EPUB, AZW3, MOBI, TXT, XML, CHM...Conversion Product Solution GroupDocs.../ Supported file formats Supported file formats Leave feedback...

    docs.groupdocs.com/markdown/python-net/supporte...
  5. Split text file | GroupDocs

    Follow this guide and learn how to split text File into several resultant Files using GroupDocs.Merger for Java API....Conversion Product Solution GroupDocs...operations / Split text file Split text file Leave feedback allows...

    docs.groupdocs.com/merger/java/split-text-file/
  6. Split text file | GroupDocs

    Follow this guide and learn how to split text File into several resultant Files using GroupDocs.Merger for .NET API....Conversion Product Solution GroupDocs...operations / Split text file Split text file Leave feedback allows...

    docs.groupdocs.com/merger/net/split-text-file/
  7. Create New Document by Format | GroupDocs

    This article demonstrates how to create new documents, spreadsheets, and presentations with GroupDocs.Editor for Node.js via Java API....Conversion Product Solution GroupDocs...Document by Format Create New Document by Format Leave feedback...

    docs.groupdocs.com/editor/nodejs-java/create-do...
  8. Get supported file formats | GroupDocs

    This article shows how to check supported File Formats....Conversion Product Solution GroupDocs...supported file formats Get supported file formats Leave feedback...

    docs.groupdocs.com/parser/java/get-supported-fi...
  9. Save overwriting original file | GroupDocs

    The following example demonstrates how to save the redacted document, replacing an original File: // Make a copy of sample File Files.copy(new File("Sample.docx").toPath(), new File("OverwrittenSample.docx").toPath(), StandardCopyOption.REPLACE_EXISTING); // Apply redaction final Redactor redactor = new Redactor("OverwrittenSample.docx"); try { RedactorChangeLog result = redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions(java.awt.Color.RED))); if (result.getStatus() != RedactionStatus.Failed) { SaveOptions options = new SaveOptions(); options.setAddSuffix(false); options.setRasterizeToPDF(false); // Save the document in original Format overwriting original File redactor.save(options); } } finally { redactor....Conversion Product Solution GroupDocs...overwriting original file Save overwriting original file Leave feedback...

    docs.groupdocs.com/redaction/java/save-overwrit...
  10. How to Edit XML File | GroupDocs

    This article demonstrates how to edit XML Files and XML documents using Node.js via Java....Conversion Product Solution GroupDocs.../ How to Edit XML File How to Edit XML File Leave feedback On...

    docs.groupdocs.com/editor/nodejs-java/how-to-ed...