Sort Score
Result 10 results
Languages All
Labels All
Results 431 - 440 of 626 for

spreadsheet to pdf

(0.03 sec)
  1. 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...
  2. eSign document with Digital signature | Documen...

    This article explains how digitally esign documents with certificates using GroupDocs.Signature API...documents (DOC, DOCX, ODT, OTT), Spreadsheet files (XLSX, XLS, ODS, OTS)...appearance on document pages. PDF document format supports digital...

    docs.groupdocs.com/signature/java/esign-documen...
  3. 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...
  4. 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/
  5. Get file info | Documentation

    The page describes how To detect document file type, size and calculate pages count when annotate documents or images with GroupDocs.Annotation....file type (PDF, Word document, Excel spreadsheet, PowerPoint...

    docs.groupdocs.com/annotation/net/get-file-info/
  6. 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...
  7. 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/java/remove-page-r...
  8. 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...
  9. Generate previews | Documentation

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

    docs.groupdocs.com/parser/java/generate-previews/
  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...