Sort Score
Result 10 results
Languages All
Labels All
Results 9,121 - 9,130 of 149,198 for

text

(0.07 sec)
  1. Edit SVG in C# – Aspose.SVG for .NET

    Edit SVG files using C#. Learn how to modify SVGs with the Aspose.SVG Builder API or through direct DOM manipulation....more elements like SVG shapes, texts, filters etc. In this article...SVG: a decorated circle and text. C# code to edit SVG using Element...

    products.aspose.com/svg/net/edit-svg/
  2. Underline Gets Cut When Converting a Presentati...

    Hi Team, I have a sample PPTX with a single slide. The slide has a Text with an underline. When I get the image of this Text using Aspose, I see that the underline is partially cut. I am using Aspose 25.5 version. The …... The slide has a text with an underline. When I get...get the image of this text using Aspose, I see that the underline...

    forum.aspose.com/t/underline-gets-cut-when-conv...
  3. Add Blind Watermark Verification to DRC File Fo...

    C# source code to load, render and add blind Watermark Verification to DRC documents on .NET Framework, .NET Core, Mono....scene = new Scene(file); string text = null ; //Add password to verify...GetEntity<Mesh>(); if (mesh != null ) { text = Watermark.DecodeWatermark(mesh...

    products.aspose.com/3d/net/verify-watermark/drc/
  4. FieldPage Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FieldPage class for seamless PAGE field implementation. Enhance your document automation with powerful features today!...DisplayResult { get; } Gets the text that represents the displayed...Result { get; set; } Gets or sets text that is between the field separator...

    reference.aspose.com/words/net/aspose.words.fie...
  5. Markdown to HTML – Convert AI Chat Responses to...

    Learn how to convert Markdown to HTML, apply styles, and beautifully display AI-generated content with Aspose.HTML for .NET....returns a text response in JSON, MD, or plain text format, but...Markdown supports headings, bold text, code snippets, and links, making...

    docs.aspose.com/html/net/convert-ai-markdown-to...
  6. DWG to PDF Output Blurry - Free Support Forum -...

    Output of the conversion of a DWG file to A4 PDF using Aspose.CAD generates an unreadable file contents. Using the following code: using var image = Aspose.CAD.Image.Load(“Drawing.dwg”); var pdfOptions = new PdfOption…...settings to get clearer lines and text but none work in A4 page size...PDF with legible drawings and text. Also note the large difference...

    forum.aspose.com/t/dwg-to-pdf-output-blurry/324329
  7. Aspose::Words::Fields::FieldMergeBarcode class ...

    Aspose::Words::Fields::FieldMergeBarcode class. Implements the MERGEBARCODE field. To learn more, visit the documentation article in C++....get_DisplayResult () Gets the text that represents the displayed...whether to display barcode data (text) along with image. get_End ()...

    reference.aspose.com/words/cpp/aspose.words.fie...
  8. Compare PDF documents|Aspose.PDF for .NET

    Since the 24.7 release, it's possible to compare PDF documents' content with annotation marks and side-by-side output...comparer to ignore spaces in the text, focusing only on changes within...documents as a single continuous text (merging all pages). Same parameters...

    docs.aspose.com/pdf/net/compare-pdf-documents/
  9. Add Blind Watermark Verification to USD File Fo...

    Sample Java blind watermark verification code for USD file. Use this example code to add blind watermark verification to USD file within any Web or Desktop Java based application....USD); final String[] text = { null }; //Add password to...getEntity(); if (mesh != null ) { text[ 0 ] = com.aspose.threed.Watermark...

    products.aspose.com/3d/java/verify-watermark/usd/
  10. Add Blind Watermark Verification to DRC File Fo...

    Sample Java blind watermark verification code for DRC file. Use this example code to add blind watermark verification to DRC file within any Web or Desktop Java based application....DRACO); final String[] text = { null }; //Add password to...getEntity(); if (mesh != null ) { text[ 0 ] = com.aspose.threed.Watermark...

    products.aspose.com/3d/java/verify-watermark/drc/