Sort Score
Result 10 results
Languages All
Labels All
Results 1,711 - 1,720 of 361,346 for

save

(0.09 sec)
  1. Working with PDF File Metadata|Aspose.PDF for Java

    Discover how to manage and extract metadata from PDF files in Java using Aspose.PDF to handle document properties.... Save the updated document using the...the Document class’ save() method. Please note that you cannot...

    docs.aspose.com/pdf/java/pdf-file-metadata/
  2. Convert CSV to DOTM with C++ or with free Onlin...

    Convert CSV to DOTM within C++ applications or online. Test free CSV to DOC online converter quickly before integrating the code....reference Save the document to DOTM format using Save member function..."sourceFile.csv" ); // save CSV as PDF wkb -> Save ( u "pdfOutput.pdf"...

    products.aspose.com/total/cpp/conversion/csv-to...
  3. Convert CSV to PPS with C++ or with free Online...

    Convert CSV to PPS within C++ applications or online. Test free CSV to DOC online converter quickly before integrating the code....reference Save the document to PPS format using Save member function..."sourceFile.csv" ); // save CSV as PDF wkb -> Save ( u "pdfOutput.pdf"...

    products.aspose.com/total/cpp/conversion/csv-to...
  4. Convert CSV to WORDML with C++ or with free Onl...

    Convert CSV to WORDML within C++ applications or online. Test free CSV to DOC online converter quickly before integrating the code....reference Save the document to WORDML format using Save member function..."sourceFile.csv" ); // save CSV as PDF wkb -> Save ( u "pdfOutput.pdf"...

    products.aspose.com/total/cpp/conversion/csv-to...
  5. Convert CSV to POTX with C++ or with free Onlin...

    Convert CSV to POTX within C++ applications or online. Test free CSV to DOC online converter quickly before integrating the code....reference Save the document to POTX format using Save member function..."sourceFile.csv" ); // save CSV as PDF wkb -> Save ( u "pdfOutput.pdf"...

    products.aspose.com/total/cpp/conversion/csv-to...
  6. Convert CSV to DOT with C++ or with free Online...

    Convert CSV to DOT within C++ applications or online. Test free CSV to DOC online converter quickly before integrating the code....reference Save the document to DOT format using Save member function..."sourceFile.csv" ); // save CSV as PDF wkb -> Save ( u "pdfOutput.pdf"...

    products.aspose.com/total/cpp/conversion/csv-to...
  7. Remove ODT Annotation Online or Manage Annotati...

    delete comments from ODT file through online app for free. Android API code to manage comments of ODT files....all comments Call the save method to save the file. Code : Delete...this comment Call the save method to save the file Add Comments...

    products.aspose.com/total/android-java/annotate...
  8. 将页面添加到PDF文档|Aspose.PDF for .NET

    探索如何在.NET中使用Aspose.PDF向现有PDF添加页面,以增强和扩展您的文档。... 使用 Save 方法保存输出PDF。 以下代码片段展示了如何在PDF文件中插入页面。...Insert ( 2 ); // Save PDF document document . Save ( dataDir + "InsertEmptyPage_out...

    docs.aspose.com/pdf/zh/net/add-pages/
  9. Aspose.PSD for .NET 22.7 - 发行说明|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms.... Save ( outputPsd ); } PSDNET-875...AddLayer ( newLayer ); im . Save ( outputFilePath , true ); }...

    docs.aspose.com/psd/zh/net/aspose-psd-for-net-2...
  10. 将椭圆对象添加到PDF文件|Aspose.PDF for .NET

    本文解释了如何使用Aspose.PDF for .NET将椭圆对象创建到您的PDF中。...( graph ); // Save PDF document document . Save ( dataDir + "DrawingEllipse_out...( graph ); // Save PDF document document . Save ( dataDir + "DrawingEllipse_out...

    docs.aspose.com/pdf/zh/net/add-ellipse/