Sort Score
Result 10 results
Languages All
Labels All
Results 6,191 - 6,200 of 227,511 for

new

(1.42 sec)
  1. Create XLTX using Python | products.aspose.com

    Generate Microsoft Excel XLTX documents using Python applications without using Microsoft Office....Create XLTX File in Python Create new Workbook class object having...Template file used to create new workbooks with predefined formatting...

    products.aspose.com/total/python-java/create/xltx/
  2. Adding Header and Footer to PDF using Rust|Aspo...

    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....and save the modified PDF as a new file using the asposepdf Rust...previously opened PDF-document with new filename pdf . save_as ( "sa...

    docs.aspose.com/pdf/rust-cpp/add-headers-and-fo...
  3. Merge Cells|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.... Workbook wbk = new Workbook (); //Create a Worksheet...merge cells. Java Workbook wb = new HSSFWorkbook (); Sheet sheet...

    docs.aspose.com/cells/java/merge-cells/
  4. IMailMergeCallback Interface | Aspose.Words for...

    Optimize your mail merge process with Aspose.Words.MailMerging.IMailMergeCallback. Get real-time notifications and enhance your document automation efficiency....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...reference. DataTable table = new DataTable ( "Test" ); table ...

    reference.aspose.com/words/net/aspose.words.mai...
  5. TxtSaveOptionsBase.forcePageBreaks property | A...

    TxtSaveOptionsBase.forcePageBreaks property. Allows to specify whether the page breaks should be preserved during export....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...plaintext. let saveOptions = new aw . Saving . TxtSaveOptions...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Add Page Number to PDF|Aspose.PDF for Java

    Learn how to add page numbers to PDF documents in Java with the PdfFileStamp facade....{ PdfFileStamp pdfStamper = new PdfFileStamp (); try { pdfStamper...{ PdfFileStamp pdfStamper = new PdfFileStamp (); try { pdfStamper...

    docs.aspose.com/pdf/java/page-number/
  7. DocumentSavingArgs Class | Aspose.Words for .NET

    Discover the Aspose.Words.Saving.DocumentSavingArgs class, essential for handling document saving events efficiently in your applications.... Document doc = new Document ( MyDir + "Big document...HtmlSaveOptions saveOptions = new HtmlSaveOptions ( saveFormat...

    reference.aspose.com/words/net/aspose.words.sav...
  8. StructuredDocumentTagRangeStart.RemoveAllChildr...

    Efficiently use the RemoveAllChildren method to clear nodes between StructuredDocumentTagRangeStart and end, enhancing document management....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...StructuredDocumentTa rangeStart = new StructuredDocumentTa ( doc ,...

    reference.aspose.com/words/net/aspose.words.mar...
  9. MD to PDF Merge using Java | Aspose.PDF

    Combine two or more MD 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 MD file to new PDF...

    products.aspose.com/pdf/java/merger/md-to-pdf/
  10. Merge Combine Diagram|Documentation

    This section explains how to combine visio file...Visio diagram Diagram diagram = new Diagram ( dataDir + "Drawing1...Visio diagram Diagram diagram2 = new Diagram ( Drawing2 . vsdx ");...

    docs.aspose.com/diagram/net/merge-combine-diagram/