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

new

(0.12 sec)
  1. LoadFormat Enum | Aspose.Words for .NET

    Discover the Aspose.Words.LoadFormat enum, defining document formats for seamless loading and enhanced compatibility in your applications....using ( HttpClient client = new HttpClient ()) { byte [] bytes...using ( MemoryStream stream = new MemoryStream ( bytes )) { //...

    reference.aspose.com/words/net/aspose.words/loa...
  2. Text underline not appearing correctly when sav...

    Hi team, I am using the code below on a linux server to create an image from a range, I insert the image into PowerPoint. private static ImageOrPrintOptions _options = New ImageOrPrintOptions() { HorizontalResolution…...ImageOrPrintOptions _options = new ImageOrPrintOptions() { HorizontalResolution...ImageOrPrintOptions _options = new ImageOrPrintOptions() { HorizontalResolution...

    forum.aspose.com/t/text-underline-not-appearing...
  3. | Aspose

    Sample code for JPG to XLSX Java conversion. Use API example code for batch JPG files to XLSX 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/jpg-to-...
  4. | 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...
  5. | 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-...
  6. 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/
  7. Aspose.Cells 8.6.2 中的公共 API 更改|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....//Instantiate a new Workbook designer WorkbookDesigner report = new WorkbookDesigner...setDataSource ( "VariableArray" , new String [] { "English" , "Arabic"...

    docs.aspose.com/cells/zh/java/public-api-change...
  8. Wrong PageCount on docx file with Aspose.Words ...

    Dear support team, I am running a simple unit test with an input docx document. Each time, this document contains 5 pages. But when I load it with Aspose.Words and then iterate on pages based on PageCount, there is an…...GetBytes(License); MemoryStream ms = new MemoryStream(buf); return ms;...try { Aspose.Words.License l = new Aspose.Words.License(); l.Se...

    forum.aspose.com/t/wrong-pagecount-on-docx-file...
  9. Generate Reports in MBOX Files via Java | produ...

    Java sample code to create MBOX format reports on Java Runtime Environment for JSP/JSF Application and Desktop Applications....Generate MBOX - C# //create a new MailMessage instance as a template...template MailMessage template = new MailMessage(); //add template...

    products.aspose.com/email/java/assembly/mbox/
  10. 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...