Sort Score
Result 10 results
Languages All
Labels All
Results 8,411 - 8,420 of 198,840 for

new

(0.11 sec)
  1. PageSetup.bottomMargin property | Aspose.Words ...

    PageSetup.bottomMargin property. Returns or sets the distance (in points) between the bottom edge of the page and the bottom boundary of the body text....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. PageSetup.rightMargin property | Aspose.Words f...

    PageSetup.rightMargin property. Returns or sets the distance (in points) between the right edge of the page and the right boundary of the body text....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. PNG to PDF Converter using Android via Java | A...

    Sample code on Java for PNG to PDF conversion. Use example code for batch PNG to PDF conversion in Android...height and width values Create new document and add Page and Set...Initialize document object document = new Document (); Page page = document...

    products.aspose.com/pdf/android-java/conversion...
  4. Append Documents in Ruby|Aspose.Words for Java

    Append an MS Word document to other one using Ruby.... new ( data_dir + "TestFile.Destination...'com.aspose.words.Document' ) . new ( data_dir + "TestFile.Source...

    docs.aspose.com/words/java/append-documents-in-...
  5. ChartLegend.legendEntries property | Aspose.Wor...

    ChartLegend.legendEntries property. Returns a collection of legend entries for all series and trendlines of the parent chart....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Preview workbook with Node.js via C++|Documenta...

    Aspose.Cells supports printing and previewing Excel files without Microsoft Excel installation using Node.js via C++....xlsx" ); const workbook = new AsposeCells . Workbook ( filePath...filePath ); const imgOptions = new AsposeCells . ImageOrPrintOptions...

    docs.aspose.com/cells/nodejs-cpp/workbook-and-w...
  7. Manage Slide Show in Python|Aspose.Slides for P...

    Learn how to manage slide shows in Aspose.Slides for Python via .NET. Control slide transitions, timings and more across PPT, PPTX and ODP formats with ease....code example below creates a new presentation and sets the show...following code example creates a new presentation and loops the slide...

    docs.aspose.com/slides/python-net/manage-slide-...
  8. ParagraphFormat.keep_together property | Aspose...

    ParagraphFormat.keep_together property. True if all lines in the paragraph are to remain on the same page....# and then starts a new line, adding a new paragraph. builder...

    reference.aspose.com/words/python-net/aspose.wo...
  9. | Aspose

    Sample code for TIFF to DOCX Java conversion. Use API example code for batch TIFF 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/tiff-to...
  10. JPEG to PDF Merge using Java | Aspose.PDF

    Combine two or more JPEG documents into one PDF single file programmatically with Java sample code using Aspose.PDF for Java... Initialize a new Document, and run a loop for...add a new page to PDF document In loop: add image to new PDF page...

    products.aspose.com/pdf/java/merger/jpeg-to-pdf/