Sort Score
Result 10 results
Languages All
Labels All
Results 611 - 620 of 11,364 for

formatting

(0.35 sec)
  1. Convert a Document to Another Format | GroupDocs

    Learn how to convert a single document to another format using GroupDocs.Conversion for Python via .NET....Another Format Convert a Document to Another Format Leave feedback...single document to another format, where only one document is...

    docs.groupdocs.com/conversion/python-net/develo...
  2. Convert page layout formats | GroupDocs

    This article demonstrates how you can convert to and from page layout formats with GroupDocs.Conversion for Node.js via Java....Page layout formats Convert page layout formats Leave feedback...this page About page layout formats Page layout languages are used...

    docs.groupdocs.com/conversion/nodejs-java/conve...
  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....a specific format Load a file of a specific format Leave feedback...load a file of some particular format. advanced_usage.loading_files...

    docs.groupdocs.com/metadata/java/load-a-file-of...
  4. Convert files to various formats | GroupDocs

    This page explains how to convert a file to PDF, Word, Excel, PowerPoint, Email, JPG, PNG, TIFF, and many other formats with just a couple of lines of Java code....files Convert files to various formats Leave feedback provides a quick...some source format to various ranges of target formats. The conversion...

    docs.groupdocs.com/conversion/java/convert/
  5. Convert files to various formats | GroupDocs

    This page explains how to convert a file to PDF, Word, Excel, PowerPoint, Email, JPG, PNG, TIFF, and many other formats with just a couple of lines of С# code....files Convert files to various formats Leave feedback Note Try online...some source format to various ranges of target formats. The conversion...

    docs.groupdocs.com/conversion/net/convert/
  6. Load document of specific format | GroupDocs

    This article explains how to load document of specific format....of specific format Load document of specific format Leave feedback...a document of any supported format. When you’re loading a document...

    docs.groupdocs.com/watermark/java/load-document...
  7. Get supported file formats | GroupDocs

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

    docs.groupdocs.com/parser/java/get-supported-fi...
  8. Convert project management formats | GroupDocs

    This article demonstrates how you can convert to and from project management formats with GroupDocs.Conversion for Java....management formats Convert project management formats Leave feedback...be exported to PDF or image formats for documentation. Common Project...

    docs.groupdocs.com/conversion/java/convert/proj...
  9. 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....specific file formats Loading specific file formats Leave feedback...required to specify the document format manually to guarantee correct...

    docs.groupdocs.com/parser/java/loading-specific...
  10. Convert compression formats | GroupDocs

    In this article, you will learn how to extract compressed files and convert them to desired format with GroupDocs.Conversion for .NET....Archives Convert compression formats Leave feedback On this page...page About compression file formats File compression is the process...

    docs.groupdocs.com/conversion/net/convert/compr...