Sort Score
Result 10 results
Languages All
Labels All
Results 7,021 - 7,030 of 369,804 for

save

(0.41 sec)
  1. Convert OTP to POT in Node.js | products.aspose...

    Convert OTP to POT in Node.js. Use Node.js library API to convert OTP files to POTs...Presentation from OTP file and save it as POT. Node.js code for..."welcome-to-powerpoint.otp" ); try { pres . save ( "output.pot" , aspose . slides...

    products.aspose.com/slides/nodejs-java/conversi...
  2. Convert OTP to TIFF in Node.js | products.aspos...

    Convert OTP to TIFF in Node.js. Use Node.js library API to convert OTP files to TIFFs...Presentation from OTP file and save it as TIFF. Node.js code for..."welcome-to-powerpoint.otp" ); try { pres . save ( "output.tiff" , aspose . slides...

    products.aspose.com/slides/nodejs-java/conversi...
  3. Convert OTP to PPTX in Node.js | products.aspos...

    Convert OTP to PPTX in Node.js. Use Node.js library API to convert OTP files to PPTXs...Presentation from OTP file and save it as PPTX. Node.js code for..."welcome-to-powerpoint.otp" ); try { pres . save ( "output.pptx" , aspose . slides...

    products.aspose.com/slides/nodejs-java/conversi...
  4. Convert POT to PPT in Node.js | products.aspose...

    Convert POT to PPT in Node.js. Use Node.js library API to convert POT files to PPTs...Presentation from POT file and save it as PPT. Node.js code for..."welcome-to-powerpoint.pot" ); try { pres . save ( "output.ppt" , aspose . slides...

    products.aspose.com/slides/nodejs-java/conversi...
  5. HtmlSaveOptions.fonts_folder_alias property | A...

    HtmlSaveOptions.fonts_folder_alias property. Specifies the name of the folder used to construct font URIs written into an HTML document... Remarks When you save a Document in HTML format and...True , Aspose.Words needs to save fonts used in the document as...

    reference.aspose.com/words/python-net/aspose.wo...
  6. 使用C++设置打印选项|Documentation

    本文演示了如何通过C++ API和库以编程方式设置Excel工作表的“页面设置”中的打印选项。你可以设置打印区域、打印标题和页面顺序。..."A1:T35" ); // Save the workbook workbook . Save ( outDir + u "SetPrintArea_out..."$1:$2" ); // Save the workbook workbook . Save ( outputFilePath...

    docs.aspose.com/cells/zh/cpp/setting-print-opti...
  7. MetafileRenderingOptions.renderingMode property...

    MetafileRenderingOptions.renderingMode property. Gets or sets a value determining how metafile images should be rendered.... Saving . MetafileRenderingMod Remarks...default value depends on the save format. For images it is MetafileRenderingMod...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Extract images from PDF in Python | Aspose.PDF

    Python source code to extract images from PDF file on .NET Framework, .NET Core, and PHP, VBScript, Delphi, C++ via COM Interop.... Save output image to jpeg file. Save updated PDF...path_outfile , "w" ) # Save output image xImage . save ( output_image...

    products.aspose.com/pdf/python-net/parser/images/
  9. 在文本框字段中对齐文本|Aspose.PDF for .NET

    本文展示了如何使用 Form 类在文本框字段中对齐文本。...Aspose" ); // Save PDF document in Memory Stream form . Save ( ms );...DecorateField (); // Save PDF document formEditor . Save ( dest ); } }...

    docs.aspose.com/pdf/zh/net/justify-text-in-a-te...
  10. 通过 C# 导入 FDF 格式注释到 PDF|Aspose.PDF for .NET

    使用现有的 Form.ImportFdf() 或 PdfAnnotationEditor.ImportAnnotationsFromFdf() 方法将 FDF 格式注释导入 PDF,使用 Aspose.PDF for .NET。...fdfInputStream ); } // Save PDF document form . Save ( dataDir + "Im..."student.fdf" ); // Save PDF document editor . Save ( dataDir + "I...

    docs.aspose.com/pdf/zh/net/import-fdf/