Sort Score
Result 10 results
Languages All
Labels All
Results 31 - 40 of 14,631 for

file

(0.06 sec)
  1. Load file from stream | Documentation

    This article explains how to load PDF, Word, Excel, PowerPoint documents from a stream when using GroupDocs.Comparison for Node.js via Java..../ Loading / Load file from stream Load file from stream Leave...saving stream as a file, allows you to work with file streams directly...

    docs.groupdocs.com/comparison/nodejs-java/load-...
  2. Get file info | Documentation

    This article explains the ability of the GroupDocs.Redaction API to get the general document information, which includes FileType, PageCount and FileSize....Guide / Basic usage / Get file info Get file info Leave feedback GroupDocs...document information. Get file info for a file from local disk using...

    docs.groupdocs.com/redaction/net/get-file-info/
  3. Get supported file formats | Documentation

    This page describes how to obtain supported File formats list when annotate documents and images with GroupDocs.Annotation within your .NET applications....Get supported file formats Get supported file formats Leave feedback...to get the list of supported file formats. To do this, follow...

    docs.groupdocs.com/annotation/java/get-supporte...
  4. Determine the file type | Documentation

    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...
  5. Changing Target File Format | Documentation

    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...
  6. Optimize the output PDF file | Documentation

    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. Get supported file formats | Documentation

    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. Save overwriting original file | Documentation

    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...
  9. Save file to stream | Documentation

    This article demonstrates how to convert a File and save it as a stream using GroupDocs.Conversion for .NET API....usage / Saving / Save file to stream Save file to stream Leave feedback...the stream where the converted file will be sent. Pass the method’s...

    docs.groupdocs.com/conversion/net/save-file-to-...
  10. Get supported file formats | Documentation

    This article shows how to check supported File formats....Get supported file formats Get supported file formats Leave feedback...the list of all the supported file formats by the static method:...

    docs.groupdocs.com/parser/java/get-supported-fi...