Sort Score
Result 10 results
Languages All
Labels All
Results 4,021 - 4,030 of 375,722 for

save

(1.37 sec)
  1. Convert PS to SWF via Java API | products.aspos...

    Java API to Convert PS to SWF without using Microsoft Word...Convert PS to PPTX by using save method Load PPTX document by...Presentation class Save the document to SWF format using save method and...

    products.aspose.com/total/java/conversion/ps-to...
  2. Convert CGM to XAML via Java API | products.asp...

    Java API to Convert CGM to XAML without using Microsoft Word...Convert CGM to PPTX by using save method Load PPTX document by...Presentation class Save the document to XAML format using save method and...

    products.aspose.com/total/java/conversion/cgm-t...
  3. Split a Document in C++|Aspose.Words for C++

    Split a document into several files using C++. Use the split feature to effectively split a document by headings or sections, as well as by pages or by page ranges....them, for example, to mark up, save, or send. Aspose.Words provides...format. Split the document. Save the output documents. After...

    docs.aspose.com/words/cpp/split-a-document/
  4. Extract Data from AcroForm using C#|Aspose.PDF ...

    Aspose.PDF makes it easy to extract form field data from PDF files. Learn how to extract data from AcroForms and Save it into JSON, XML, or FDF format....Finally, you can save the PDF file using Save method of the Form...fdfOutputStream ); } // Save PDF document form . Save ( dataDir + "ExportDataToPdf_out...

    docs.aspose.com/pdf/net/extract-data-from-acrof...
  5. Set Privileges, Encrypt and Decrypt PDF File us...

    Encrypt PDF File with C++ using Different Encryption Types and Algorithms. Also, decrypt PDF Files using Owner Password....false ); // Save updated document document -> Save ( _dataDir...false ); // Save updated document document -> Save ( _dataDir...

    docs.aspose.com/pdf/cpp/set-privileges-encrypt-...
  6. Manage canvases of PS file | .NET

    .NET API Solution to manage PS files. Code example on how to clip and transform graphics states of PS files with a few lines of C# code....below you will find out how to: Save the current graphics state,...Create a rectangle graphics path. Save the current graphics state,...

    products.aspose.com/page/net/work-with-ps-graph...
  7. Manipulating WebP Images|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 WebP image. Following is the...WebP Aspose.Imaging lets you save files in Webp format. This article...

    docs.aspose.com/imaging/python-net/manipulating...
  8. Formatting PDF Document using C#|Aspose.PDF for...

    Create and format the PDF Document with Aspose.PDF for .NET. Use the next code snippet to resolve your tasks.... Save the updated PDF file using the Save method. Properties...UseThumbs ; // Save PDF document document . Save ( dataDir + "...

    docs.aspose.com/pdf/net/formatting-pdf-document/
  9. Replace Text in PDF using C++|Aspose.PDF for C++

    Learn how to replace text in a PDF file in C++ using Aspose.PDF, enabling quick document edits....only need to save the output PDF using the Save method of the...()); } // Save the updated PDF file document -> Save ( _dataDir...

    docs.aspose.com/pdf/cpp/replace-text-in-pdf/
  10. 在 JSON 中导入和导出数据|Aspose.PDF for .NET

    本节解释如何在 JSON 中导入和导出数据..., options ); // Optionally, save the document with fields to...to a new PDF document . Save ( dataDir + "TextBox_out.pdf" ); }...

    docs.aspose.com/pdf/zh/net/import-export-json/