Sort Score
Result 10 results
Languages All
Labels All
Results 8,321 - 8,330 of 216,857 for

new

(0.68 sec)
  1. | Aspose

    Sample code for JPEG to DOCX Java conversion. Use API example code for batch JPEG files to DOCX conversion within any Web or Desktop Java based application....API instance AsposeOCR api = new AsposeOCR (); //Prepare rectangles...rectArray = new ArrayList (); rectArray . add ( new Rectangle (...

    products.aspose.com/ocr/java/conversion/jpeg-to...
  2. | Aspose

    Sample code for BMP to DOCX Java conversion. Use API example code for batch BMP files to DOCX conversion within any Web or Desktop Java based application....API instance AsposeOCR api = new AsposeOCR (); //Prepare rectangles...rectArray = new ArrayList (); rectArray . add ( new Rectangle (...

    products.aspose.com/ocr/java/conversion/bmp-to-...
  3. ByteArray To image - Free Support Forum - aspos...

    I’m working with Aspose.Words for .NET (v24.10) and would like some guidance on inserting a signature image from byte array coming in payload into a Word template using the LINQ Reporting Engine. My Use Case: I receiv…...Word document Document doc = new Document("path/to/your/template...docx"); DocumentBuilder builder = new DocumentBuilder(doc); // Move...

    forum.aspose.com/t/bytearray-to-image/310992
  4. Change the Font on just the specific Unicode ch...

    Learn how to change the font of specific Unicode characters while saving to PDF using Aspose.Cells with C++....cannot be displayed with Times New Roman , but it can be displayed...specific font such as Times New Roman, Aspose.Cells changes the...

    docs.aspose.com/cells/cpp/change-the-font-on-ju...
  5. Add Watermark in C#|Aspose.Words for .NET

    Add a watermark into a document. NPOI does not provide an opportunity to add a watermark using C#....string [] args ) { Document doc = new Document ( "../../data/document...watermarks. Shape watermark = new Shape ( doc , ShapeType . TextPlainText...

    docs.aspose.com/words/net/add-watermark/
  6. Adding Pages in PDF with Python|Aspose.PDF for ...

    Discover how to add pages to a PDF document in Python using Aspose.PDF for flexible document creation and editing.... Insert a new empty page at a specific index...using ‘ap.Document()’. Add a new empty page to the end of the...

    docs.aspose.com/pdf/python-net/add-pages/
  7. Manage Presentation Tables in Java|Aspose.Slide...

    Create & edit tables in PowerPoint slides with Aspose.Slides for Java. Discover simple code examples to streamline your table workflows....PPTX file Presentation pres = new Presentation (); try { // Accesses...PPTX file Presentation pres = new Presentation (); try { // Accesses...

    docs.aspose.com/slides/java/manage-table/
  8. Aspose Words forcefully converting string - Fre...

    I have a Json input with both token and value in string format { "TOKEN1": "1000", "TOKEN2": "2000" } and in Template, i have to check if TOKEN1 exist, then display that in certain format, else if TOKEN2 exis…...JsonDataLoadOptions options = new JsonDataLoadOptions(); options...We have opened the following new ticket(s) in our internal issue...

    forum.aspose.com/t/aspose-words-forcefully-conv...
  9. FieldSubject class | Aspose.Words for Python

    aspose.words.fields.FieldSubject class. Implements the SUBJECT field...then display the new value. field . text = 'My new subject' field...assertEqual ( ' SUBJECT "My new subject"' , field . get_field_code...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Merge images|Aspose.PDF for .NET

    Discover how to merge images into a single PDF document in .NET using Aspose.PDF for streamlined document creation....( FileStream outputStream = new FileStream ( dataDir + "MergeImages_out...( FileStream outputStream = new FileStream ( dataDir + "MergeImages02_out...

    docs.aspose.com/pdf/net/merge-images/