Sort Score
Result 10 results
Languages All
Labels All
Results 8,971 - 8,980 of 47,236 for

(c )

(0.15 sec)
  1. Convert PPT to JPG in CSharp on GroupDocs Blog ...

    Convert PPT to JPG in CSharp on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Convert PPT to JPG in CSharp on GroupDocs Blog | Document Automation Solu......با فرمت PPT/PPTX با استفاده از C# به فرمت JPG یا PNG تبدیل کنید...

    blog.groupdocs.com/fa/tag/convert-ppt-to-jpg-in...
  2. Search text in multiple Documents on GroupDocs ...

    Search text in multiple Documents on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Search text in multiple Documents on GroupDocs Blog | Document Autom......Định dạng Tài liệu khác bằng C# .NET GroupDocs.Search là API...

    blog.groupdocs.com/vi/tag/search-text-in-multip...
  3. Search text in PDF Document on GroupDocs Blog |...

    Search text in PDF Document on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Search text in PDF Document on GroupDocs Blog | Document Automation Soluti......Định dạng Tài liệu khác bằng C# .NET GroupDocs.Search là API...

    blog.groupdocs.com/vi/tag/search-text-in-pdf-do...
  4. Scan QR Code Online on GroupDocs Blog | Documen...

    Scan QR Code Online on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Scan QR Code Online on GroupDocs Blog | Document Automation Solutions for .NET & J......我们还将讨论如何使用 C# 和 Java 以编程方式扫描二维码。 Recent content...

    blog.groupdocs.com/zh/tag/scan-qr-code-online/i...
  5. Online Excel Spreadsheet Editing on GroupDocs B...

    Online Excel Spreadsheet Editing on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Online Excel Spreadsheet Editing on GroupDocs Blog | Document Automat...... XLS/XLSX ファイルをオンラインで編集するか、C# および Java を使用してプログラムで編集します。 Recent...

    blog.groupdocs.com/ja/tag/online-excel-spreadsh...
  6. Online Word Document Editing on GroupDocs Blog ...

    Online Word Document Editing on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Online Word Document Editing on GroupDocs Blog | Document Automation Solu...... DOC/DOCX ファイルをオンラインで編集するか、C# と Java を使用してプログラムで編集します。 Recent...

    blog.groupdocs.com/ja/tag/online-word-document-...
  7. Document renaming | GroupDocs

    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-...
  8. Text file encoding detection | GroupDocs

    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...
  9. Load password-protected document | GroupDocs

    This article explains how to load password-protected document while using GroupDocs. Watermarks Java API.... Ex: @"C:\\Docs\\protected-document.docx"...path to your document. Ex: @"C:\\Docs\\protected-document.docx"...

    docs.groupdocs.com/watermark/java/load-password...
  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. 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/