Sort Score
Result 10 results
Languages All
Labels All
Results 1,271 - 1,280 of 369,804 for

save

(0.07 sec)
  1. Aspose.PSD for .NET 18.10 - 发行说明|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.... Save ( pngExportPath100 , saveOptions...fileName + "_Test50.png" ; im . Save ( pngExportPath50 , saveOptions...

    docs.aspose.com/psd/zh/net/aspose-psd-for-net-1...
  2. Conversion to PDF|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....Presentation class exposes the Save method that can be called to...Presentation ( srcFileName ); //Save the presentation to PDF with...

    docs.aspose.com/slides/net/conversion-to-pdf/
  3. Add and Delete a Bookmark|Aspose.PDF for C++

    This topic explain how to add bookmark to a PDF document with C++ library. Also you can delete all or particular bookmarks from a PDF document....pdfOutline ); // Save the update document pdfDocument -> Save ( _dataDir...pdfOutline ); // Save output pdfDocument -> Save ( _dataDir + u...

    docs.aspose.com/pdf/cpp/add-and-delete-bookmark/
  4. Delete PDF Pages programmatically|Aspose.PDF fo...

    You can delete pages from your PDF file using PHP....page’s index Call the save method to save the updated PDF file...delete ( 2 ); // Save output document $document -> save ( $outputFile...

    docs.aspose.com/pdf/php-java/delete-pages/
  5. Adding Attachment to PDF document|Aspose.PDF fo...

    This page describes how to add an attachment to a PDF file with Aspose.PDF for C++ library...fileSpecification ); // Save new output pdfDocument -> Save ( _dataDir +..."AddAttachment_out.pdf" ); } Extract and Save an Attachment...

    docs.aspose.com/pdf/cpp/add-attachment-to-pdf-d...
  6. Add Watermark to PDF using PHP | Aspose.PDF

    Add watermark to PDF file programmatically with PHP sample code using Aspose.PDF for PHP via Java... Save PDF file Add Watermark to PDF...$artifact ); // Save output document $document -> save ( $outputFile...

    products.aspose.com/pdf/php-java/watermark/add/
  7. SlideTransition|Aspose.Slides for Python Docume...

    Control slide transitions in Python with Aspose.Slides: choose types, speed, sound, and timing to polish presentations in PPT, PPTX and ODP.... save ( "slide_transition.pptx" ,...TransitionType . NONE presentation . save ( "slide_transition_removed...

    docs.aspose.com/slides/python-net/examples/elem...
  8. C++ API to Convert MHTML to PPSM | products.asp...

    Convert MHTML to PPSM via C++ without using Microsoft Word or Adobe Acrobat Reader...page archive format used to save webpages in a single file. It...Microsoft PowerPoint. It is used to save presentations in a single file...

    products.aspose.com/total/cpp/conversion/mhtml-...
  9. XamlFixedSaveOptions.ResourcesFolderAlias | Asp...

    Discover how the ResourcesFolderAlias property in XamlFixedSaveOptions enhances image URI management in Xaml documents. Optimize your fixed page layouts today!...get ; set ; } Remarks When you save a Document in fixed page Xaml...format, Aspose.Words needs to save all images embedded in the document...

    reference.aspose.com/words/net/aspose.words.sav...
  10. Convert PDF to HTML in .NET|Aspose.PDF for .NET

    This topic shows you how to convert a PDF file to HTML format with the Aspose.PDF C# library.... Save images as PNG background. Specifying...the value Html which lets you save the source file to HTML. The...

    docs.aspose.com/pdf/net/convert-pdf-to-html/