Sort Score
Result 10 results
Languages All
Labels All
Results 321 - 330 of 4,048 for

text handling

(0.07 sec)
  1. Aspose::Words::IWarningCallback interface | Asp...

    Aspose::Words::IWarningCallback interface. Implement this interface if you want to have your own custom method called to capture loss of fidelity warnings that can occur during document loading or saving in C++....Open a document that contains text formatted with a font that does...); // Assign a callback for handling font substitution warnings...

    reference.aspose.com/words/cpp/aspose.words/iwa...
  2. Save HTML Document in Python – Aspose.HTML for ...

    Learn how to save HTML documents to a file or URL using Aspose.HTML for Python via .NET API and how to apply save options....and classes responsible for handling resources. Please note that...The class is responsible for handling these resources. It is developed...

    docs.aspose.com/html/python-net/save-html-docum...
  3. NullPointerException noticed in aspose pdf - Fr...

    Noticing below error on pdf files when running some production jobs error.message Cannot invoke “com.aspose.pdf.internal.l6n.ly.lu()” because the return value of “com.aspose.pdf.internal.l6n.l0t.l6t()” is null error.st…...working with annotations or text styles, confirm that these objects...issue. Error Handling : Implement error handling around the code...

    forum.aspose.com/t/nullpointerexception-noticed...
  4. MSG Files Editing in C#

    Modify MSG files programmatically in C# — update email metadata, body, recipients, and attachments without Outlook dependency....content in archives can be handled efficiently if the right tools...with Email File Formats # To handle the challenges of editing email...

    blog.aspose.com/email/msg-files-editing-using-c...
  5. Extract images from PDF in C++ | Aspose.PDF

    Simple demo source code to extract images from PDF file on any platform with C++ language.... Extract text from PDF Extract Images from...Extract Data from the Form Extract Text From Stamps Extract Data from...

    products.aspose.com/pdf/cpp/parser/images/
  6. WarningInfoCollection class | Aspose.Words for ...

    aspose.words.WarningInfoCollection class. Represents a typed collection of [WarningInfo](../warninginfo/) objects...Open a document that contains text formatted with a font that does...) # Assign a callback for handling font substitution warnings...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Parameters of 1D Barcode Generation|Documentation

    How to Set Specific Display Parameters for 1D Barcodes in Aspose.BarCode for Android...correction of invalid barcode text. This article describes how...Set to 5 Handling Exception on Incorrect Barcode Text In case...

    docs.aspose.com/barcode/androidjava/1d-barcodes...
  8. Parameters of 1D Barcode Generation|Documentation

    How to Set Specific Display Parameters for 1D Barcodes in Aspose.BarCode for Python...correction of invalid barcode text. This article describes how...Set to 5 Handling Exception on Incorrect Barcode Text In case...

    docs.aspose.com/barcode/python-java/generate-1d...
  9. InsertHtml does not preserve the color style sp...

    Code: public void GenerateWordFromWithColors() { Document doc = new Document(); // We can position where we want the table to be inserted and specify any extra formatting to the table. DocumentBuilder bu…...rgba(224, 62, 45, 1);\">Some Text in red</div>"); doc.Save(@"...InsertHtml does not preserve the text color when using rgba(224, 62...

    forum.aspose.com/t/inserthtml-does-not-preserve...
  10. Letter Interchanges when converting DOCX to PDF...

    Hi, When converting a DOCX to PDF, I noticed some letters get interchanged. Code: var doc = new Document(@".\test.docx"); doc.LayoutOptions.TextShaperFactory = HarfBuzzTextShaperFactory.Instance; doc.Save(@".\test.…...Instance to handle text shaping during conversion...with how certain fonts are handled during the conversion process...

    forum.aspose.com/t/letter-interchanges-when-con...