Sort Score
Result 10 results
Languages All
Labels All
Results 1,231 - 1,240 of 148,513 for

text

(0.17 sec)
  1. Extract text or images from PDF using Java | As...

    Source code on Java to extract Text and images from PDF files on Java and PHP....action with a Parser Extract Text Extract Images How to parse...PDF, developers can extract text from PDF or extract images from...

    products.aspose.com/pdf/java/parser/
  2. How to Find and Replace Text in Word Document u...

    In this short tutorial you will learn how to find and replace Text in Word document using C#. In C# Word document replace Text is possible using simple API calls for any of .NET based applications....Family How to Find and Replace Text in Word Document using C# In...understand how to find and replace text in Word document using C# ....

    kb.aspose.com/words/net/how-to-find-and-replace...
  3. Table Placeholder Replacement Works But Text Ge...

    I am working on a PDF template that contains both paragraphs and tables with multiple placeholders. I am using Aspose.PDF for Python to replace placeholders dynamically. I have been able to successfully replace placehold…...Placeholder Replacement Works But Text Gets Clipped Instead of Wrapping...absorber = ap.text.TextFragmentAbsorber(pattern) absorber.text_search_options...

    forum.aspose.com/t/table-placeholder-replacemen...
  4. Aspose.PDF Search text from PDF file using C# |...

    Document doc = new Document(inputPdfPath); var absorber = new TextFragmentAbsorber(“(713) 853-4737”); TextSearchOptions TextSearchOptions = new TextSearchOptions(true); absorber.TextSearchOptions = TextSearchOptions; …...PDF Search text from PDF file using C# | returns 0 in...able to find any match against text i.e. (713) 853-4737. We will...

    forum.aspose.com/t/aspose-pdf-search-text-from-...
  5. Convert PDF to EPUB, TeX, Text, XPS in JavaScri...

    This topic shows you how to convert PDF file to other file formats like EPUB, LaTeX, Text, XPS etc using JavaScript or JavaScript....Convert PDF to EPUB, TeX, Text, XPS in JavaScript Contents [...an EPUB reader can optimize text for a particular display device...

    docs.aspose.com/pdf/javascript-cpp/convert-pdf-...
  6. [Words Java] Tracking changes Marking up a piec...

    We have the following code snippet that normalizes a search string, finds it within the document and then replaces it. This all happens with track changes enabled at the start of the loop and stopped at the end of the lo…...changes Marking up a piece of text rather than replacing Aspose...the replacement text also contains the full text and thus now it...

    forum.aspose.com/t/words-java-tracking-changes-...
  7. C# OCR Library – Image to Text in .NET | Aspose

    With the Aspose C# OCR API you can add optical character recognition (OCR) to your .NET applications with a few lines of code....recognition languages that extracts text from images and creates searchable...of C# code. Convert image to text in C# OCR // Initialize OCR...

    products.aspose.com/ocr/net/
  8. Text, Image or Page Stamps in PDF using Python ...

    Add stamps: Text, image or page - to PDF programmatically with Python sample code using Aspose.PDF for Python via .NET....in Python Create or add new Text Stamp to page Create or add...Library In order to work with text stamp into PDF file, use Aspose...

    products.aspose.com/pdf/python-net/stamps/
  9. HTML to PDF Conversion Issues: Table Row Border...

    Table Row Borders on Page Break When a table row splits across pages, the border on the previous page doesn’t close properly. We tried: table { box-decoration-break: clone; } This CSS property is ignored. Request: A…...Row Borders, Page Breaks, and Text Transform Aspose.PDF Product...rows? ** text-transform: capitalize; Failure ** CSS text-transform:...

    forum.aspose.com/t/html-to-pdf-conversion-issue...
  10. How to Find and Replace Text in Word Document u...

    This brief tutorial will guide you through to steps for how to find and replace Text in Word document using Java. Using simple API calls, one can easily replace Text in Word document using Java for any application and irrespective of Operating System environment....Family How to Find and Replace Text in Word Document using Java...for how to find and replace text in Word document using Java...

    kb.aspose.com/words/java/how-to-find-and-replac...