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

index

(0.07 sec)
  1. 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/
  2. 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/
  3. Getting Started | Documentation

    Open Navigation Close Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product Solution GroupDocs.......Licensing How to Run Examples Index Browser Was this page helpful...

    docs.groupdocs.com/search/java/getting-started/
  4. Edit Excel Spreadsheet in Node.js | Documentation

    This guide demonstrates how to edit XLS, XLSX, XLSM, XLSB, ODS, SXC spreadsheets with hidden worksheets, protect edited spreadsheets with passwords, and many other powerful features of GroupDocs.Editor for Node.js....for editing by its 0-based index and specify whether to exclude...editOptions1 . worksheetIndex = 0 ; // Index is 0-based, so this is the 1st...

    docs.groupdocs.com/editor/nodejs-java/edit-excel/
  5. Working with templates | Documentation

    Document template is set by Template class. It contains template items - fields and tables. Each item has the unique (in the template bounds) name and optional page Index - value that represents the Index of the page where the template item is located; null if the template item is located on any page. Template fields The template field is set by TemplateField class with the following constructor: TemplateField(TemplatePosition position, String name, Integer pageIndex) Parameter Description position Defines the way how to find the field on a page....optional page index - value that represents the index of the page...page index. An integer value that represents the index of the...

    docs.groupdocs.com/parser/java/working-with-tem...
  6. 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...
  7. Free Support Policies - Free Support Forum - gr...

    Free Support Since we are developers ourselves, we understand how frustrating it is when a technical issue or a quirk in the software stops you from doing what you need to do. We’re here to solve problems, not create t…...field Sign document error: Index was out of range Problem in...converting DOCX to PDF in .NET Indexing a specific PDF file leads...

    forum.groupdocs.com/t/free-support-policies/6034
  8. 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...
  9. 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...
  10. 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/