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

new

(0.13 sec)
  1. 视频帧|Aspose.Slides 文档

    在Java中将视频帧添加到PowerPoint演示文稿中...Presentation class Presentation pres = new Presentation ( "pres.pptx" );...FileInputStream fileStream = new FileInputStream ( "Wildlife.mp4"...

    docs.aspose.com/slides/zh/androidjava/video-frame/
  2. View PPSX in C# | products.aspose.com

    View PPSX in C#. Use .NET library API to open and view PowerPoint Slideshow...file using ( var presentation = new Aspose.Slides.Presentation( "sample...controller var controller = new Aspose.Slides.Export.ResponsiveHtmlContro();...

    products.aspose.com/slides/net/viewer/ppsx/
  3. View PPTM in C# | products.aspose.com

    View PPTM in C#. Use .NET library API to open and view Macro-enabled PowerPoint Template...file using ( var presentation = new Aspose.Slides.Presentation( "sample...controller var controller = new Aspose.Slides.Export.ResponsiveHtmlContro();...

    products.aspose.com/slides/net/viewer/pptm/
  4. View POTM in C# | products.aspose.com

    View POTM in C#. Use .NET library API to open and view Macro-enabled PowerPoint Template...file using ( var presentation = new Aspose.Slides.Presentation( "sample...controller var controller = new Aspose.Slides.Export.ResponsiveHtmlContro();...

    products.aspose.com/slides/net/viewer/potm/
  5. Digitally Sign a VBA Code Project with Certific...

    Learn how to digitally sign a VBA Code Project with a certificate using Aspose.Cells for Node.js via C++....Cells" ; const digitalSignature = new AsposeCells . DigitalSignature...pfxPath ), password , comment , new Date ()); // Create workbook...

    docs.aspose.com/cells/nodejs-cpp/digitally-sign...
  6. Merge PCL files using Java | Aspose.PDF

    Merge PCL files programmatically with Java sample code using Aspose.PDF for Java...option = new PclLoadOptions (); Document pdfDocument1 = new Document...option ); Document pdfDocument2 = new Document ( "sample2.pcl" , option...

    products.aspose.com/pdf/java/merger/pcl/
  7. Licensing|Aspose.Slides 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....file FileInputStream fstream = new FileInputStream ( "Aspose.Slides...License class License license = new License (); <span class="c1">//Set...

    docs.aspose.com/slides/jasperreports/licensing/
  8. Convert Word Doc to Other Formats in NPOI|Aspos...

    Convert DOC to other document formats easily and fast instead of using NPOI in C#.... C# Document wordDocument = new Document ( "Convert Word Doc...XWPFDocument wordDocument = new XWPFDocument ( new FileStream ( "Convert...

    docs.aspose.com/words/net/convert-word-doc-to-o...
  9. 在xlsx4j中将图表转换为图像|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....ImageOrPrintOptions imgOpts = new ImageOrPrintOptions (); imgOpts...image file. chart . toImage ( new FileOutputStream ( dataDir +...

    docs.aspose.com/cells/zh/java/convert-chart-to-...
  10. Add Pages to PDF using .NET | Aspose.PDF

    Add PDF pages to your document programmatically with C# sample code using Aspose.PDF for .NET... Insert New Page to PDF var inputFile = Path....pdf)" ); var pdfDocument = new Aspose . Pdf . Document ( inputFile...

    products.aspose.com/pdf/net/pages/add/