Sort Score
Result 10 results
Languages All
Labels All
Results 1,371 - 1,380 of 154,405 for

text

(0.19 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. Text Looks Different When Converting a Presenta...

    Hi Team, I have a sample PPTX slide which has one shape. When I obtain the image of this shape using Aspose, the image is different from the original shape. There are two issues: a) The Text in the PPTX is bold, while …...Text Looks Different When Converting a Presentation Shape to...There are two issues: a) The text in the PPTX is bold, while the...

    forum.aspose.com/t/text-looks-different-when-co...
  3. PDF Stamping in C#: Text, Image, and Page Optio...

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

    products.aspose.com/pdf/net/stamps/
  4. 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-...
  5. 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-...
  6. Conversion from pdf to text is not supporting f...

    Dear Aspose Support Team, Conversion from PDF to Text is not supported for superscript and subscript formats using the following code snippet for version 23.1: public String convertToText(Document pdfDocument, int page…...Conversion from pdf to text is not supporting for superscript...Team, Conversion from PDF to text is not supported for superscript...

    forum.aspose.com/t/conversion-from-pdf-to-text-...
  7. When saving Word docx as PDF, the "Alt Text" is...

    Hi, We are using Aspose Words Java version 25.1. We have a Word docx file with images/shapes containing “Alt Text” on them. When we convert it into PDF using below code, the converted PDF doesn’t have “Alt Text” on tho…...saving Word docx as PDF, the "Alt Text" is lost on the images in the...images/shapes containing “Alt Text” on them. When we convert it...

    forum.aspose.com/t/when-saving-word-docx-as-pdf...
  8. Screen Reader Accessibility – Java Examples

    Learn how to check alternative Text and multimedia accessibility against WCAG guidelines using Aspose.HTML for Java....Reader Accessibility – Check alt text and multimedia accessibility...converts digital content, including text, images, and interactive elements...

    docs.aspose.com/html/java/screen-reader-accessi...
  9. Extract text and images from ODP document using...

    C# source code to extract Text and images from ODP file on .NET Framework, .NET Core, Windows Azure, Mono or Xamarin Platforms.... Get all text frames. Loop through each paragraph...Get the required output like text, font etc. System Requirements...

    products.aspose.com/slides/net/parser/odp/
  10. Extract text and images from PPT document using...

    C# source code to extract Text and images from PPT file on .NET Framework, .NET Core, Windows Azure, Mono or Xamarin Platforms.... Get all text frames. Loop through each paragraph...Get the required output like text, font etc. System Requirements...

    products.aspose.com/slides/net/parser/ppt/