Sort Score
Result 10 results
Languages All
Labels All
Results 461 - 470 of 749 for

spreadsheet to pdf

(0.05 sec)
  1. How to Use GroupDocs' Online Document Viewer Pl...

    We have published a GroupDocs’ online document viewer plugin for Chrome. This add-on provides GroupDocs users with a slick interface for viewing documents right in the Chrome browser. GroupDocs’ Online Document Viewer gives you the ability To view documents and images right in your web browser, without having To install bulky office software. Whether you need To view a text document, an image or a PowerPoint presentation, GroupDocs’ online document viewer opens it for you....TIFF) Portable files (PDF) Spreadsheets (XLS, XLSX) Thanks to...

    blog.groupdocs.com/viewer/how-to-use-groupdocs-...
  2. GroupDocs.Editor Product Family on GroupDocs Bl...

    GroupDocs.EdiTor Product Family on GroupDocs Blog | Document AuTomation Solutions for .NET & Java Developers Recent content in GroupDocs.EdiTor Product Family on GroupDocs Blog | Document AuTomatio...... Edit Excel Spreadsheets - XLS/XLSX Editor Discover...efficient ways to edit Excel spreadsheets. Either edit XLS/XLSX files...

    blog.groupdocs.com/categories/groupdocs.editor-...
  3. Convert to eBook with advanced options | GroupDocs

    Follow this guide and learn how To convert documents To eBook formats (EPUB, MOBI, AZW3) with page size, orientation, and other cusTomizations using GroupDocs.Conversion for .NET....pdf" )) { var options = new EBookConvertOptions...= new Converter ( "document.pdf" )) { var options = new EBookConvertOptions...

    docs.groupdocs.com/conversion/net/convert-to-eb...
  4. 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.... SPREADSHEET ) # constants.input_xls is...to view and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/metadata/python-net/load-a-f...
  5. 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.... Spreadsheet ); // Constants.InputXls...to view and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/metadata/java/load-a-file-of...
  6. 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:... Spreadsheet ); const metadata = new groupdocs...to view and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/metadata/nodejs-java/load-a-...
  7. PngViewOptions | GroupDocs.Viewer for .NET API ...

    Contains options for rendering documents inTo PNG format. For details see this pagehttps//docs.groupdocs.com/viewer/net/renderingTopngorjpeg/ and its children....PdfOptions { get; set; } The PDF document view options. PresentationOptions...SpreadsheetOptions { get; set; } The spreadsheet files view options. TextOptions...

    reference.groupdocs.com/viewer/net/groupdocs.vi...
  8. Specify File Type for Comparison Manually | Gro...

    Manually specify the file type when an extension is missing or wrong, using LoadOptions and FileType from GroupDocs.Comparison for Python via .NET....RTF PDF FileType.PDF Spreadsheet FileType.XLSX ,...dat ) that hold valid Word / PDF bytes. Custom content-type detection...

    docs.groupdocs.com/comparison/python-net/develo...
  9. JpgViewOptions | GroupDocs.Viewer for .NET API ...

    Provides options for rendering documents inTo JPG format. For details see this pagehttps//docs.groupdocs.com/viewer/net/renderingTopngorjpeg/ and its children....PdfOptions { get; set; } The PDF document view options. PresentationOptions...SpreadsheetOptions { get; set; } The spreadsheet files view options. TextOptions...

    reference.groupdocs.com/viewer/net/groupdocs.vi...
  10. Generate previews | GroupDocs

    This article provides learning contents about how To generate page previews of documents in .NET using GroupDocs.Parser API...OutputPath , fileName ); } Note Spreadsheets are rendered by tiles. See...are the steps to generate spreadsheets page previews: Prepare object;...

    docs.groupdocs.com/parser/net/generate-previews/