Sort Score
Result 10 results
Languages All
Labels All
Results 4,641 - 4,650 of 8,531 for

extract text

(0.08 sec)
  1. TextToHtmlConversionOptions | Aspose.Sildes for...

    TextToHtmlConversionOptions TextToHtmlConversionOptions class Options for Extracting HTML from the Pptx Text. TextToH......class Options for extracting HTML from the Pptx text. TextToHtmlConversion...Returns or sets inhering depth for text properties. Read/write TextInheritanceLimit...

    reference.aspose.com/slides/php-java/aspose.sli...
  2. C++ API to Convert PS to POT | products.aspose.com

    Convert PS to POT via C++ without using Microsoft Word or Adobe Acrobat Reader...features such as text extraction, image extraction, and page manipulation...wide range of features such as text formatting, slide transitions...

    products.aspose.com/total/cpp/conversion/ps-to-...
  3. C# API to Export MD to MARKDOWN | products.aspo...

    Convert MD to MARKDOWN without using Microsoft Word...other features, such as text extraction, document signing, and...other features, such as text extraction, document signing, and...

    products.aspose.com/total/net/conversion/md-to-...
  4. Convert CGM to ODS via C# API | products.aspose...

    C# API to Convert CGM File to ODS without using Microsoft Excel or Adobe Reader...features such as text extraction, image extraction, page manipulation...features such as text extraction, image extraction, page manipulation...

    products.aspose.com/total/net/conversion/cgm-to...
  5. package-use - Aspose.PDF for Java - API Reference

    Detailed explanation & examples for every class & method in Aspose.PDF for Java library. Easily create, edit, convert or render PDF documents using Java platform....text com.aspose.pdf.facades Interfaces...Class which represents formatted text. Classes in com.aspose.pdf.facades...

    reference.aspose.com/pdf/java/com.aspose.pdf.fa...
  6. C# API to Export MD to OTT | products.aspose.com

    Convert MD to OTT without using Microsoft Word...as document conversion, text extraction, document signing, and...as document conversion, text extraction, document signing, and...

    products.aspose.com/total/net/conversion/md-to-...
  7. Aspose::Slides::PresentationText Class Referenc...

    Public Member Functions | List of all members Aspose::Slides::PresentationText Class Reference Represents the Text ex......Reference Represents the text extracted from the presentation More...ISlideText contains a presentation's text. More... virtual System::ArrayPtr...

    reference.aspose.com/slides/cpp/class/aspose.sl...
  8. documentvisitor - Aspose.Words for Java - API R...

    Detailed explanation & examples of Aspose.Words for Java classes & methods. Generate, convert, modify, render and print Word documents using Java....</summary> /// <param name="text"></param> private void inde...indentAndAppendLine(final String text) { for (int i = 0; i < mDocTraversalDepth;...

    reference.aspose.com/words/java/com.aspose.word...
  9. Convert EPUB to XLSM via C# API | products.aspo...

    C# API to Convert EPUB File to XLSM without using Microsoft Excel or Adobe Reader...documents, including text extraction, text search, text replacement,...documents, including text extraction, text search, text replacement,...

    products.aspose.com/total/net/conversion/epub-t...
  10. 使用TextFragmentAbsorber正则匹配文本查询不到 - Free Support...

    pdf中文字含有内嵌字体,导致使用TextFragmentAbsorber匹配不到正确的文本,如何处理。f94a6f84-ecb5-4254-8d6a-d04e0846a377.pdf (222.1 KB) 文档中的手机号和邮箱都无法用正常的正则匹配到。 public static final String PHONE_REG = "(?:(?:1[-\\s]*[3456789][-\\s]*\\d{1}[-\\s]*\\d{1}[…...getTextFragments()) { String text = textFragment.getText(); logger...logger.info("手机: " + text); } } catch (Exception e) { e.printStackTrace();...

    forum.aspose.com/t/textfragmentabsorber/257235