Sort Score
Result 10 results
Languages All
Labels All
Results 8,821 - 8,830 of 46,628 for

(c )

(0.28 sec)
  1. Text file encoding detection | Documentation

    This article explains that how to detect encoding of a text file automatically in Java....indexFolder = 'c:/MyIndex/' ; const documentsFolder = 'c:/MyDocuments/'...

    docs.groupdocs.com/search/nodejs-java/text-file...
  2. Document renaming | Documentation

    Sometimes a situation arises when an indexed document is renamed, but its contents have not changed. In this case, to save computing resources, you can notify the index about the renaming of the document, and then the document will not be reindexed during the update operation. To notify an index about renaming a document, the notifyIndex method is used with the corresponding notification object as a parameter. You should keep in mind that if an index is notified of the renaming of a document, it will not be reindexed the next time you call the update method, even if its contents have changed....indexFolder = 'c:/MyIndex' ; const documentFolder = 'c:/MyDocuments'...

    docs.groupdocs.com/search/nodejs-java/document-...
  3. Edit PowerPoint Presentation using CSharp on Gr...

    Edit PowerPoint Presentation using CSharp on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Edit PowerPoint Presentation using CSharp on GroupDocs Blog ......可以在線上編輯 PPT/PPTX 文件,也可以使用 C# 和 Java 以程式設計方式進行編輯。 Recent content...

    blog.groupdocs.com/zh-hant/tag/edit-powerpoint-...
  4. Merge multiple file types in CSharp on GroupDoc...

    Merge multiple file types in CSharp on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Merge multiple file types in CSharp on GroupDocs Blog | Document A......سند با استفاده از سی شارپ روش C# برای ترکیب دو یا چند سند با فرمت...

    blog.groupdocs.com/fa/tag/merge-multiple-file-t...
  5. Categories

    查找API的答案 GroupDocs.Total Product Family GroupDocs.Conversion Product Family GroupDocs.Annotation Product Family Group......PDF 如何使用 Java 比较 PDF 文件 如何使用 C# 比较 Word 文档 如何获得 GroupDocs 的临时许可证...

    kb.groupdocs.com/zh/categories/page/39/
  6. Extract Images from EPUB in CSharp on GroupDocs...

    Extract Images from EPUB in CSharp on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Extract Images from EPUB in CSharp on GroupDocs Blog | Document Aut......تصاویر را از EPUB، FB2، CHM در C# استخراج کنید. تصاویر را با فرمت...

    blog.groupdocs.com/fa/tag/extract-images-from-e...
  7. Extract Images from CHM in CSharp on GroupDocs ...

    Extract Images from CHM in CSharp on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Extract Images from CHM in CSharp on GroupDocs Blog | Document Autom......تصاویر را از EPUB، FB2، CHM در C# استخراج کنید. تصاویر را با فرمت...

    blog.groupdocs.com/fa/tag/extract-images-from-c...
  8. Excel to CSV on GroupDocs Blog | Document Autom...

    Excel to CSV on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Excel to CSV on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers......NET & Java Developers C#でExcelをCSVに、CSVをExcel形式に変換する ...

    blog.groupdocs.com/ja/tag/excel-to-csv/index.xml
  9. Convert PDF on GroupDocs Blog | Document Automa...

    Convert PDF on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Convert PDF on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers К......PDF-документов в HTML с помощью C# Давайте конвертируем документ...

    blog.groupdocs.com/ru/tag/convert-pdf/index.xml
  10. OCR support | Documentation

    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. const indexFolder = 'c:/MyIndex/'; const documentsFolder = 'c:/MyDocuments/'; const query = 'Einstein'; // Creating an index const index = new groupdocs....indexFolder = 'c:/MyIndex/' ; const documentsFolder = 'c:/MyDocuments/'...

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