Sort Score
Result 10 results
Languages All
Labels All
Results 4,591 - 4,600 of 15,413 for

file

(0.14 sec)
  1. Working with metadata in Spreadsheets | GroupDocs

    GroupDocs.Metadata for .NET provides functionality that allows working with different kinds of spreadsheet formats such as XLS, XLSX, ODS, etc. For the full list of supported document formats please refer to Supported Document Formats. Detecting the exact type of a document The following sample of code will help you to detect the exact type of a loaded spreadsheet and extract some additional File format information. Load a Spreadsheet document Extract the root metadata package Use the FileType property to obtain File format information AdvancedUsage....and extract some additional file format information. a Spreadsheet...package Use the property to obtain file format information AdvancedUsage...

    docs.groupdocs.com/metadata/net/working-with-me...
  2. render_docx_to_html.zip

    demo-app/render_docx_to_html.py import os from groupdocs.viewer import License, Viewer from groupdocs.viewer.options import HtmlViewOptions def render_docx_to_html(): # Get license File absolute pa......render_docx_to_html(): # Get license file absolute path license_path =...set_license(license_path) # Load DOCX file with Viewer("./sample.docx")...

    docs.groupdocs.com/viewer/python-net/_sample_fi...
  3. Render TXT as JPG using Python

    Learn how to render TXT as JPG using Python. This tutorial explains how to convert TXT to JPG in Python with customizable image dimensions for clear visual output....JPG using Python Plain text files are commonly used to store simple... However, converting these files into image formats like JPG...

    kb.groupdocs.com/viewer/python/render-txt-as-jp...
  4. Get All Sheet Names in Excel using Python

    Learn how to get all sheet names in Excel using Python. This tutorial shows how to extract worksheet names from XLSX Files programmatically....worksheet metadata from XLSX files without opening them manually...info extraction Open the XLSX file using the Viewer class inside...

    kb.groupdocs.com/viewer/python/get-all-sheet-na...
  5. Convert PDF to JPG using Python

    Discover how to convert PDF to JPG using Python. This tutorial explains how to export PDF to JPG using Python for easier sharing, and streamlined workflows....PDF page and save them as JPG files To convert PDF document into...Converter class with your PDF file, create object of ImageConvertOptions...

    kb.groupdocs.com/conversion/python/convert-pdf-...
  6. Unable to set margins when converting .eml to ....

    I use the code below to convert .eml Files to .pdf. However, setting the margins using options.setMarginBottom(12), options.setMarginTop(12), options.setMarginLeft(12), and options.setMarginRight(12) no long…...eml files to .pdf. However, setting the...margins when converting .eml files to .pdf after upgrading from...

    forum.groupdocs.com/t/unable-to-set-margins-whe...
  7. Render a Part of MS Project Document using Grou...

    Today, we are glad to announce the release of GroupDocs.Viewer for .NET 18.8. In this version, we have introduced the feature of rendering a part of MS Project document specifying the start date and end date. We have also made it possible to set ForcePasswordValidation property of the ViewerConfig using the configuration Files such as app.config and web.config. Furthermore, the latest version also includes 14 improvements and bug fixes. Below is the list of new features, improvements, and fixes added in v18....ViewerConfig using the configuration files such as app.config and web.config...HTML page Exception when the file name contains curly braces Legend...

    blog.groupdocs.com/viewer/render-a-part-of-ms-p...
  8. render_docx_to_pdf.zip

    demo-app/render_docx_to_pdf.py import os from groupdocs.viewer import License, Viewer from groupdocs.viewer.options import PdfViewOptions def render_docx_to_pdf(): # Get license File absolute path ......render_docx_to_pdf(): # Get license file absolute path license_path =...set_license(license_path) # Load DOCX file with Viewer("./sample.docx")...

    docs.groupdocs.com/viewer/python-net/_sample_fi...
  9. How to Sign JPEG with Text Signature using Java

    This tutorial is designed to walk you through how to sign JPEG with text signature using Java. Also, we will provide code to add text signature on JPEG using Java....the necessary adjustments to file paths, integrating the provided...

    kb.groupdocs.com/signature/java/how-to-sign-jpe...
  10. How to Upload PHP Project to Heroku?

    Heroku is a great opportunity for developers to try and test their code in a production environment. Originally created for Ruby projects, Heroku now supports Ruby, Java, Python and even PHP. Heroku’s PHP project support is an undocumented feature so some additional skills are required do deploy such a project. In this post, I’ll show you the methods to create a PHP project on Heroku with the GroupDocs PHP SDK Api Samples application....ini file to your app and upload them...

    blog.groupdocs.com/total/how-to-upload-php-proj...