Sort Score
Result 10 results
Languages All
Labels All
Results 11 - 20 of 3,253 for

file format conversion

(0.08 sec)
  1. GroupDocs.Conversion for Java 16.10.1 Implement...

    Team GroupDocs is keen to announce another release of GroupDocs.Conversion for Java 16.10.1. Numerous customers reported bugs are resolved in this release. Moreover, API encompasses multitude of new features. Support of converting documents to and from PSD Format is introduced. Using latest version of the API developers can implement multi-thread Conversion as well. We would recommend you to download and experience GroupDocs.Conversion for Java 16.10.1 and share your feedback....Conversion for Java 16.10.1. Numerous...converting documents to and from PSD format is introduced. Using latest...

    blog.groupdocs.com/conversion/groupdocs.convers...
  2. Changing Target File Format | GroupDocs

    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....Conversion Product Solution GroupDocs...Changing Target File Format Changing Target File Format Leave feedback...

    docs.groupdocs.com/assembly/net/changing-target...
  3. Doc->DOCX conversion compatibility issues - Fre...

    Hello everyone! The following issue occurs during using GroupDocs.Convertion: by converting .doc File to .docx Format the generated .docx File always has a compatibility issue image.png (38.4 KB) which prevent us from…...Doc->DOCX conversion compatibility issues GroupDocs.Conversion Product...Family csharp , document-conversion , dotnet atsar0621 July 25...

    forum.groupdocs.com/t/doc-docx-conversion-compa...
  4. 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-...
  5. Common conversion options | GroupDocs

    This documentation sections describe how to customize document Conversion process - convert specific document pages, apply watermarks etc. when using GroupDocs.Conversion for .NET....Conversion Product Solution GroupDocs...GroupDocs.Conversion Product Family / GroupDocs.Conversion for .NET...

    docs.groupdocs.com/conversion/net/common-conver...
  6. RTF/DOC to DOCX conversion - Free Support Forum...

    Hello!) I meet the following problem using GroupDocs.Conversion for RTF/DOC to DOCX Conversion: the converted File content looks like encoded byte array instead of the readable text as in the source File: Here is my co…...RTF/DOC to DOCX conversion GroupDocs.Conversion Product Family...GroupDocs.Conversion for RTF/DOC to DOCX conversion: the converted...

    forum.groupdocs.com/t/rtf-doc-to-docx-conversio...
  7. Exception while saving docx to image conversion...

    converter.convert("output.png", convert_options) RuntimeError: Proxy error(GroupDocsConversionException): Saving complete document is only supported when converting to tiff —> NotSupportedException: Saving complete docu…...docx to image conversion GroupDocs.Conversion Product Family...import os from groupdocs.conversion import License, Converter...

    forum.groupdocs.com/t/exception-while-saving-do...
  8. 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/markdown/net/load-a-file-of-...
  9. 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...
  10. 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...