Sort Score
Result 10 results
Languages All
Labels All
Results 1,301 - 1,310 of 151,813 for

text

(2.33 sec)
  1. PDF Stamping in Python: Text, Image, and Page O...

    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/
  2. Extracted text changed when updating to a newer...

    Hello. We are upgrading some code that was using Aspose.PDF 23.10 to the latest release (26.1, but quick tested against 26.2 since I saw it was now available), and we are seeing some minor differences in Text that is bei…...Extracted text changed when updating to a newer version of Aspose...seeing some minor differences in text that is being extracted from...

    forum.aspose.com/t/extracted-text-changed-when-...
  3. Set text of chart legend entry fill to none usi...

    Learn how to use Aspose.Cells for JavaScript via C++ to set the Text of a chart legend entry fill to none. This guide will demonstrate how to modify the fill color of legend entries in Microsoft Excel charts for better visualization and customization....Set text of chart legend entry fill to none using Aspose.Cells...Hide ] If you want to set the text of the chart’s legend entry...

    docs.aspose.com/cells/javascript-cpp/set-text-o...
  4. Expanding text from right to left while exporti...

    Learn how to expand Text from right to left while exporting Excel files to HTML using Aspose.Cells for C++....Expanding text from right to left while exporting Excel files...for C++ now supports expanding text from right to left while exporting...

    docs.aspose.com/cells/go-cpp/expanding-text-fro...
  5. 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...
  6. How can I check if a text value will visually f...

    @amjad.sahi, @Professionalize.Discourse, @John.He, @simon.zhao worksheet.Cells.SetColumnWidthPixel(0, 5); worksheet.Cells.SetColumnWidthPixel(1, 5); var TextRange = worksheet.Cells.CreateRange(0, 0,1, 2); TextRange .…...How can I check if a text value will visually fit inside a merged...range before setting it? If the text is too wide for the merged range...

    forum.aspose.com/t/how-can-i-check-if-a-text-va...
  7. Highlight text in PDF Document and convert each...

    Hai, My requiremnt is I wanted to highlight certain paragaraphs in a pdf document and convert each page of highlighted document into html string. I did the highlighting portion, and its working But when it comes to co…...Highlight text in PDF Document and convert each page of document...highlighted color can be seen not text, sample document is : whitepaper...

    forum.aspose.com/t/highlight-text-in-pdf-docume...
  8. 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/
  9. Is it possible to save as plain text while pres...

    MS Word has the ability to insert line breaks to keep paragraphs wrapped at certain length when saving as plain Text. It is achieved via save format ( wdFormatDOSTextLineBreaks 5 Microsoft DOS Text with line breaks prese…...it possible to save as plain text while preserving line breaks...length when saving as plain text. It is achieved via save format...

    forum.aspose.com/t/is-it-possible-to-save-as-pl...
  10. 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-...