Sort Score
Result 10 results
Languages All
Labels All
Results 261 - 270 of 5,913 for

file conversion

(0.41 sec)
  1. Load a file of a specific format | GroupDocs

    This example demonstrates how to load a File of a particular format using GroupDocs.Metadata for Python via .NET....Conversion Product Solution GroupDocs...Loading files / Load a file of a specific format Load a file of a...

    docs.groupdocs.com/metadata/python-net/load-a-f...
  2. 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...
  3. Optimize spreadsheets in a PDF file | GroupDocs

    This topic describes how to optimize spreadsheets in a PDF File using the GroupDocs.Viewer Java API....Conversion Product Solution GroupDocs...output PDF file / Optimize spreadsheets in a PDF file Optimize...

    docs.groupdocs.com/viewer/java/optimization-pdf...
  4. GroupDocs.Conversion for .NET Library - Convert...

    Good news for .NET developers - our universal document Conversion library, GroupDocs Conversion for .NET is now available for download! The library enables developers to seamlessly convert back and forth between over 50 common File formats from within their .NET (C#, VB.NET) apps. For example, using the library, you can convert Word documents (DOC, DOCX) to PDF Files and to images without the need for Microsoft Word or Adobe Acrobat on either server or client side....universal document conversion library, GroupDocs Conversion for .NET is...forth between over 50 common file formats from within their .NET...

    blog.groupdocs.com/conversion/groupdocs-convers...
  5. 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....Conversion Product Solution GroupDocs...Loading specific file formats Loading specific file formats Leave...

    docs.groupdocs.com/parser/java/loading-specific...
  6. 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-...
  7. 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#)....Conversion Product Solution GroupDocs...output PDF file / Optimize spreadsheets in a PDF file Optimize...

    docs.groupdocs.com/viewer/net/optimization-pdf-...
  8. Optimize the PDF file by removing unused resour...

    Optimize PDFs with GroupDocs.Viewer by removing unused resources and reducing File size....Conversion Product Solution GroupDocs...Optimize the output PDF file / Optimize the PDF file by removing unused...

    docs.groupdocs.com/viewer/python-net/optimizati...
  9. Specify file type for comparison manually | Gro...

    Following this guide you will learn how to specify File type for comparison manually when use GroupDocs.Comparison for .NET....Conversion Product Solution GroupDocs...Specify file type for comparison manually Specify file type for...

    docs.groupdocs.com/comparison/net/specify-file-...
  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....Conversion Product Solution GroupDocs...EditableDocument from file or markup Create EditableDocument from file or markup...

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