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

spreadsheet to pdf

(0.03 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. Get file info | Documentation

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

    docs.groupdocs.com/comparison/nodejs-java/get-f...
  4. Load CSV document with options | Documentation

    Learn this article and check how To load and convert CSV documents with advanced options using GroupDocs.Conversion for .NET API....specific fonts from the source spreadsheet. Specifies that if text starts...comments from the source spreadsheet should be hidden during conversion...

    docs.groupdocs.com/conversion/net/load-csv-docu...
  5. 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...
  6. Extract Text and Metadata from XLSM Online

    Free online document text and metadata extracTor. Secure and easy To use XLSM text and metadata parser and extracTor...Microsoft Excel Macro-Enabled Spreadsheet Files with XLSM extension...HTML XHTML MHT MHTML XML MD ONE PDF PPT PPTX PPS PPSX ODP POT PPTM...

    products.groupdocs.app/parser/xlsm
  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 // 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...
  8. Extracting Document Metainfo | Documentation

    Following this guide, you will learn how To obtain basic document metadata like page count, size, and file type before editing it with GroupDocs.EdiTor for Node.js via Java API....worksheet of a multi-tabbed spreadsheet but doesn’t know how many...documents, worksheets count for Spreadsheets, and 1 for pageless documents...

    docs.groupdocs.com/editor/nodejs-java/extractin...
  9. Upcoming Release of GroupDocs.Search for Java

    We are about To release GroupDocs.Search for Java, a full-featured, back-end API that could easily be utilized by Java developers in their projects. It is a fascinating document search API that extracts text and metadata from documents. Furthermore, it performs advanced searching and indexing operations on the basis of fuzzy and synonym algorithms. API also supports full-text search. Features Offered by GroupDocs.Search for JavaGroupDocs will keep on updating this API with new features....Word Processing Documents Spreadsheet Documents Presentation Documents...Presentation Documents Email Messages PDF Documents Text Documents Electronic...

    blog.groupdocs.com/search/upcoming-release-of-g...
  10. 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...