Sort Score
Result 10 results
Languages All
Labels All
Results 411 - 420 of 597 for

presentation to spreadsheet

(0.05 sec)
  1. Faceted search | Documentation

    This article gives the knowledge of the creation of faceted search queries using Java search API....faceted search example is presented below with queries in text...standard fields that may be present in documents of this type....

    docs.groupdocs.com/search/nodejs-java/faceted-s...
  2. Split or Merge PDF, PowerPoint, Excel, Word, Do...

    Split or Merge PDF, Word DOC/DOCX, XLS/XLSX Excel Spreadsheets, PPT/PPTX Presentations, Visio Drawings, eBooks, & more documents in Java. Steps & examples....documents, or merge excel spreadsheets. What to do if I need to...to merge PPT/PPTX presentations. Many more questions, the list...

    blog.groupdocs.com/merger/merge-pdf-word-excel-...
  3. Search Text in Word, Excel, PDF, ZIP Document F...

    GroupDocs.Search is a powerful full-text search API that allows you To search through over 70 document formats in your applications....HTML, EPUB, Spreadsheet (XLS, XLSX), Presentation (PPT, PPTX)...queries of various types is presented in the section Searching ...

    blog.groupdocs.com/search/search-text-in-word-e...
  4. Convert Word to Markdown in Java | DOC to MD | ...

    Convert Word documents To Markdown files in Java. Transform DOC/DOCX files inTo MD format using GroupDocs parsing and conversion Java API....formats like PDFs, spreadsheets, presentations, eBooks, markup documents...

    blog.groupdocs.com/parser/convert-word-to-markd...
  5. Convert Word to Markdown using C# | DOC to MD |...

    Convert Word documents To Markdown files using C#. Transform DOC/DOCX files inTo MD format using GroupDocs .NET parsing and conversion API....Word-processing documents are present in almost every device in this...formats like PDFs, spreadsheets, presentations, eBooks, markup documents...

    blog.groupdocs.com/parser/convert-word-to-markd...
  6. Using Documents as Data Source | Documentation

    Articles in this section...Articles in this section Using Spreadsheets as Data Sources Using Tables...Tables of Presentation Documents as Data Sources Using Tables...

    docs.groupdocs.com/assembly/net/using-documents...
  7. Convert Markdown to PDF in Java | MD to PDF

    Convert Markdown files To PDF in Java. Transform MD files inTo portable format using GroupDocs Java conversion API....word-processing documents, spreadsheets, presentations, eBooks, images,...

    blog.groupdocs.com/conversion/convert-markdown-...
  8. Using Documents as Data Source | Documentation

    Articles in this section...Articles in this section Using Spreadsheets as Data Sources Using Tables...Tables of Presentation Documents as Data Sources Using Tables...

    docs.groupdocs.com/assembly/java/using-document...
  9. 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/
  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...