Sort Score
Result 10 results
Languages All
Labels All
Results 441 - 450 of 2,851 for

index

(0.06 sec)
  1. 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...
  2. 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
  3. Remove annotation from document | Documentation

    This page describes how to remove annotations from document when collaborate, edit and annotate documents using GroupDocs.Annotation for Java....remove annotation using its index: Java // This example demonstrates...

    docs.groupdocs.com/annotation/java/remove-annot...
  4. 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...
  5. 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/
  6. Generating slides preview for presentations | D...

    This article describes how to generate a preview for any slide in an existing PowerPoint presentation in SVG format using GroupDocs.Editor for Node.js and Java....specified by its zero-based index (not to be confused with one-based...one-based slide numbers). If the index is out of bounds (less than...

    docs.groupdocs.com/editor/nodejs-java/generatin...
  7. Extract text from PDF documents | Documentation

    To extract a text from PDF documents getText and getText(int) methods are used. These methods allow to extract a text from the entire document or a text from the selected page. Here are the steps to extract a text from PDF document: Instantiate Parser object for the initial document; Call getText method and obtain TextReader object; Read a text from reader. Warning getText method returns null value if text extraction isn’t supported for the document....property; Call method with the page index and obtain object; Read a text...calculations; Call method with the page index and obtain object; Read a text...

    docs.groupdocs.com/parser/java/extract-text-fro...
  8. Extract text from PDF documents | Documentation

    This article explains that how to extract text from PDF documents...; Call method with the page index and obtain object; Read a text...Call method with the sheet index and obtain object; Read a text...

    docs.groupdocs.com/parser/net/extract-text-from...
  9. Optimizing shards | Documentation

    This page contains information about optimizing shards in the search network....optimization minimizes the number of index segments on each shard. As a..."Optimizing shards" ); Indexer indexer = node . Indexer ; OptimizeOptions...

    docs.groupdocs.com/search/net/optimizing-shards/
  10. Search thread safety | Documentation

    This article shows that how search thread safety works....simultaneous searches Search in an index is a thread safe operation....cross-threading problems. Search during indexing, updating, optimizing, or...

    docs.groupdocs.com/search/nodejs-java/search-th...