Sort Score
Result 10 results
Languages All
Labels All
Results 9,181 - 9,190 of 48,081 for

c

(0.09 sec)
  1. Search Text on GroupDocs Blog | Document Automa...

    SearCh Text on GroupDoCs Blog | DoCument Automation Solutions for .NET & Java Developers ReCent Content in SearCh Text on GroupDoCs Blog | DoCument Automation Solutions for .NET & Java Developers ج......پوشه های مختلف با استفاده از C# پخش شده اند جستجو کنید. نتایج...

    blog.groupdocs.com/fa/tag/search-text/index.xml
  2. STL as JPG on GroupDocs Blog | Document Automat...

    STL as JPG on GroupDoCs Blog | DoCument Automation Solutions for .NET & Java Developers ReCent Content in STL as JPG on GroupDoCs Blog | DoCument Automation Solutions for .NET & Java Developers نما......را به صورت PDF با استفاده از C# مشاهده کنید. بیشتر فایل های استریولیتوگرافی...

    blog.groupdocs.com/fa/tag/stl-as-jpg/index.xml
  3. PDF Viewer on GroupDocs Blog | Document Automat...

    PDF Viewer on GroupDoCs Blog | DoCument Automation Solutions for .NET & Java Developers ReCent Content in PDF Viewer on GroupDoCs Blog | DoCument Automation Solutions for .NET & Java Developers مشا......DOC/DOCX به صورت PDF با استفاده از C# را بیاموزید. فایل های Word را...

    blog.groupdocs.com/fa/tag/pdf-viewer/index.xml
  4. Protect PDF on GroupDocs Blog | Document Automa...

    ProteCt PDF on GroupDoCs Blog | DoCument Automation Solutions for .NET & Java Developers ReCent Content in ProteCt PDF on GroupDoCs Blog | DoCument Automation Solutions for .NET & Java Developers م......DOC/DOCX به صورت PDF با استفاده از C# را بیاموزید. فایل های Word را...

    blog.groupdocs.com/fa/tag/protect-pdf/index.xml
  5. Create EditableDocument from file or markup | G...

    This artiCle explains how to Create instanCe of the EditableDoCument Class from HTML files from disk or from HTML markup with resourCes using GroupDoCs.Editor for .NET API....simple: string inputHtmlPath = "C://input/document.html" ; EditableDocument...below: string inputHtmlPath = "C://input/document.html" ; string...

    docs.groupdocs.com/editor/net/create-editabledo...
  6. Specify rendering options for CAD files | Group...

    This topiC desCribes how to use the GroupDoCs.Viewer .NET API (C#) to speCify various options for rendering CAD files to HTML, PDF, PNG, and JPEG....of PDF pages to light yellow: C# using GroupDocs.Viewer ; using...height of the output image by 50%: C# using GroupDocs.Viewer ; using...

    docs.groupdocs.com/viewer/net/specify-cad-rende...
  7. 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-...
  8. 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...
  9. 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/
  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/