Sort Score
Result 10 results
Languages All
Labels All
Results 6,871 - 6,880 of 222,946 for

new

(0.14 sec)
  1. PS to PDF Merge using C# | Aspose.PDF

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

    products.aspose.com/pdf/net/merger/ps-to-pdf/
  2. PDF to EPUB Merge using C# | Aspose.PDF

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

    products.aspose.com/pdf/net/merger/pdf-to-epub/
  3. XFA to PDF Acroform - Free Support Forum - aspo...

    Any operations on Dynamic PDF (XFA), is limited to only first 2 pages. Is this a limitation or any option is available to achieve flattening of all pages of Dynamic pdf....document Document pdfDocument = new Document("input.xfa"); // Save...try (ByteArrayOutputStrea op = new ByteArrayOutputStrea()) { com...

    forum.aspose.com/t/xfa-to-pdf-acroform/317144
  4. IMailMergeDataSource Interface | Aspose.Words f...

    Unlock powerful mail merging with Aspose.Words.MailMerging.IMailMergeDataSource. Effortlessly connect custom data sources for seamless document automation....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...Customer > customers = new List < Customer > { new Customer ( "Thomas...

    reference.aspose.com/words/net/aspose.words.mai...
  5. Manage Presentation BLOBs in Java for Efficient...

    Manage BLOB data in Aspose.Slides for Java to streamline PowerPoint and OpenDocument file operations for efficient presentation handling....avi" ; // Creates a new presentation to which the video...be added Presentation pres = new Presentation (); try { FileInputStream...

    docs.aspose.com/slides/java/manage-blob/
  6. Setting Chart Appearance with JavaScript via C+...

    Learn how to configure the appearance of charts in Aspose.Cells for JavaScript via C++. Our guide will show you how to modify chart layouts, colors, fonts, and effects to achieve the desired visual style and enhance your worksheets....arrayBuffer (); workbook = new Workbook ( new Uint8Array ( arrayBuffer...{ workbook = new Workbook (); } // Adding a new worksheet to...

    docs.aspose.com/cells/javascript-cpp/setting-ch...
  7. Manage OLE in Presentations Using Java|Aspose.S...

    Optimize OLE object management in PowerPoint and OpenDocument files with Aspose.Slides for Java. Embed, update, and export OLE content seamlessly....Presentation presentation = new Presentation (); Dimension2D...IOleEmbeddedDataInfo dataInfo = new OleEmbeddedDataInfo ( fileData...

    docs.aspose.com/slides/java/manage-ole/
  8. Efficiently Merge Presentations in JavaScript|A...

    Effortlessly merge PowerPoint (PPT, PPTX) and OpenDocument (ODP) presentations in JavaScript with Aspose.Slides for Node.js, streamlining your workflow....merge presentations: let pres1 = new aspose . slides . Presentation..."pres1.pptx" ); try { let pres2 = new aspose . slides . Presentation...

    docs.aspose.com/slides/nodejs-java/merge-presen...
  9. 在 Exchange 服务器上处理日历项|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....meeting request Appointment app = new Appointment ( "meeting request"...RecurrencePattern pattern = new DailyRecurrencePatte ( c . getTime...

    docs.aspose.com/email/zh/java/working-with-cale...
  10. Values between 2^31 and 2^32 − 1 become two’s c...

    We are using a the below script to generate excel files from csv: // Values between 2^31 and 2^32 - 1 appear as their two’s complement negative equivalents when the CSV is converted to EXCEL using the below logic. const…...cells'); const loadOptions = new aspose.cells.TxtLoadOptions(...setConvertNumericDat(false); const workBook = new aspose.cells.Workbook('csvData...

    forum.aspose.com/t/values-between-2-31-and-2-32...