Sort Score
Result 10 results
Languages All
Labels All
Results 51 - 60 of 15,661 for

file

(0.08 sec)
  1. Determine the file type | GroupDocs

    This article explains how to get a type of a File with GroupDocs.Viewer for Java using Java..../ Determine the file type Determine the file type Leave feedback...feedback On this page A file type is a standard way that information...

    docs.groupdocs.com/viewer/java/how-to-determine...
  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/java/supported-do...
  3. 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...
  4. Load File From Local Disk | GroupDocs

    This article demonstrates how to convert a File stored on a local disk using GroupDocs.Conversion for Python via .NET API....Documents / Load File From Local Disk Load File From Local Disk...Leave feedback To load a source file from your local disk, you can...

    docs.groupdocs.com/conversion/python-net/develo...
  5. 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...
  6. Optimize the output PDF file | GroupDocs

    Optimize PDFs for web viewing or reduce File size with GroupDocs.Viewer. Adjust resources and improve loading times....the output PDF file Optimize the output PDF file Leave feedback...output PDF file for a web browser or to reduce the file size by...

    docs.groupdocs.com/viewer/python-net/optimizati...
  7. Changing Target File Format | GroupDocs

    Note This feature is supported by version 18.9. or greater Note The code uses some of the objects defined in The Business Layer. GroupDocs.Assembly provides a powerful feature to change the target File format of an assembled document using File extension or explicit specification. 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...target file format of an assembled document using file extension...

    docs.groupdocs.com/assembly/net/changing-target...
  8. 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-...
  9. Save overwriting original file | GroupDocs

    This article demonstrates that how to save the redacted document, replacing an original File...overwriting original file Save overwriting original file Leave feedback...document, replacing an original file: C# using ( Redactor redactor...

    docs.groupdocs.com/redaction/net/save-overwriti...
  10. Merge Multiple File Types into One File using C...

    C# way to combine two or more documents of different File formats into a single File. Merge different PDF, Word, Excel, PPT Files into one PDF with .NET API....sometimes in documents of different file types, there comes the need...same or different file types into one file using C#. The following...

    blog.groupdocs.com/merger/merge-multiple-file-t...