Sort Score
Result 10 results
Languages All
Labels All
Results 9,381 - 9,390 of 368,304 for

save

(0.1 sec)
  1. XPS to SVG Converter using Java | Aspose.PDF

    XPS to SVG conversion via Java sample code. Programmers can use this example code to export XPS to SVG within any Web or Desktop Java based application....Save method while passing the output...SaveFormat.Svg as parameters Save the output SVG file Here is...

    products.aspose.com/pdf/java/conversion/xps-to-...
  2. XPS to XLS Converter using Java | Aspose.PDF

    XPS to XLS conversion via Java sample code. Programmers can use this example code to export XPS to XLS within any Web or Desktop Java based application....Save method while passing the output...SaveFormat.Xls as parameters Save the output XLS file Here is...

    products.aspose.com/pdf/java/conversion/xps-to-...
  3. 使用C++通过JavaScript设置公式中的外部链接|Documentation

    学习如何用C++通过Aspose.Cells for JavaScript在公式中设置外部链接。...; // Save the workbook const outputData = workbook . save ( SaveFormat... Click the download link to save the file.</p>' ; }); </ script...

    docs.aspose.com/cells/zh/javascript-cpp/set-ext...
  4. 如何用 C++ 为文本框应用/设置文本对齐|Documentation

    如何用 C++ 在 Aspose.Cells 中为文本框应用/设置文本对齐。...TextAlignmentType :: Center ); // Save the workbook to the output directory...directory workbook . Save ( outDir + u "result.xlsx" ); std ::...

    docs.aspose.com/cells/zh/cpp/applying-text-alig...
  5. PDF Sticky Annotations using C++|Aspose.PDF for...

    This topic about Sticky annotations, as an example we shows the Watermark Annotation in the text. It uses to represent graphics on the page. Check code snippet to resolve this task...."Demo" }), ts ); //Save the Document document -> Save ( _dataDir +...Delete ( wa ); } document -> Save ( _dataDir + u "sample_watermark_del...

    docs.aspose.com/pdf/cpp/sticky-annotations/
  6. 在 JavaScript 中将 PowerPoint 转换为 Markdown|Aspose....

    在 JavaScript 中将 PowerPoint 转换为 Markdown... 使用 save 方法将对象保存为 markdown 文件。 下面的 JavaScript..."pres.pptx" ); try { pres . save ( "pres.md" , aspose . slides...

    docs.aspose.com/slides/zh/nodejs-java/convert-p...
  7. Working with Image Rendering|Documentation

    Render images with alpha blending in Java. Anti-aliasing with lines and curves in Java. Image clipping using Java API.... Save the output in any desired image...line, curve, or other object. Save the output in any desired image...

    docs.aspose.com/drawing/java/working-with-image...
  8. PDF to EMF Converter using C++ | Aspose.PDF

    Sample code for PDF to EMF conversion using C++. Use C++ example for batch PDF to EMF conversion....output file path as parameters Save the output EMF file Here is...your PDF file and then simply save it as a EMF file. You can use...

    products.aspose.com/pdf/cpp/conversion/pdf-to-emf/
  9. PDF to TXT Converter using C++ | Aspose.PDF

    Sample code for PDF to TXT conversion using C++. Use C++ example for batch PDF to TXT conversion....output file path as parameters Save the output TXT file Here is...your PDF file and then simply save it as a TXT file. You can use...

    products.aspose.com/pdf/cpp/conversion/pdf-to-txt/
  10. 使用C++给PDF添加水印|Documentation

    了解如何在使用Aspose.Cells的渲染过程中为PDF文件添加文本和图像水印。...); // Save the workbook with the watermark. wb . Save ( u "o...); std :: cout << "Workbook saved with watermark successfully...

    docs.aspose.com/cells/zh/cpp/add-watermark-to-pdf/