Sort Score
Result 10 results
Languages All
Labels All
Results 2,831 - 2,840 of 3,760 for

presentation to spreadsheet

(0.07 sec)
  1. groupdocs-conversion-23.2-javadoc.jar

    META-INF/MANIFEST.MF Manifest-Version: 1.0 Archiver-Version: Plexus Archiver Built-By: gitlab.runner Created-By: Apache Maven 3.5.4 Build-Jdk: 1.8.0_181 allclasses-frame.html All Classes AudioDocum......associated with this key if present. Methods inherited from class...associated with this key if present. Specified by: tryGetValue...

    releases.groupdocs.com/java/repo/com/groupdocs/...
  2. GroupDocs.Viewer for .NET 17.5.0 Release Notes ...

    Note This page contains release notes for GroupDocs.Viewer for .NET 17.5.0. Major Features There are 2 new features and 20 improvements and fixes in this regular monthly release. The most notable are: Added setting which allows showing comments when rendering Words (Text documents) and Cells (Spreadsheet documents) JpegQuality setting allows adjusting quality and size when rendering as PDF HtmlResourcePrefix setting accepts empty string To avoid setting default prefix for HTML resources (styles, fonts, and images) Full List of Issues Covering all Changes in this Release Key Summary Category WEB-2143 Get print URl for document in JavaScript API New Feature VIEWERNET-1192 Show comments when rendering Cells documents New Feature VIEWERNET-1184 Show comments when rendering Words documents New Feature VIEWERNET-1194 Create lower-case name when rendering document from stream Improvement VIEWERNET-1190 Throw GroupDocsViewerException when file type can’t be determined for passed stream Improvement VIEWERNET-1170 Extend support for setting JpegQuality when rendering documents as pdf Improvement VIEWERNET-1164 Improve look of comments in API reference documentation Improvement VIEWERNET-1163 Do not set resource prefix when HtmlResourcePrefix is empty string Improvement VIEWERNET-1080 Add code examples To EmailOptions class documentation comments Improvement VIEWERNET-1079 Add code examples To DiagramOptions class documentation comments Improvement VIEWERNET-1076 Remove obsolete CountPagesToConvert and PageNumbersToConvert RenderOptions properties Improvement WEB-1895 Text selection flickers in converted HTML Bug VIEWERNET-1204 Viewer creates temp folder when caching is disabled Bug VIEWERNET-1183 Comments in Word document are not rendered in output HTML/image Bug VIEWERNET-1181 File data file updated on each GetDocumentInfo call Bug VIEWERNET-1158 Content of Excel document is jumbled up when rendering inTo HTML Bug VIEWERNET-1141 Inline styles are used when styles are set To be saved separately Bug VIEWERNET-1026 API is rendering PDF document inTo blank HTML pages Bug VIEWERNET-987 Incomplete image when converting specific dwg Bug VIEWERNET-938 Save method requires System....(Text documents) and Cells (Spreadsheet documents) JpegQuality setting...is lost while converting spreadsheet to HTML Bug VIEWERNET-756...

    docs.groupdocs.com/viewer/net/groupdocs-viewer-...
  3. How to Convert Excel to HTML using Java

    This Topic includes sample Java program that expalins how To convert Excel To HTML using Java along with comprehensive instructions To export Excel To HTML in Java....popular format for storing spreadsheets and other types of data...Linux, as long as Java is present. There is no need to install...

    kb.groupdocs.com/conversion/java/how-to-convert...
  4. Sign Documents Online on GroupDocs Blog | Docum...

    Sign Documents Online on GroupDocs Blog | Document AuTomation Solutions for .NET & Java Developers Recent content in Sign Documents Online on GroupDocs Blog | Document AuTomation Solutions for .NET......word-processing, presentation and spreadsheet documents. Furthermore...

    blog.groupdocs.com/tag/sign-documents-online/in...
  5. GitHub - groupdocs-editor/GroupDocs.Editor-for-...

    GroupDocs.EdiTor-for-Node.js-via-Java. Contribute To groupdocs-ediTor/GroupDocs.EdiTor-for-Node.js-via-Java development by creating an account on GitHub....apps to perform document, spreadsheets, DSV & XML files editing...Excel workbooks, PowerPoint presentations, XML, OpenDocument Formats...

    github.com/groupdocs-editor/GroupDocs.Editor-fo...
  6. Introduction | Documentation

    This is an introduction inTo edit document techniques explanation like main stages of document opening, editing and saving results within Java applications....HTML documents, that may be presented in different forms. And when...ODT, OTT, Word 2003 XML Spreadsheet XLS, XLT, XLSX, XLSM, XLSB...

    docs.groupdocs.com/editor/java/introduction/
  7. Groupdocs.Blogs

    Groupdocs.Blogs - GroupDocs Blog | Document AuTomation Solutions for .NET & Java Developers...Let’s learn how to keep our spreadsheet files safe so only the right...the password of protected spreadsheets to unprotect Excel files...

    blog.groupdocs.com/groupdocs.blog/page/4/
  8. Introduction | Documentation

    This article explains main principles and stages of editing documents programmatically with GroupDocs.EdiTor for .NET API....HTML documents, that may be presented in different forms. And when...ODT, OTT, Word 2003 XML Spreadsheet XLS, XLT, XLSX, XLSM, XLSB...

    docs.groupdocs.com/editor/net/introduction/
  9. The Business Layer | Documentation

    Common Utilities Class Document DirecTories Applying Product License Data Layer Class Use Tables of Word Processing Documents as Data Sources Use Spreadsheets as Data Sources Use Tables of Presentation Documents as Data Sources Data STorage Class Complete Common Utilities Class...Documents as Data Sources Use Spreadsheets as Data Sources Use Tables...Tables of Presentation Documents as Data Sources Data Storage Class...

    docs.groupdocs.com/assembly/java/the-business-l...
  10. Adding text watermarks | Documentation

    Following code snippet shows how To add text watermark To a document. If the document consists of multiple parts (pages, worksheets, slides, frames etc), the watermark will be added To all of them. advanced_usage.adding_text_watermarks.AddTextWatermark // Specify an absolute or relative path To your image. Ex: "C:\\Docs\\image.png" Watermarker watermarker = new Watermarker("image.png"); // Initialize the font To be used for watermark Font font = new Font("Arial", 19, FontStyle.Bold | FontStyle.Italic); // Create the watermark object TextWatermark watermark = new TextWatermark("Test watermark", font); // Set watermark properties watermark....Left top corner of page Spreadsheet Point Left top corner of...of worksheet Presentation Point Left top corner of slide Image...

    docs.groupdocs.com/watermark/java/adding-text-w...