Sort Score
Result 10 results
Languages All
Labels All
Results 9,291 - 9,300 of 48,924 for

(c )

(0.59 sec)
  1. Extract data from database on GroupDocs Blog | ...

    Extract data from database on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Extract data from database on GroupDocs Blog | Document Automation Solution......แยกข้อมูลจากไฟล์ฐานข้อมูลโดยใช้ C# ฐานข้อมูล ถือว่าเป็นส่วนสำคั...

    blog.groupdocs.com/th/tag/extract-data-from-dat...
  2. How to migrate to GroupDocs.Viewer 19.8 or high...

    This article contains information about migration from the legacy API to GroupDocs.Viewer 19.8 or higher....snippet shows the old coding style: C# //Get Configurations ViewerConfig...snippet shows the new coding style: C# using GroupDocs.Viewer ; using...

    docs.groupdocs.com/viewer/net/how-to-migrate-to...
  3. Adding watermarks to PDF gives font not found e...

    Product Version: GroupDocs.Watermark for NET 20.7.0 OS: Ubuntu 20.04 I’ve installed the Adobe “Source Hans Sans” font to add some Chinese watermark text to a PDF file, however I’m keep getting the FontNotFoundExcepti…...topic: Loading Custom Fonts using C# in Windows and Linux atir.tahir...located string fontsFolder = @"c:\CustomFonts\"; // Create a Font...

    forum.groupdocs.com/t/adding-watermarks-to-pdf-...
  4. 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-...
  5. 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/
  6. 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...
  7. Generate Email Messages from Data | GroupDocs

    Create email messages with dynamic subject, body, and recipients from data sources using templates....InvoiceAmount]:"C">> Thank you for your business...<<[ProductName]>> - <<[Price]:"C">> <</foreach>> Total: <<[order...

    docs.groupdocs.com/assembly/net/basic-usage-gen...
  8. 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/
  9. CSV to XML on GroupDocs Blog | Document Automat...

    CSV to XML on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in CSV to XML on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers CSV......XML در سی شارپ با استفاده از C# داده های CSV را به فرمت XML تبدیل...

    blog.groupdocs.com/fa/tag/csv-to-xml/index.xml
  10. Fuzzy Search in Multiple Folders on GroupDocs B...

    Fuzzy Search in Multiple Folders on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Fuzzy Search in Multiple Folders on GroupDocs Blog | Document Automat......قدرت جستجوی فازی برنامه ای در C# را باز کنید! چندین سند مبتنی...

    blog.groupdocs.com/fa/tag/fuzzy-search-in-multi...