Sort Score
Result 10 results
Languages All
Labels All
Results 281 - 290 of 6,155 for

file conversion

(0.89 sec)
  1. Optimize the PDF file resources | GroupDocs

    This topic describes how to optimize PDF File using the GroupDocs.Viewer .NET API (C#) to reduce size....Conversion Product Solution GroupDocs...Optimize the output PDF file / Optimize the PDF file resources Optimize...

    docs.groupdocs.com/viewer/net/optimization-pdf-...
  2. Detect file type of container item | GroupDocs

    This article explains that how to detect File type of container item....Conversion Product Solution GroupDocs...attachments / Detect file type of container item Detect file type of container...

    docs.groupdocs.com/parser/net/detect-file-type-...
  3. Load a file of a specific format | GroupDocs

    This example demonstrates how to load a File of some particular format. advanced_usage.loading_Files.LoadingFileOfSpecificFormat // Explicitly specifying the format of a File to load you can spare some time on detecting the format LoadOptions loadOptions = new LoadOptions(FileFormat.Spreadsheet); // Constants.InputXls is an absolute or relative path to your document. Ex: @"C:\Docs\source.xls" try (Metadata metadata = new Metadata(Constants.InputXls, loadOptions)) { SpreadsheetRootPackage root = metadata.getRootPackageGeneric(); // Use format-specific properties to extract or edit metadata System....Conversion Product Solution GroupDocs...Loading files / Load a file of a specific format Load a file of a...

    docs.groupdocs.com/metadata/java/load-a-file-of...
  4. Load file from local disk | GroupDocs

    This article explains how to load PDF, Word, Excel, PowerPoint documents from local disk when using GroupDocs.Comparison for Java....Conversion Product Solution GroupDocs...Loading / Load file from local disk Load file from local disk...

    docs.groupdocs.com/comparison/java/load-file-fr...
  5. Load file from local disk | GroupDocs

    Pass an absolute or relative File path to the Comparer constructor to load the source document from local disk, then use Add() for the target File in GroupDocs.Comparison for .NET....Conversion Product Solution GroupDocs...Loading / Load file from local disk Load file from local disk...

    docs.groupdocs.com/comparison/net/load-file-fro...
  6. Specify file type for comparison manually | Gro...

    Specify a document File type manually in GroupDocs.Comparison for .NET via LoadOptions.FileType to skip auto-detection and speed up loading of large Files....Conversion Product Solution GroupDocs...Specify file type for comparison manually Specify file type for...

    docs.groupdocs.com/comparison/net/specify-file-...
  7. Load a file of a specific format | GroupDocs

    This example demonstrates how to load a File of some particular format....Conversion Product Solution GroupDocs...Loading files / Load a file of a specific format Load a file of a...

    docs.groupdocs.com/metadata/net/load-a-file-of-...
  8. Create EditableDocument from file or markup | G...

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

    docs.groupdocs.com/editor/python-net/create-edi...
  9. Save a modified file to a stream | GroupDocs

    This article shows how to save a File to the specified stream in Java...Conversion Product Solution GroupDocs...Advanced Usage / Saving files / Save a modified file to a stream Save...

    docs.groupdocs.com/metadata/nodejs-java/save-a-...
  10. How to edit e-Book file | GroupDocs

    This article demonstrates how to edit e-Book Files using the Python programming language....Conversion Product Solution GroupDocs...How to edit e-Book file How to edit e-Book file Leave feedback On...

    docs.groupdocs.com/editor/python-net/edit-ebook/