Sort Score
Result 10 results
Languages All
Labels All
Results 1,571 - 1,580 of 369,859 for

save

(0.17 sec)
  1. Working with Pages in PostScript | C++

    How to add pages to PS file is a question answered by Aspose.Page API solution. See how to use the functionality in C++...already created output stream and save options. Open the first page...a new size. Close the page. Save the document. Copy 1 // The...

    docs.aspose.com/page/cpp/ps/working-with-pages/
  2. Import Presentations from PDF or HTML in JavaSc...

    Import PDF and HTML documents into PowerPoint and OpenDocument presentations with Aspose.Slides for Node.js for seamless, high-performance slide processing.... Use the save() method to save the file in the PowerPoint...addFromPdf ( "InputPDF.pdf" ); pres . save ( "OutputPresentation.pptx"...

    docs.aspose.com/slides/nodejs-java/import-prese...
  3. Cropping Images in PHP|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....$bottom_shift ); \ # Save the image to disk $image -> save ( $dataDir ...$rectangle ); \ # Save the image to disk $image -> save ( $dataDir ...

    docs.aspose.com/imaging/java/cropping-images-in...
  4. Modify Annotations in your PDF|Aspose.PDF for .NET

    This section explains how to modify annotations from PDF file to XFDF with Aspose.PDF Facades....user" ); // Save PDF document annotationEditor . Save ( dataDir...newTextAnnotation ); // Save PDF document annotationEditor . Save ( dataDir...

    docs.aspose.com/pdf/net/modify-annotations/
  5. Modifing AcroForm|Aspose.PDF for .NET

    Modifing form in your PDF file with Aspose.PDF for .NET library. You can Add or remove fields in existing form, getand set fieldlimit and etc...."textbox1" , 15 ); // Save PDF document form . Save ( dataDir + "SetFieldLimit_out...Black ); } // Save PDF document document . Save ( dataDir + "FormFieldFont14_out...

    docs.aspose.com/pdf/net/modifing-form/
  6. 通过 C++ 使用 Node.js 将文件保存到响应对象|Documentation

    了解如何使用 Aspose.Cells for Node.js via C++ 动态生成文件并直接将其发送到客户端浏览器。...为此,请使用接受以下参数的 Save 方法的特殊重载版本: Node.js 响应对象。 文件名。...null ) { // Save in Excel2003 XLS format workbook . save ( response...

    docs.aspose.com/cells/zh/nodejs-cpp/saving-file...
  7. Change the Font on just the specific Unicode ch...

    Learn how to change the font of specific Unicode characters while saving to PDF using Aspose.Cells with C++....specific Unicode characters while saving to PDF with C++ Contents [...worksheet . AutoFitColumns (); // Save to PDF without setting PdfSaveOptions...

    docs.aspose.com/cells/cpp/change-the-font-on-ju...
  8. Replace Image in Existing PDF File using Python...

    This section describes about replace image in existing PDF file using Python library....replace(1, image_stream)’ Save the updated PDF to ‘path_outfile’..., image_stream ) document . save ( path_outfile ) Replace specific...

    docs.aspose.com/pdf/python-net/replace-image-in...
  9. Choose Recognition Symbology|Documentation

    Learn how to choose and configure barcode symbologies when using BarCodeReader in Aspose.BarCode for Java.... save ( fullPath , BarCodeImageFormat..."123456789" ); barcodeGenerator . save ( fullPath , BarCodeImageFormat...

    docs.aspose.com/barcode/java/developer-guide/ba...
  10. Add Line Object to PDF file|Aspose.PDF for C++

    This article explains how to create a line object to your PDF using Aspose.PDF for C++.... Save your PDF file. The following...Add ( line ); // Save PDF file document -> Save ( _dataDir + u...

    docs.aspose.com/pdf/cpp/add-line/