Sort Score
Result 10 results
Languages All
Labels All
Results 8,871 - 8,880 of 48,948 for

(c )

(0.17 sec)
  1. Save HTML to Folder | GroupDocs

    This article explains how to save an edited document in HTML form to a folder on local disk using GroupDocs.Editor for Node.js via Java features....file path const inputFilePath = 'C:\\input_path\\document.docx' ;...path const outputHtmlFilePath = 'C:\\output_path\\document.html'...

    docs.groupdocs.com/editor/nodejs-java/save-html...
  2. Loading of external resources containing by a d...

    This article explains how to manage loading of external resources contained by a document with GroupDocs.Viewer within your .NET applications....loading of external resources: C# using GroupDocs.Viewer ; using...resources from specific URLs: C# using GroupDocs.Viewer ; using...

    docs.groupdocs.com/viewer/net/loading-external-...
  3. Synonym search | GroupDocs

    This article shows that how synonym search allows you to find not only the words specified in the search query, but also the synonyms, words that means the same....indexFolder = 'c:/MyIndex/' ; const documentsFolder = 'c:/MyDocuments/'...

    docs.groupdocs.com/search/nodejs-java/synonym-s...
  4. Pdf to Md | GroupDocs

    This article demonstrates how to convert PDF to Markdown with GroupDocs.Markdown for .NET....simplest way to convert a PDF file: C# using GroupDocs.Markdown ; //...control, use the instance API: C# using GroupDocs.Markdown ; if...

    docs.groupdocs.com/markdown/net/convert/export-...
  5. In-Table List with Filtering Grouping and Order...

    Note In this article, we will use GroupDocs.Assembly to generate a In-TableList with Filtering, Grouping, and Ordering report in Spreadsheet Document format based on the use case: Working with a Business Case. Note The code uses some of the objects defined in The Business Layer. In-Table List with Filtering, Grouping, and Ordering in Microsoft Excel Document Creating a In-Table List with Filtering, Grouping, and Ordering Practising the following steps you can create In-Table List with Filtering, Grouping, and Ordering Template in MS Excel 2013....Where(c => c.OrderDate.Year == 2015) . GroupBy (c => c.Customer...Key.CustomerName ]>> <<[Sum(c => c.Price )]>><</ foreach >> Tip...

    docs.groupdocs.com/assembly/net/in-table-list-w...
  6. Storing text of indexed documents | GroupDocs

    This article explains that how to store text of indexed documents using Java....indexFolder = "c:\\MyIndex\\" ; String documentsFolder = "c:\\MyDocuments\\"...

    docs.groupdocs.com/search/java/storing-text-of-...
  7. Character replacement during indexing | GroupDocs

    Character replacement during indexing can be used, for example, to convert all text to lowercase characters or to remove diacritics from text....indexFolder = "c:\\MyIndex\\" ; String documentFolder = "c:\\MyDocuments\\"...

    docs.groupdocs.com/search/java/character-replac...
  8. Search by chunks | GroupDocs

    This article gives the knowledge about the ability to perform search by chunks using Java search API....indexFolder = "c:\\MyIndex\\" ; String documentsFolder = "c:\\MyDocuments\\"...

    docs.groupdocs.com/search/java/search-by-chunks/
  9. Merge Open Document files | GroupDocs

    Learn how to merge Open Document files, combine ODT, ODS, ODP files into one file programmatically in Java language using GroupDocs.Merger for Java library....Merger merger = new Merger ( "c:\sample1.odt" ) // Add another...file to merge merger . join ( "c:\sample2.odt" ); // Merge ODT...

    docs.groupdocs.com/merger/java/merge/open-docum...
  10. OCR support | GroupDocs

    OCR support means the ability to connect an external module (library) for the recognition of printed text (optical character recognition, OCR) on images, either separate or embedded in documents. To connect OCR, you need to implement the IOcrConnector interface in the client code. The following example demonstrates how to implement the OCR connector using com.aspose.ocr library for text recognition in images. String indexFolder = "c:\\MyIndex"; String documentFolder = "c:\\MyDocuments"; // Creating an index Index index = new Index(indexFolder); // Setting the OCR indexing options IndexingOptions options = new IndexingOptions(); options....indexFolder = "c:\\MyIndex" ; String documentFolder = "c:\\MyDocuments"...

    docs.groupdocs.com/search/java/ocr-support/