Sort Score
Result 10 results
Languages All
Labels All
Results 4,681 - 4,690 of 164,103 for

new

(0.06 sec)
  1. Convert TEXT To PNG Javascript

    Convert TEXT to PNG format in JavaScript code. Save TEXT as PNG using JavaScript....'@aspose/words' ); var doc = new aw.Document( "Input.txt" ) for...require('@aspose/words'); var doc = new aw.Document("Input.txt") doc...

    products.aspose.com/words/nodejs-net/conversion...
  2. Convert DOC To JPG Javascript

    Convert DOC to JPG format in JavaScript code. Save DOC as JPG using JavaScript....'@aspose/words' ); var doc = new aw.Document( "Input.doc" ) for...require('@aspose/words'); var doc = new aw.Document("Input.doc") doc...

    products.aspose.com/words/nodejs-net/conversion...
  3. How to get the following values and what they m...

    Hi team, I would like to know how to parse the below details in Java and what the numbers mean when i get the same for the below: Flags Categories Priority Mail Read Status and Unread status Below is the code which i …...totalMessages); JSONArray mailsArray = new JSONArray(); // Iterate only...get_Item(i); JSONObject msgJson = new JSONObject(); msgJson.put("messageId"...

    forum.aspose.com/t/how-to-get-the-following-val...
  4. Get Connection Points from Shape with Node.js v...

    Learn how to retrieve connection points from shapes in Excel using Aspose.Cells for Node.js via C++....external links const workbook = new AsposeCells . Workbook ( filePath...Instantiate a new Workbook. const newWorkbook = new AsposeCells...

    docs.aspose.com/cells/nodejs-cpp/get-connection...
  5. ChartDataLabelCollection.Font | Aspose.Words fo...

    Access and customize the font formatting of your entire series' data labels with the ChartDataLabelCollection Font property for enhanced data visualization....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder..."Revenue" , new [] { "January" , "February" , "March" }, new [] { 25...

    reference.aspose.com/words/net/aspose.words.dra...
  6. FixedPageSaveOptions.numeralFormat property | A...

    FixedPageSaveOptions.numeralFormat property. Gets or sets [NumeralFormat](../../numeralformat/) used for rendering of numerals...let doc = new aw . Document (); let builder = new aw . DocumentBuilder... font . localeId = 5121 ; //new CultureInfo("ar-AR").LCID; builder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Data encoding for 2D barcodes|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....using ( BarcodeGenerator gen = new BarcodeGenerator ( EncodeTypes...using ( BarCodeReader reader = new BarCodeReader ( gen . GenerateBarCodeImage...

    docs.aspose.com/barcode/net/data-encoding-2d/
  8. Some table borders are randomly not rendered in...

    Hi, we are experiencing some issues while trying to convert pdf to pptx file using aspose.pdf library. Some table borders are randomly not displayed in the exported pptx. Please find the pdf input attached. Also, below i…...throws Exception { var pdfBytes = new ClassPathResource("bug_254248...readAllBytes(); try (Document srcDoc = new Document(pdfBytes)) { ByteArrayOutputStrea...

    forum.aspose.com/t/some-table-borders-are-rando...
  9. Style.remove method | Aspose.Words for Node.js

    Style.remove method. Removes the specified style from the document.... let doc = new aw . Document (); let style =...style . font . name = "Times New Roman" ; style . font . size...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. OoxmlSaveOptions.SaveFormat | Aspose.Words for ...

    Discover OoxmlSaveOptions' SaveFormat property to easily choose document formats like Docx, Docm, Dotx, Dotm, or FlatOpc for seamless saving....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...OoxmlSaveOptions saveOptions = new OoxmlSaveOptions { Compliance...

    reference.aspose.com/words/net/aspose.words.sav...