Sort Score
Result 10 results
Languages All
Labels All
Results 1,311 - 1,320 of 153,215 for

text

(0.63 sec)
  1. 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...
  2. [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-...
  3. 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/
  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. 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...
  6. 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...
  7. 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...
  8. Issue with ODS to PDF Conversion – Text and Sha...

    Dear Aspose Support, I am encountering an issue while converting ODS (OpenOffice / LibreOffice Calc) files to PDF using Aspose.Cells version 25.9.0. The problem seems to be intermittent — sometimes the Text is visible i…...with ODS to PDF Conversion – Text and Shapes Missing Intermittently...intermittent — sometimes the text is visible in the output PDF...

    forum.aspose.com/t/issue-with-ods-to-pdf-conver...
  9. 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-...
  10. 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-...