Sort Score
Result 10 results
Languages All
Labels All
Results 8,831 - 8,840 of 375,973 for

save

(0.98 sec)
  1. Apply or Change Slide Layouts in Java|Aspose.Sl...

    Manage and customize slide layouts in Aspose.Slides for Java. Explore layout types, placeholder control, and footer visibility through Java code examples.... Save the presentation. The following...); // Save the presentation to disk. presentation . save ( "output...

    docs.aspose.com/slides/java/slide-layout/
  2. C# Microsoft Project Files Conversion | .NET | ...

    Convert Microsoft Project MPP MPT MPX to PDF HTML Excel and Images JPG PNG BMP TIFF with few lines of C# code via .NET library.... Call the save method and with output PDF file...); 3. // save in different formats 4. prjectToHTML.Save(dir + "output...

    products.aspose.com/tasks/net/conversion/
  3. Document.AppendDocument | Aspose.Words for .NET

    Effortlessly append documents with our Document Append method. Enhance your workflow by seamlessly integrating content into your existing files....preserving its formatting, // then save the source document to the local...KeepSourceFormatting ); dstDoc . Save ( ArtifactsDir + "Document.AppendDocument...

    reference.aspose.com/words/net/aspose.words/doc...
  4. Converting a MD file to PDF using PHP | Aspose.PDF

    Sample code on PHP for MD to PDF conversion. Use example code for batch MD to PDF conversion with Aspose.PDF for PHP via Java...output file path as parameters Save the output PDF file System Requirements...your MD file and then simply save it as a PDF file. You can use...

    products.aspose.com/pdf/php-java/conversion/md-...
  5. Layout Slide|Aspose.Slides for Node.js via .NET...

    Master layout slides in Aspose.Slides for Node.js: choose, apply, and customize slide layouts, placeholders, and masters with examples for PPT, PPTX, and ODP presentations.... save ( "layout_slide.pptx" , aspose...layoutSlide ); presentation . save ( "layout_slide_removed.pptx"...

    docs.aspose.com/slides/nodejs-java/examples/ele...
  6. Developer's reference|Documentation

    For developers, by developers. Find answers in Aspose.OCR for .NET developer's reference and start building your OCR applications....preprocessing the image to saving recognition results. A full-cycle...results : Save recognition results as a file Save recognition...

    docs.aspose.com/ocr/net/developer-reference/
  7. Convert EMF to WMF Using Aspose.Imaging for .NE...

    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....(Enhanced Metafile) image and save it as a WMF (Windows Metafile)...size, and borders. Save as WMF – Call image.Save with the same options...

    docs.aspose.com/imaging/net/convert-emf-to-wmf/
  8. Convert OFT to EMLX via Java | products.aspose.com

    Try the code sample to convert OFT files to EMLX format in Java. Download Java API to take your email processing applications to the next level....algorithms or tedious manual work, saving time and effort for more important...class provides options for saving email messages. In the code...

    products.aspose.com/email/java/conversion/oft-t...
  9. Add Rectangle Object to PDF file|Aspose.PDF for...

    This article explains how to create a Rectangle object to your PDF using Aspose.PDF for .NET.... And save your PDF file // For complete...( rect ); // Save PDF document document . Save ( dataDir + "...

    docs.aspose.com/pdf/net/add-rectangle/
  10. Apply or Change Slide Layouts in PHP|Aspose.Sli...

    Manage and customize slide layouts in Aspose.Slides for PHP via Java. Explore layout types, placeholder control, and footer visibility through code examples.... Save the presentation. The following...); // Save the presentation to disk. $presentation -> save ( "output...

    docs.aspose.com/slides/php-java/slide-layout/