Sort Score
Result 10 results
Languages All
Labels All
Results 8,801 - 8,810 of 378,839 for

save

(0.81 sec)
  1. Convert Numbers File to PDF in C#

    Follow this article to convert numbers file to PDF in C#. It has the details to set the IDE, a list of steps, and a sample code for developing a numbers to PDF converter in C#....properties in the PdfOptions object Save the resultant Workbook as PDF...Workbook object and save it as a PDF using the Save method in the Workbook...

    kb.aspose.com/cells/net/convert-numbers-file-to...
  2. Convert Markdown to Word in Java

    Refer to this article to convert Markdown to Word in Java. You will get details to set the IDE, a list of programming steps, and a sample code to develop a Markdown to Word converter in Java....with the specified load options Save the output as a DOCX file on...options. Save the loaded document as DOCX by calling the save() method...

    kb.aspose.com/words/java/convert-markdown-to-wo...
  3. Bug 5330: Converting CSV to GeoPackage- Convers...

    Hi Alexander, I moved to new version 26.5 and here my results: Please see: Comparison(left-Csv, right-GeoPackage) image.png (170.3 KB) Test data(input/output/QGIS) 5330-Csv-GeoPacakge.zip (35.3 KB) Thanks,... Otherwise the table is saved as a plain attribute table,...Columns.Remove("Latitude"); // 5. Save to GeoPackage var gpkgOptions...

    forum.aspose.com/t/bug-5330-converting-csv-to-g...
  4. Converting a XPS file to XLSX using Java | Aspo...

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

    products.aspose.com/pdf/java/conversion/xps-to-...
  5. Converting a XPS file to DOCX using Java | Aspo...

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

    products.aspose.com/pdf/java/conversion/xps-to-...
  6. Converting a XPS file to HTML using Java | Aspo...

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

    products.aspose.com/pdf/java/conversion/xps-to-...
  7. Create XLT using Python | products.aspose.com

    Generate Microsoft Excel XLT documents using Python applications without using Microsoft Office....putValue() method Save the document as .xlt file using save() by passing...can be created in Excel by saving a workbook as a .xlt file....

    products.aspose.com/total/python-java/create/xlt/
  8. Extract Font from PDF using C#

    This tutorial guides on how to extract font from PDF using C#. It shares details to set the IDE, a list of steps, and a sample code to extract embedded font from PDF using C#....properties of the extracted font and save it on the disk if required....fonts Create a memory stream and save the fetched font on the disk...

    kb.aspose.com/pdf/net/extract-font-from-pdf-usi...
  9. How to Merge Word Documents using Python

    This simple article focuses on how to merge Word document using Python. It encapsulates the details to establish the environment along with configuration steps and a working example code to merge DOCX files in Python....using the append_document method Save the Target Word document on...document. Finally, the save method is used to save the merged Word documents...

    kb.aspose.com/words/python/how-to-merge-word-do...
  10. 使用 Python 将 OBJ 转换为 USDZ

    本简明教程将指导您使用 Python 将 OBJ 转换为 USDZ。涵盖了关键步骤、所需组件,并提供了在 Python 中创建 OBJ 到 USDZ 转换器的实用代码示例。...OBJ 文件 使用 from_file 函数初始化场景 使用 save 函数输出 USDZ 这些说明讲解了 如何在 Python...。首先,配置好开发环境并添加所需库,然后读取 OBJ 文件,通过 save 方法导出为 USDZ。 Python 导出 OBJ 为...

    kb.aspose.com/zh/3d/python/convert-obj-to-usdz-...