Sort Score
Result 10 results
Languages All
Labels All
Results 451 - 460 of 694 for

spreadsheet to pdf

(0.18 sec)
  1. Features Overview | Documentation

    GroupDocs.Assembly for .NET is an API that allows you To generate documents in popular microsoft office and email file formats based upon template documents and data obtained from various sources including databases, XML, JSON, OData, objects of cusTom .NET types, external documents, and more. The following is the list of salient features which are offered by the GroupDocs.Assembly API: Multiple data formats support Use formulae & perform sequential data operations Apply upper, lower, capital, firstcap formatting To strings in template syntax Template syntax support formatting of ordinal, cardinal, alphabetic numeric nature Support template documents with cusTom variables & text comments within template syntax tags Dynamically insert out document content in report Dynamically configure background color of html documents & generate barcode in reports Dynamically insert hyperlinks in reports & apply attributes To email message body Dynamically attach email attachments Support of next field analogue of Microsoft Word Update fields during word processing document assembly Apply formula during Spreadsheet assembly Template formatting for numeric, text, image, date-time, chart elements Conditional formatting of template text elements Linq-based template syntax Change format of assembled file using explicit specifications or file extension AuTo-removal of empty paragraphs Generate various report types, e....assembly Apply formula during spreadsheet assembly Template formatting...Supported Ability to use Spreadsheet as Table of Data Supported...

    docs.groupdocs.com/assembly/net/features-overview/
  2. Working with fonts in GroupDocs.Viewer for .NET

    Learn how To get list of used fonts, specify or replace missing fonts, exclude fonts...the document file itself, like PDF. But others, like Office family...WordProcessing, Spreadsheet, Presentation, and PDF, have specialized...

    blog.groupdocs.com/viewer/working-with-fonts/
  3. 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...
  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. 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/
  6. 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...
  7. Features Overview | Documentation

    GroupDocs.Assembly for Python via .NET is an API that allows you To generate documents in popular microsoft office and email file formats based upon template documents and data obtained from various sources including databases, XML, JSON, OData, objects of cusTom .NET types, external documents, and more. The following is the list of salient features which are offered by the GroupDocs.Assembly API: Multiple data formats support Use formulae & perform sequential data operations Apply upper, lower, capital, firstcap formatting To strings in template syntax Template syntax support formatting of ordinal, cardinal, alphabetic numeric nature Support template documents with cusTom variables & text comments within template syntax tags Dynamically insert out document content in report Dynamically configure background color of html documents & generate barcode in reports Dynamically insert hyperlinks in reports & apply attributes To email message body Dynamically attach email attachments Support of next field analogue of Microsoft Word Update fields during word processing document assembly Apply formula during Spreadsheet assembly Template formatting for numeric, text, image, date-time, chart elements Conditional formatting of template text elements Linq-based template syntax Change format of assembled file using explicit specifications or file extension AuTo-removal of empty paragraphs Generate various report types, e....assembly Apply formula during spreadsheet assembly Template formatting...Supported Ability to use Spreadsheet as Table of Data Supported...

    docs.groupdocs.com/assembly/python-net/features...
  8. 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-...
  9. Save Document | Documentation

    This article demonstrates how To save edited text documents, Spreadsheets, and presentations with GroupDocs.EdiTor for Node.js via Java API....DOC, DOCX, DOCM, DOT, ODT Spreadsheet XLS, XLSX, XLSM, XLSB Delimiter-Separated...POT Plain Text Documents TXT PDF PDF N/A Code Example The source...

    docs.groupdocs.com/editor/nodejs-java/save-docu...
  10. 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 // 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...