Sort Score
Result 10 results
Languages All
Labels All
Results 151 - 160 of 14,631 for

file

(0.13 sec)
  1. Load a file of a specific format | Documentation

    This example demonstrates how to load a File of some particular format. advanced_usage.loading_Files.LoadingFileOfSpecificFormat JavaScript try { var loadOptions = new LoadOptions(FileFormat.Spreadsheet); const metadata = new groupdocs.metadata.Metadata("input.xls", loadOptions); var root = metadata.getRootPackageGeneric(); } More resources Advanced usage topics To learn more about library features and get familiar how to manage metadata and more, please refer to theadvanced usage section. GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...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/nodejs-java/load-a-...
  2. Save a modified file to a stream | Documentation

    This article shows how to save a File to the specified stream in Java...Advanced Usage / Saving files / Save a modified file to a stream Save...Save a modified file to a stream Leave feedback This example shows...

    docs.groupdocs.com/metadata/java/save-a-modifie...
  3. 2021 October | File Format Blog

    Monthly Archives: October 2021 XLSX vs XLSB – How to Reduce Excel File Size? Posted on October 23, 2021 by Kashif Iqb......vs XLSB – How to Reduce Excel File Size? Posted on October 23,...are two popular Spreadsheet file formats by Microsoft Excel to...

    blog.fileformat.com/2021/10/
  4. Kashif Iqbal | File Format Blog

    Author Archives: Kashif Iqbal ← Older posts Add Formula in Excel using NPOI in .NET Posted on March 30, 2023 by Kashi...... It supports various file formats for Excel, Word, and...and PPTX file formats. Both these presentation file types have...

    blog.fileformat.com/author/kashif-iqbal/
  5. Convert a HTML file to PDF programmatically usi...

    Can Group docs convert a html (remote website or hosted remotely) along with css + fonts + JS to pdf? Usually, page contains lot of dynamic data loaded by JS. We need to convert pdf of the page once all the dom (and dom…...Convert a HTML file to PDF programmatically using Java GroupDocs...Conversion API takes a HTML file as input and then converts it...

    forum.groupdocs.com/t/convert-a-html-file-to-pd...
  6. Save overwriting original file | Documentation

    This article demonstrates that how to save the redacted document, replacing an original File...overwriting original file Save overwriting original file Leave feedback...document, replacing an original file: Python import groupdocs.redaction...

    docs.groupdocs.com/redaction/python-net/save-ov...
  7. Optimize the PDF file resources | Documentation

    Reduce PDF File size with GroupDocs.Viewer. Optimize images, remove data, and more for smaller output Files....Optimize the output PDF file / Optimize the PDF file resources Optimize...Optimize the PDF file resources Leave feedback On this page Resource...

    docs.groupdocs.com/viewer/python-net/optimizati...
  8. 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-...
  9. 2021 September | File Format Blog

    Monthly Archives: September 2021 Top 5 GIS File Formats for Google Maps Posted on September 25, 2021 by Kashif Iqbal ......Archives: September 2021 Top 5 GIS File Formats for Google Maps Posted...navigating … Posted in GIS | Top 5 File Formats for EBook and How to...

    blog.fileformat.com/2021/09/
  10. Convert a JPEG file to PSD programmatically in C#

    You can convert an image File (e.g. JPEG, JPG, PNG) to PSD format and redesign it as per your requirements using GroupDocs.Conversion for .NET. All you have to do is to integrate this DLL in your web, desktop or console application. Implementation Pass source document path as a constructor parameter to the instance of Converter class Instantiate ImageConvertOptions Specify resultant image format using Format property of ImageConvertOptions class Declare SavePageStream delegate, which should proved a stream where each document page will be stored Call Convert method of Converter class instance and pass the declared SavePageStream delegate and the instance of ImageConvertOptions from the previous two steps [gist id=“27d0573878a8342d2a30b0c9ac04a8d9” name=“jpegtopsd....You can convert an image file (e.g. JPEG, JPG, PNG) to PSD format...Have a look at the source JPEG file: Below is the resultant PSD:...

    blog.groupdocs.com/conversion/convert-a-jpeg-fi...