Sort Score
Result 10 results
Languages All
Labels All
Results 351 - 360 of 409 for

image to spreadsheet conversion

(0.06 sec)
  1. Document rendering basics | GroupDocs

    Convert documents To PDF, HTML, PNG, and JPEG formats using GroupDocs.Viewer for Python....Conversion Product Solution GroupDocs...Render PDF documents Render Spreadsheet files Render PowerPoint presentations...

    docs.groupdocs.com/viewer/python-net/document-r...
  2. Searching watermarks | GroupDocs

    Find possible text and Image watermarks using Python via .NET, with powerful criteria....Conversion Product Solution GroupDocs...wm . image_data is not None : print ( len ( wm . image_data ))...

    docs.groupdocs.com/watermark/python-net/searchi...
  3. 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.... common . FileFormat . SPREADSHEET ) # constants.input_xls is...

    docs.groupdocs.com/metadata/python-net/load-a-f...
  4. 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...LoadOptions ( FileFormat . Spreadsheet ); // Constants.InputXls...

    docs.groupdocs.com/metadata/java/load-a-file-of...
  5. Deleting slides from presentation | GroupDocs

    This article describes the new feature of the GroupDocs.EdiTor for .NET version 25.11 - deleting (removing) one or many slides from the loaded and edited presentation during its saving To the output format...Conversion Product Solution GroupDocs...geometric shapes, raster and vector images, animations, video, audio,...

    docs.groupdocs.com/editor/net/deleting-slides-f...
  6. Getting all used fonts in the loaded document |...

    Getting metadata and binary content of all fonts, used in the document, loaded To the GroupDocs.Viewer for .NET...Conversion Product Solution GroupDocs...like plain text (TXT), raster images (like PNG and JPEG), archives...

    docs.groupdocs.com/viewer/net/getting-used-fonts/
  7. Document rendering basics | GroupDocs

    This section describes how To use GroupDocs.Viewer for .NET (C#) To convert different document types To PDF, HTML, PNG, and JPEG formats....Conversion Product Solution GroupDocs...Render PDF documents Render spreadsheet files Render PowerPoint presentations...

    docs.groupdocs.com/viewer/net/document-renderin...
  8. GroupDocs.Viewer for Node.js via Java | GroupDocs

    GroupDocs.Viewer for Node.js allows you To render documents in various formats as HTML, PDF, JPEG, and PNG files. You do not need To use third-party software To view files within your JavaScript application....Conversion Product Solution GroupDocs...over . Load text documents, spreadsheets, presentations, PDF files...

    docs.groupdocs.com/viewer/nodejs-java/
  9. 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 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:...Conversion Product Solution GroupDocs...LoadOptions ( FileFormat . Spreadsheet ); const metadata = new groupdocs...

    docs.groupdocs.com/metadata/nodejs-java/load-a-...
  10. Document rendering basics | GroupDocs

    This section describes how To use GroupDocs.Viewer for Java To convert different document types To PDF, HTML, PNG, and JPEG formats....Conversion Product Solution GroupDocs...Render PDF documents Render spreadsheet files Render PowerPoint presentations...

    docs.groupdocs.com/viewer/java/document-renderi...