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

save

(0.83 sec)
  1. FontSavingArgs.IsSubsettingNeeded | Aspose.Word...

    Discover the FontSavingArgs IsSubsettingNeeded property to control font subsetting for optimized font resource exports. Enhance your design workflow today!...logic for exporting fonts when saving to HTML. public void SaveExportedFonts...callback that will handle font saving in a custom manner. HtmlSaveOptions...

    reference.aspose.com/words/net/aspose.words.sav...
  2. 通过 C++ 使用 Node.js 更改 Shape 的调整值|Documentation

    了解如何使用 Aspose.Cells for Node.js via C++ 更改 Excel 中形状的调整值。...5 ); // Save the workbook workbook . save ( path . join...default value // Save the workbook workbook . save ( path . join...

    docs.aspose.com/cells/zh/nodejs-cpp/change-adju...
  3. 使用JavaScript通过C++避免在没有内容打印时生成空白页的输出PDF|Document...

    学习如何在没有内容打印时,使用Aspose.Cells for Java脚本通过C++避免输出PDF中的空白页。...> </ head > < body > < h1 > Save Workbook to PDF Example </ h1...empty workbook and attempting to save to PDF.</p>' ; } else { document...

    docs.aspose.com/cells/zh/javascript-cpp/avoid-b...
  4. TxtSaveOptionsBase.ForcePageBreaks | Aspose.Wor...

    Control page breaks with TxtSaveOptionsBase's ForcePageBreaks property. Ensure seamless exports and maintain document formatting effortlessly....document's "Save" // method to modify how we save the document...Microsoft Word documents. // Save formats such as ".txt" are one...

    reference.aspose.com/words/net/aspose.words.sav...
  5. Convert PowerPoint Presentations to PDF with No...

    Convert formats PPT and PPTX to PDF with notes using Aspose.Slides for Java. Preserve layouts and speaker notes for professional presentations....PowerPoint to PDF with Notes The save method in the Presentation class...include speaker notes, and then save the file as a PDF. The following...

    docs.aspose.com/slides/java/convert-powerpoint-...
  6. 在使用Aspose.Cells for JavaScript通过C++加载工作簿中的HTML时...

    学习如何在使用Aspose.Cells for JavaScript通过C++加载HTML文件时自动调整列宽和行高。...Cells Example - Load HTML and Save XLSX </ title > </ head > <...HTML String into Workbook and Save </ h1 > < input type = "file"...

    docs.aspose.com/cells/zh/javascript-cpp/autofit...
  7. SaveOptions.saveFormat property | Aspose.Words ...

    SaveOptions.SaveFormat property. Specifies the format in which the document will be Saved if this Save options object is used....the document will be saved if this save options object is used...use a specific encoding when saving a document to .epub. let doc...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Add Circle Object to PDF file|Aspose.PDF for C++

    This article explains how to create a circle object to your PDF using Aspose.PDF for C++....paragraphs collection of page Save our PDF file void ExampleCircle...Add ( graph ); // Save PDF file document -> Save ( _dataDir + u...

    docs.aspose.com/pdf/cpp/add-circle/
  9. Create Thumbnails of Presentation Shapes in Pyt...

    Generate high-quality shape thumbnails from PowerPoint and OpenDocument slides with Aspose.Slides for Python via .NET – easily create and export presentation thumbnails.... Save the thumbnail image in the desired...: # Save the image to disk in PNG format. thumbnail . save ( "shape_thumbnail...

    docs.aspose.com/slides/python-net/create-shape-...
  10. Delete PDF Pages with Go|Aspose.PDF for Go via C++

    You can delete pages from your PDF file using Aspose.PDF for Go via C++....specifically for removing pages, saving the modified document, and...PageDelete function. Saving the Document using Save method. package...

    docs.aspose.com/pdf/go-cpp/delete-pages/