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...
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...
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...
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...
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...
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...
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...
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...
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...
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...