Sort Score
Result 10 results
Languages All
Labels All
Results 421 - 430 of 2,857 for

index

(0.18 sec)
  1. Advanced Documents Conversion APIs for .NET and...

    Share this issue: Monthly NewsletterOctober 2018 Business Documents Conversion APIs for .NET and Java Convert between 50+ Document and Image File Formats GroupDocs.Conversion Product Family combines .NET and Java APIs suite for faster and accurate conversion of business documents and image file formats between Word, Excel, PowerPoint, PDF, Visio, Project, Outlook, HTML, Photoshop, AutoCAD and image formats. Using the document converter API is very simple as it uses just one method with set of options to convert between different formats....How to Get List of Indexed Documents from Index Archive? # GroupDocs...advanced document searching and indexing API. The latest version allows...

    blog.groupdocs.com/total/advanced-documents-con...
  2. Extract tables from document page | Documentation

    This article explains that how to extract tables from document page....The page information (page index and page size) The total number...table cell by row and column indexes. double The the row height...

    docs.groupdocs.com/parser/net/extract-tables-fr...
  3. Edit document | Documentation

    Follow this guide and learn how to edit text documents, spreadsheets and presentations using GroupDocs.Editor for Java API features....setWorksheetIndex ( 0 ); //index is 0-based, so this is 1st tab...setWorksheetIndex ( 1 ); //index is 0-based, so this is 2nd tab...

    docs.groupdocs.com/editor/java/edit-document/
  4. Working with Groupdocs Signature API from Ruby

    Today we will find out how to use GroupDocs’ Ruby SDK. We will create a GroupDocs Signature envelope sample with the Sinatra framework. GroupDocs Signature envelopes are used to prepare documents for digital signature and managing the signature process. Setting Up First, create the application folders structure: your_app/public – for CSS files. your_app/samples – for sample files. your_app/views – for view files, we will use Haml for these. Also we need to create a Gemfile in our project’s root directory with the following content: https://gist....first root with a view named index.haml. By default, Sinatra looks...templates are included. In index.haml you’ll see an h1 header...

    blog.groupdocs.com/signature/working-with-group...
  5. Extract text areas | Documentation

    This article explains that how to extract text areas from documents in Java....: areas ) { // Print a page index, rectangle and text area value:...document; Call method with the page index and obtain collection of objects;...

    docs.groupdocs.com/parser/java/extract-text-areas/
  6. Java Fuzzy Search - Find in Files across Folders

    Discover how Java's fuzzy search can help you find things in files across folders! It's like a smart search that understands small mistakes....Java: Start by creating an Index using the folder where your...the main folder path to the index. Provide the search query that...

    blog.groupdocs.com/search/fuzzy-search-java/
  7. Edit Excel Workbook | Documentation

    This guide demonstrates how to edit XLS, XLSX, XLSM, XLSB, ODS, SXC spreadsheets with hidden worksheets, protect edited spreadsheet with password and many other powerful features of GroupDocs.Editor for .NET....tab for opening by 0-based index and a boolean flag that indicates...editOptions1 . WorksheetIndex = 0 ; //index is 0-based, so this is 1st tab...

    docs.groupdocs.com/editor/net/edit-excel/
  8. Generate Search Results from Filtered Documents

    Sometimes, we have a lot of different formatted documents. We create Index then perform search and API shows hits from all the Indexed documents. Ever thought to get search results from desired documents only? Let’s dig it further. Suppose, you have multiple TXT, XLSX and DOCX documents. What if you want to search a word or text only in TXT and DOCX files with specific word occurrence in file names? We’ve now improved ISearchDocumentFilter interface for such a purpose in GroupDocs.... We create index then perform search and API...API shows hits from all the indexed documents. Ever thought to get...

    blog.groupdocs.com/search/filter-documents-in-s...
  9. Improvements and Fixes in GroupDocs.Viewer for ...

    We are inspired to see a wide number of users across the world using GroupDocs.Viewer and their feedback always motivate us to improve and enhance the API features. Therefore, today, we are announcing another monthly release of GroupDocs.Viewer for .NET with **15 **improvements and bug fixes. Let’s have an overview of the latest version. .NET Document Rendering API - ImprovementsWe have provided the following improvements in GroupDocs.Viewer for .NET 17....documents into HTML and image Index out of range exception when...

    blog.groupdocs.com/viewer/improvements-and-fixe...
  10. Edit document | Documentation

    Follow this guide and learn how to edit text documents, spreadsheets and presentations using GroupDocs.Editor for .NET API features.... WorksheetIndex = 0 ; //index is 0-based, so this is 1st tab...editOptions2 . WorksheetIndex = 1 ; //index is 0-based, so this is 2nd tab...

    docs.groupdocs.com/editor/net/edit-document/