Sort Score
Result 10 results
Languages All
Labels All
Results 421 - 430 of 626 for

spreadsheet to pdf

(0.11 sec)
  1. GroupDocs.Viewer for .NET | Documentation

    GroupDocs.Viewer for .NET 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 .NET application....text documents, spreadsheets, presentations, PDF files, web pages...render/display them in HTML, PDF, PNG, and JPEG formats. You can...

    docs.groupdocs.com/viewer/net/
  2. GroupDocs Newsletter November 2018 – .NET and J...

    Share this issue: Monthly NewsletterNovember 2018 Merge and Compare Business Documents of Same Format Documents Difference Checker APIs for .NET and Java GroupDocs.Comparison Product Family includes .NET and Java APIs To efficiently merge and compare all popular business document formats (Microsoft Word, Excel, PowerPoint, OpenDocument ODT, Pdf, Text and HTML) for difference checking. The APIs support comparing text contents, words, paragraphs, characters and style changes like font size, bold, italic etc....PowerPoint, OpenDocument ODT, PDF, Text and HTML) for difference...namely: Microsoft Word, Excel Spreadsheet, PowerPoint Presentation...

    blog.groupdocs.com/total/groupdocs-newsletter-n...
  3. Announcing GroupDocs' Online Document Viewer Mo...

    Good news To all Orchard CMS users! We’ve rolled out a module for the Orchard platform, which lets you embed GroupDocs’ high-fidelity online document viewer as well as selected documents To Orchard pages. No matter what the format is, you can now embed and view documents online using GroupDocs’ efficient online document viewer. [caption id=“attachment_999” align=“alignnone” width=“600” caption=“Announcing GroupDocs’ online document viewer module for Orchard”] [/caption] GroupDocs Viewer is a powerful online document viewer, which allows you To view documents online simply using a browser....all-in-one viewer ** as an online: PDF viewer Word viewer (DOC, DOCX...PowerPoint viewer (PPT, PPTX) Spreadsheet viewer (XLS, XLSX) Image...

    blog.groupdocs.com/viewer/announcing-groupdocs-...
  4. Load options for different document types | Doc...

    This article demonstrates how To load and convert Pdf. Word, Excel, PowerPoint documents and Images using GroupDocs.Conversion for .NET API....Note document with options Load PDF document with options Load personal...document with options Load Spreadsheet document with options Load...

    docs.groupdocs.com/conversion/net/load-options-...
  5. Get file info | Documentation

    This article explains how To detect document file type, size and calculate pages count with GroupDocs.Watermark....file type (PDF, Word document, Excel spreadsheet, PowerPoint...

    docs.groupdocs.com/watermark/nodejs-java/get-fi...
  6. GroupDocs Newsletter February 2018 – Document M...

    Share this issue: Monthly Newsletter February 2018 .NET Document Viewer APIs for C#, WPF and ASPdotNET Applications Render Pdf, Word, Excel, Outlook, HTML and Image formats within GroupDocs.Viewer for .NET is a powerful file viewer API for rendering over 50 documents and image file formats within .NET applications. It rasterizes documents and images both, renders text and converts them To SVG + HTML + CSS – offering a high-fidelity true-text, native document rendering....ASPdotNET Applications Render PDF, Word, Excel, Outlook, HTML and...for : Java Product News pare PDF Annotations in .NET Applications...

    blog.groupdocs.com/total/groupdocs-newsletter-f...
  7. 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:... 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-...
  8. Remove page redactions | Documentation

    This article shows that how To remove pages with sensitive data from your Pdf, presentation and Spreadsheet documents....easily to remove pages from PDF documents, slides from presentations...presentations and worksheets from spreadsheet documents. With GroupDocs...

    docs.groupdocs.com/redaction/net/remove-page-re...
  9. 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...
  10. Generate previews | Documentation

    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/