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

text

(0.48 sec)
  1. 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...
  2. 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...
  3. 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-...
  4. RoundedRectangle with multiple line of text the...

    comment shape1.zip (14.1 KB)...RoundedRectangle with multiple line of text then font size not apply on...with multiple lines of text whose text will be rendered with same...

    forum.aspose.com/t/roundedrectangle-with-multip...
  5. 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...
  6. 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...
  7. 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...
  8. Text on the First Page Is Shifted When Converti...

    When triggering a pdf rendition of a PowerPoint document, observes a shift in the Text in the first page of the document. source file : Gr_00056262 - Smartpocket Développer ses compétences en comptabilité et gestion - …...Text on the First Page Is Shifted When Converting PPTX to PDF...Slides Product Family slides-text , slides-java , slides-pdfexport...

    forum.aspose.com/t/text-on-the-first-page-is-sh...
  9. 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/
  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-...