Sort Score
Result 10 results
Languages All
Labels All
Results 201 - 210 of 3,160 for

file format conversion

(0.06 sec)
  1. Error converting EML to PDF due to allegedly co...

    When converting some emails, the converter fails with “Cannot convert. The File is corrupt or damaged. Incorrect File header”. However, when opening this email in Outlook, it loads just fine including attachments. No er…...allegedly corrupt file header GroupDocs.Conversion Product Family...Family dotnet , document-conversion JuneTech November 4, 2025, 9:41am...

    forum.groupdocs.com/t/error-converting-eml-to-p...
  2. How to save Presentation with different file ty...

    This article explains how to save signed Presentation documents with various File Formats by GroupDocs.Signature API....Conversion Product Solution GroupDocs...with different formats / Presentaion → format How to save Presentation...

    docs.groupdocs.com/signature/net/save-signed-pr...
  3. Get supported file types | GroupDocs

    This article explains how to obtain supported File Formats list when merge PDF, Word(DOC, DOCX), Excel(XLS, XLSX), PowerPoint(PPT, PPTX) documents with GroupDocs.Merger within your .NET applications....Conversion Product Solution GroupDocs.../ Get supported file types Get supported file types Leave feedback...

    docs.groupdocs.com/merger/net/get-supported-fil...
  4. Save signed Image with different output file ty...

    This article explains how to save signed image with various image Formats by GroupDocs.Signature API....Conversion Product Solution GroupDocs...documents with different formats / Image → format Save signed Image...

    docs.groupdocs.com/signature/java/save-signed-i...
  5. Get supported file types | GroupDocs

    This article explains how to obtain supported File Formats list when merge PDF, Word(DOC, DOCX), Excel(XLS, XLSX), PowerPoint(PPT, PPTX) documents with GroupDocs.Merger within your Java applications....Conversion Product Solution GroupDocs.../ Get supported file types Get supported file types Leave feedback...

    docs.groupdocs.com/merger/java/get-supported-fi...
  6. Save signed Presentation with different output ...

    This article explains how to save signed Presentation documents with various File Formats by GroupDocs.Signature API....Conversion Product Solution GroupDocs...with different formats / Presentaion → format Save signed Presentation...

    docs.groupdocs.com/signature/java/save-signed-p...
  7. Save signed Word Processing with different outp...

    This article explains how to save signed Word Processing documents with various File Formats by GroupDocs.Signature API....Conversion Product Solution GroupDocs...documents with different formats / Words → format Save signed Word Processing...

    docs.groupdocs.com/signature/java/save-signed-w...
  8. Save overwriting original file | GroupDocs

    This article demonstrates that how to save the redacted document, replacing an original File...Conversion Product Solution GroupDocs...overwriting original file Save overwriting original file Leave feedback...

    docs.groupdocs.com/redaction/python-net/save-ov...
  9. Create EditableDocument from file or markup | G...

    This article explains how to create instance of the EditableDocument class from HTML Files from disk or from HTML markup with resources using GroupDocs.Editor for .NET API....Conversion Product Solution GroupDocs...EditableDocument from file or markup Create EditableDocument from file or markup...

    docs.groupdocs.com/editor/net/create-editabledo...
  10. Get supported file formats | GroupDocs

    The getSupportedFileTypes method of the FileType class is used to obtain a list of supported File types. An example of obtaining a list of supported File types is presented below. Iterable<FileType> supportedFileTypes = FileType.getSupportedFileTypes(); Iterator iterator = supportedFileTypes.iterator(); while (iterator.hasNext()) { FileType FileType = (FileType)iterator.next(); System.out.println(FileType.getExtension() + " - " + FileType.getDescription()); } More resources Advanced usage topics To learn more about library features and get familiar how to manage metadata and more, please refer to theadvanced usage section....Conversion Product Solution GroupDocs...supported file formats Get supported file formats Leave feedback...

    docs.groupdocs.com/metadata/java/get-supported-...