Sort Score
Result 10 results
Languages All
Labels All
Results 2,281 - 2,290 of 375,716 for

save

(0.33 sec)
  1. ParagraphFormat.suppress_auto_hyphens property ...

    ParagraphFormat.suppress_auto_hyphens property. Specifies whether the current paragraph should be exempted from any hyphenation which is applied in the document settings....# When we save this document to a fixed page save format, its...suppress_auto_hyphens doc . save ( file_name = ARTIFACTS_DIR...

    reference.aspose.com/words/python-net/aspose.wo...
  2. C++ API to Convert MHTML to EXCEL | products.as...

    Convert MHTML to EXCEL via C++ API without using Microsoft Excel or Adobe Reader...Convert MHTML to XLSX by using Save member function Load XLSX document...reference Save the document to CSV format using Save member function...

    products.aspose.com/total/cpp/conversion/mhtml-...
  3. Aspose::Words::Saving::HtmlSaveOptions::get_Exp...

    Aspose::Words::Saving::HtmlSaveOptions::get_ExportFontsAsBase64 method. Specifies whether fonts resources should be embedded to HTML in Base64 encoding. Default is false in C++....Aspose::Words::Saving::HtmlSaveOptions::get_ExportFontsAsBase64...false . bool Aspose :: Words :: Saving :: HtmlSaveOptions :: get_ExportFontsAsBase64...

    reference.aspose.com/words/cpp/aspose.words.sav...
  4. Note|Aspose.Slides for Python Documentation

    Add, read, edit, and export speaker notes in Python with Aspose.Slides: format text, manage notes per slide, and control visibility in PowerPoint and OpenDocument.... save ( "note.pptx" , slides . export...remove_notes_slide () presentation . save ( "note_removed.pptx" , slides...

    docs.aspose.com/slides/python-net/examples/elem...
  5. Add Image stamps in PDF using C#|Aspose.PDF for...

    Add the Image Stamp in your PDF document using ImageStamp class with the Aspose.PDF library....imageStamp ); // Save PDF document document . Save ( dataDir + "AddImageStamp_out...imageStamp ); // Save PDF document document . Save ( dataDir + "...

    docs.aspose.com/pdf/net/image-stamps-in-pdf-page/
  6. Convert PowerPoint Presentations to TIFF in PHP...

    Learn how to easily convert PowerPoint (PPT, PPTX) presentations to high-quality TIFF images using Aspose.Slides for PHP via Java, with code examples....Presentation to TIFF Using the save method provided by the Presentation...{ // Save the presentation as TIFF. $presentation -> save ( "output...

    docs.aspose.com/slides/php-java/convert-powerpo...
  7. Convert PowerPoint Presentations to TIFF in Jav...

    Learn how to easily convert PowerPoint (PPT, PPTX) presentations to high-quality TIFF images using Aspose.Slides for Java, with code examples....Presentation to TIFF Using the save method provided by the Presentation...{ // Save the presentation as TIFF. presentation . save ( "output...

    docs.aspose.com/slides/java/convert-powerpoint-...
  8. What's new|Aspose.PDF for Python via .NET

    In this page introduces the most popular new features in Aspose.PDF for Python via .NET that have been introduced in recent releases....document : # Save PDF document document . save ( outfile ) Analyze...document ) # Save the sanitized PDF document document . save ( outfile...

    docs.aspose.com/pdf/python-net/whatsnew/
  9. Aspose.PSD for .NET 22.12 - 发行说明|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 ( psdExportPath , new PsdOptions...psdExportPath )) { // 渲染为 PNG image . Save ( pngExportPath , new PngOptions...

    docs.aspose.com/psd/zh/net/aspose-psd-for-net-2...
  10. DocSaveOptions constructor | Aspose.Words for P...

    aspose.words.saving.DocSaveOptions constructor...this class that can be used to save a document in the SaveFormat...( self ): ... DocSaveOptions(save_format) Initializes a new instance...

    reference.aspose.com/words/python-net/aspose.wo...