Sort Score
Result 10 results
Languages All
Labels All
Results 101 - 110 of 16,863 for

file

(0.27 sec)
  1. Supported File Formats | GroupDocs

    The following article indicates the File formats that GroupDocs.Comparison can work with....Started / Supported File Formats Supported File Formats Leave feedback...On this page This topic lists file formats supported by . You can...

    docs.groupdocs.com/comparison/java/supported-do...
  2. Supported File Formats | GroupDocs

    The following article indicates the File formats that GroupDocs.Comparison can work with....Started / Supported File Formats Supported File Formats Leave feedback...On this page This topic lists file formats supported by . You can...

    docs.groupdocs.com/comparison/nodejs-java/suppo...
  3. Supported file formats | GroupDocs

    This topic lists File formats supported by GroupDocs.Viewer for .NET....started / Supported file formats Supported file formats Leave feedback...this page Tip Need to view files online? Try the to open DOCX...

    docs.groupdocs.com/viewer/net/supported-documen...
  4. Optimize spreadsheets in a PDF file | GroupDocs

    Optimize spreadsheets in PDFs. Reduces File size by enabling border lines and removing specific characters....output PDF file / Optimize spreadsheets in a PDF file Optimize...Optimize spreadsheets in a PDF file Leave feedback On this page This...

    docs.groupdocs.com/viewer/python-net/optimizati...
  5. Optimize spreadsheets in a PDF file | GroupDocs

    This topic describes how to optimize spreadsheets in a PDF File using the GroupDocs.Viewer .NET API (C#)....output PDF file / Optimize spreadsheets in a PDF file Optimize...Optimize spreadsheets in a PDF file Leave feedback On this page This...

    docs.groupdocs.com/viewer/net/optimization-pdf-...
  6. Specify file type for comparison manually | Gro...

    Learn how to manually specify the File type when comparing documents using GroupDocs.Comparison for Python via .NET....Specify file type for comparison manually Specify file type for...you to manually specify the file type for each input using LoadOptions...

    docs.groupdocs.com/comparison/python-net/specif...
  7. 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....Get supported file formats Get supported file formats Leave feedback...to obtain a list of supported file types. An example of obtaining...

    docs.groupdocs.com/metadata/java/get-supported-...
  8. Load specific file formats | GroupDocs

    Learn how to load specific File formats manually using LoadOptions in GroupDocs.Parser for Python via .NET....Load specific file formats Load specific file formats Leave feedback...Create Parser object with the file path and LoadOptions Call extraction...

    docs.groupdocs.com/parser/python-net/load-speci...
  9. Loading specific file formats | GroupDocs

    In some cases it’s required to specify the document format manually to guarantee correct output produced by GroupDocs.Parser. The following are the cases when the document format must be specified manually: Markdown documents MHTML documents OTP documents (OpenDocument Presentation Template) Databases Emails from remote servers Here are the steps to specify the document format for Markup document. Instantiate the LoadOptions object and pass the document format in LoadOptions(FileFormat) constructor; Create Parser object and call any method....Loading specific file formats Loading specific file formats Leave...

    docs.groupdocs.com/parser/java/loading-specific...
  10. 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 Java API....EditableDocument from file or markup Create EditableDocument from file or markup...EditableDocument class from HTML files from disk or from HTML markup...

    docs.groupdocs.com/editor/java/create-editabled...