Sort Score
Result 10 results
Languages All
Labels All
Results 181 - 190 of 15,531 for

file

(0.05 sec)
  1. Render OTS and WebP File Formats with GroupDocs...

    We’ve been delighted to see the response that we received from the users since we released next generation GroupDocs.Viewer for .NET. Therefore, we always keep improving the API and adding more attractive features to it and today, we are much excited to release GroupDocs.Viewer for .NET 16.12.0. With this latest release of the year, users will be able to render and view OTS and WebP File formats. This release also contains some important bug fixes and improvements....render and view OTS and WebP file formats. This release also contains...have added support of following file formats in the latest version...

    blog.groupdocs.com/viewer/render-ots-webp-with-...
  2. Convert Mobi & PDF/A file formats Using GroupDo...

    We are is glad to announce another release of GroupDocs.Conversion for .NET v17.2.0. In this monthly release new File formats “Mobi and PDF/A” are added in supported File format list. This monthly release of Document Conversion API is introducing new features like " Settings for different horizontal and vertical resolution when converting to image formats" and “conversion to PDF with setting for PDF File format” along with other five fixes....In this monthly release new file formats “ Mobi and PDF/A ” are...are added in supported file format list. This monthly release...

    blog.groupdocs.com/conversion/mobi-pdfa-file-fo...
  3. File Size Increase on Conversion to HTML – Grou...

    Hello Team, I am using GroupDocs.Conversion in a .NET Core application to convert document Files (e.g., Word, Excel) to HTML for preview purposes. However, I have noticed that the converted HTML Files are significantly …...File Size Increase on Conversion to HTML – GroupDocs for .NET...application to convert document files (e.g., Word, Excel) to HTML...

    forum.groupdocs.com/t/file-size-increase-on-con...
  4. Save a modified file to the original source | G...

    This article shows how to save the modified content to the underlying source....Advanced Usage / Saving files / Save a modified file to the original...original source Save a modified file to the original source Leave feedback...

    docs.groupdocs.com/metadata/net/save-a-modified...
  5. Open PowerPoint File

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular File formats....Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats.

    blog.groupdocs.com/zh/tag/open-powerpoint-file/
  6. Update XMP Metadata of WAV File using GroupDocs...

    GroupDocs team is introducing two new features and three enhancements in the monthly release of GroupDocs.Metadata for .NET 18.6. Using the latest version, you can now edit XMP metadata of WAV File format and update metadata properties of MPP File format. Furthermore, memory consumption for loading and saving metadata is now reduced for MPP, WAV and AVI File formats. A bug related to removing XMP metadata in Tiff File format is also resolved in the latest version....WAV file format and update metadata properties of MPP file format...reduced for MPP, WAV and AVI file formats. A bug related to removing...

    blog.groupdocs.com/metadata/update-xmp-metadata...
  7. File Size Increase on Conversion to HTML – Grou...

    File Size Increase on Conversion to HTML – GroupDocs for .NET Hello Team, I am using **GroupDocs.Conversion** in a .NET Core application to convert document Files (e.g., Word, Excel) to HTML for pr......File Size Increase on Conversion to HTML – GroupDocs for .NET...application to convert document files (e.g., Word, Excel) to HTML...

    forum.groupdocs.com/t/file-size-increase-on-con...
  8. Load a file of a specific format | GroupDocs

    This example demonstrates how to load a File of some particular format....Loading files / Load a file of a specific format Load a file of a...example demonstrates how to load a file of some particular format. AdvancedUsage...

    docs.groupdocs.com/metadata/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....Loading files / Load a file of a specific format Load a file of a...example demonstrates how to load a file of some particular format. advanced_usage...

    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....Loading files / Load a file of a specific format Load a file of a...example demonstrates how to load a file of some particular format. advanced_usage...

    docs.groupdocs.com/metadata/java/load-a-file-of...