Sort Score
Result 10 results
Languages All
Labels All
Results 9,951 - 9,960 of 368,125 for

save

(0.62 sec)
  1. 使用 C# 从 AcroForm 提取数据|Aspose.PDF for .NET

    Aspose.PDF 使从 PDF 文件中提取表单字段数据变得简单。了解如何从 AcroForms 中提取数据并将其保存为 JSON、XML 或 FDF 格式。...最后,您可以使用 Form 类的 Save 方法保存 PDF 文件。以下代码片段向您展示如何将数据导出到...fdfOutputStream ); } // Save PDF document form . Save ( dataDir + "ExportDataToPdf_out...

    docs.aspose.com/pdf/zh/net/extract-data-from-ac...
  2. Create Flowchart in Python | Python Flowchart M...

    Programmatically, create a flowchart in Python. Create a VSD or VSDX file using the VSS master file with the Python Flowchart Maker API.... After that, specify save options using the DiagramSaveOptions...Finally, save the output file in VSDX format using the save() method...

    blog.aspose.com/diagram/create-flowchart-in-pyt...
  3. Using Graphics API to edit Layers in PSD files|...

    Example of using Graphics API in the Aspose.PSD for Java...layer, save the modified PSD image using psdImage.save(). Additionally...Additionally, you can save the modified image in other formats like...

    docs.aspose.com/psd/java/graphics-api/
  4. Փոխարկել WORD Պատկեր C++

    Փոխարկեք WORD ը Պատկեր ձևաչափի C++ կոդով: Պահեք WORD որպես Պատկեր օգտագործելով C++:...MakeObject <PageSet>(page)); doc-> Save (String:: Format ( u"Output_{0}...MakeObject<Document>(u"Input.docx"); doc->Save(u"Output.jpg"); using namespace...

    products.aspose.com/words/hy/cpp/conversion/wor...
  5. Փոխարկել HTML GIF C++

    Փոխարկեք HTML ը GIF ձևաչափի C++ կոդով: Պահեք HTML որպես GIF օգտագործելով C++:...MakeObject <PageSet>(page)); doc-> Save (String:: Format ( u"Output_{0}...MakeObject<Document>(u"Input.html"); doc->Save(u"Output.gif"); using namespace...

    products.aspose.com/words/hy/cpp/conversion/htm...
  6. Փոխարկել WORD JPG C++

    Փոխարկեք WORD ը JPG ձևաչափի C++ կոդով: Պահեք WORD որպես JPG օգտագործելով C++:...MakeObject <PageSet>(page)); doc-> Save (String:: Format ( u"Output_{0}...MakeObject<Document>(u"Input.docx"); doc->Save(u"Output.jpg"); using namespace...

    products.aspose.com/words/hy/cpp/conversion/wor...
  7. Փոխարկել HTML Պատկեր C++

    Փոխարկեք HTML ը Պատկեր ձևաչափի C++ կոդով: Պահեք HTML որպես Պատկեր օգտագործելով C++:...MakeObject <PageSet>(page)); doc-> Save (String:: Format ( u"Output_{0}...MakeObject<Document>(u"Input.html"); doc->Save(u"Output.jpg"); using namespace...

    products.aspose.com/words/hy/cpp/conversion/htm...
  8. How to lock PDF | Aspose.PDF

    Do you know how easily lock PDF documents using Python? Lock PDF files with high quality using Python PDF library.... Save the PDF file. This sample code..."encrypt_out.pdf" # Save updated PDF document . Save ( dataDir ) Get...

    products.aspose.com/pdf/tutorial/lock-pdf/
  9. How to Convert Excel to CSV using Node.js

    This short tutorial guides on how to convert Excel to CSV using Node.js. It has the resources to set the development environment, a list of tasks, and a runnable sample code to convert Excel to CSV file using Node.js....Declare a TxtSaveOptions object Save the workbook using the TxtSaveOptions...the last step, the workbook save() method is called to to transform...

    kb.aspose.com/cells/nodejs/how-to-convert-excel...
  10. How to Convert DOCX to TIFF using Java

    This topic explains how to convert DOCX to TIFF using Java without Interop. This will enable you to export DOCX to TIFF using Java with no reliance on Microsoft Word or Interop in any of the operating system like macOS, Ubuntu and Windows....image save options Create TIFF from DOCX using Java by Save method...and color mode. Finally, using save method, we will generate TIFF...

    kb.aspose.com/words/java/how-to-convert-docx-to...