Sort Score
Result 10 results
Languages All
Labels All
Results 1,871 - 1,880 of 371,748 for

save

(0.27 sec)
  1. TxtSaveOptionsBase.paragraphBreak property | As...

    TxtSaveOptionsBase.paragraphBreak property. Specifies the string to use as a paragraph break when exporting in text formats.... Examples Shows how to save a .txt document with a custom...document's "Save" method // to modify how we save the document...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. TxtSaveOptionsBase.encoding property | Aspose.W...

    TxtSaveOptionsBase.encoding property. Specifies the encoding to use when exporting in text formats...document's "Save" method // to modify how we save the document...let txtSaveOptions = new aw . Saving . TxtSaveOptions (); // Verify...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. C++ API to Export PDF to RTF | products.aspose.com

    Convert PDF to RTF within C++ applications....Convert PDF to DOC by using Save member function Load DOC file...Words API Save the document to RTF format using Save member function...

    products.aspose.com/total/cpp/conversion/pdf-to...
  4. C++ API to Export PDF to PCL | products.aspose.com

    Convert PDF to PCL within C++ applications....Convert PDF to DOC by using Save member function Load DOC file...Words API Save the document to PCL format using Save member function...

    products.aspose.com/total/cpp/conversion/pdf-to...
  5. Convert PDF to PNG|Aspose.PDF for Android via Java

    This page describes how to convert PDF Pages to PNG image, convert all and single pages to PNG images with Aspose.PDF for Android via Java....); // Create stream object to save the output image try { OutputStream...Convert a particular page and save the image to stream PngDevice...

    docs.aspose.com/pdf/androidjava/convert-pdf-to-...
  6. Convert PDF to BMP|Aspose.PDF for Android via Java

    This article describes how to convert PDF Pages to BMP image, convert all Pages to BMP images and convert single PDF page to BMP image with Java....); // Create stream object to save the output image try { OutputStream...Convert a particular page and save the image to stream BmpDevice...

    docs.aspose.com/pdf/androidjava/convert-pdf-to-...
  7. 2023年新功能|Aspose.PDF for .NET

    本页面介绍了在2023年引入的Aspose.PDF for .NET中最受欢迎的新功能。..."" ; } } } // Save PDF document document . Save ( dataDir + "TextBox_out...Name ); } } // Save PDF document document . Save ( dataDir + "TextBox_out...

    docs.aspose.com/pdf/zh/net/whatsnew/2023/
  8. 在 JavaScript 通过 C++ 使用 HtmlSaveOptions.tableCss...

    学习如何使用 Aspose.Cells for JavaScript 通过 C++ 对 HTML 中的表格元素样式进行前缀。...Example - Set Cell Style and Save as HTML with Table CSS ID </...style = st ; // Specify html save options - specify table css...

    docs.aspose.com/cells/zh/javascript-cpp/prefix-...
  9. 在保存 3D 个视图时应用视觉效果|Documentation

    使用 Aspose.3D for Python via .NET API,开发人员可以在保存到图像之前对 3D 视图应用视觉效果。这些视觉效果也称为后处理效果或滤镜,它们实时应用于 3D 视图中显示的所有内容。...rectangle ) # Render the target and save the target texture to external...ITexture2D , rt . targets [ 0 ]) . save ( "out" + "Original_viewport_out...

    docs.aspose.com/3d/zh/python-net/apply-visual-e...
  10. Add, Move or Delete pages in PDF using C++ | As...

    Manipulate PDF pages of your document programmatically with C++ sample code using Aspose.PDF for C++... Save the output PDF using the Save method. Add New...Insert ( 2 ); // Save output file document -> Save ( _dataDir + outputFileName...

    products.aspose.com/pdf/cpp/pages/