Sort Score
Result 10 results
Languages All
Labels All
Results 601 - 610 of 3,136 for

index

(0.54 sec)
  1. Insert OLE Objects in Word, Excel, PowerPoint w...

    Embed or insert document OLE objects in Word documents, Excel Spreadsheets, or Powerpoint presentations programmatically in C# using .NET API....// Setting the Row & height Index, you have more options. ColumnIndex...

    blog.groupdocs.com/merger/insert-ole-objects-in...
  2. Extract text from Microsoft Office Word documen...

    To extract a text from Microsoft Office Word 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. TextOptions parameter is ignored for Microsoft Office Words documents. Here are the steps to extract a text from Microsoft Office Word document: Instantiate Parser object for the initial document; Call getText method and obtain TextReader object; Read a text from reader....property; Call method with the page index and obtain object; Read a text...

    docs.groupdocs.com/parser/java/extract-text-fro...
  3. Hidden Text Becomes Visible in GroupDocs.Viewer...

    Hi GroupDocs Support, I encountered a rendering issue using GroupDocs.Viewer when previewing a PDF document. In the original PDF, there is some text that is intentionally hidden behind a filled rectangle or shape (used…...Preserve the layer order (Z-index) as in the original PDF (i.e...Added a cache clear method on index load, so the first load time...

    forum.groupdocs.com/t/hidden-text-becomes-visib...
  4. Unable to view document in word editor properly...

    Hello I am trying to view the word/excel/ppt document in Groupdocs editor using asp.net mvc(web api, jQuery, JavaScript) like how it is working → Word Editor, Excel Editor, PowerPoint Editor Below is my code for the s…... public IActionResult Index() { License lic = new License();...} return RedirectToAction("Index"); } Edit and save options could...

    forum.groupdocs.com/t/unable-to-view-document-i...
  5. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...list of indexed documents and document’s text from the index archive...

    blog.groupdocs.com/groupdocs.blog/page/52/
  6. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers... API creates index and then perform instant search...

    blog.groupdocs.com/groupdocs.blog/page/39/
  7. About annotation UI and Signature UI - Free Sup...

    Hi Aleksei, I have already shared the standalone application that I have integrated into my project. Could you please provide the corrections directly within that sample? Thanks, Abhinay Patel...to the API is actually page index, mostly likely. doccept October...

    forum.groupdocs.com/t/about-annotation-ui-and-s...
  8. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers... We create index then perform search and API...API shows hits from all the indexed documents. Ever thought to get...

    blog.groupdocs.com/groupdocs.blog/page/43/
  9. Inserting Hyperlinks Dynamically | GroupDocs

    Note This feature is supported by version 18.7. or greater Note The code uses some of the objects defined in The Business Layer. Using GroupDocs.Assembly, you can insert hyperlinks to your reports dynamically using link tags. The syntax of a link tag is defined as follows: <> Here, uri_expression defines URI for a hyperlink to be inserted dynamically. This expression is mandatory and must return a non-empty value. In turn, display_text_expression defines text to be displayed for the hyperlink....value, where N is a one-based index of a slide within the same Presentation...

    docs.groupdocs.com/assembly/java/inserting-hype...
  10. Inserting edited slide into existing presentati...

    This article describes how to insert an edited presentation slide into an existing PowerPoint presentation using GroupDocs.Editor for Node.js and Java....slide to edit by specifying its index in the PresentationEditOpti...

    docs.groupdocs.com/editor/nodejs-java/inserting...