Sort Score
Result 10 results
Languages All
Labels All
Results 6,301 - 6,310 of 586,102 for

save

(0.14 sec)
  1. Convert MPP to Excel using Java | MPP to XLSX C...

    Programmatically convert MPP to Excel using Java with Aspose.Tasks for Java API. Convert MPP to XLSX in Java applications without using MS Project.... Finally, call the save() method to save as XLSX . It takes the...to XLSX. We can specify XLSX save options by following the steps...

    blog.aspose.com/2022/05/10/convert-mpp-to-excel...
  2. JustificationMode | Aspose.PSD for .NET API Ref...

    JustificationMode JustificationMode enumeration The text alignment mode. public enum JustificationMode Values Name Va...... Save ( outputPsd ); image . Save ( outputPng ,...

    reference.aspose.com/psd/net/aspose.psd.filefor...
  3. DeleteStampByIds | Aspose.PDF for .NET API Refe...

    Deletes stamps with specified IDs from all pages of the document.... Save ( "outfile.pdf" ); See Also...100 , 101 } ); contentEditor . Save ( "outfile.pdf" ); See Also...

    reference.aspose.com/pdf/net/aspose.pdf.facades...
  4. Aspose::Cells::Drawing::Picture::GetOriginalHei...

    Aspose::Cells::Drawing::Picture::GetOriginalHeightInch method. Gets the original height of picture, in unit of inches in C++....GetOriginalHeightInc (); //Save the excel file. workbook . Save ( u "result...

    reference.aspose.com/cells/cpp/aspose.cells.dra...
  5. Aspose::Cells::Drawing::Picture::GetOriginalWid...

    Aspose::Cells::Drawing::Picture::GetOriginalWidth method. Gets the original width of the picture in C++....GetOriginalWidth (); //Save the excel file. workbook . Save ( u "result...

    reference.aspose.com/cells/cpp/aspose.cells.dra...
  6. Aspose.Imaging for Java 3.6.0 Release Notes|Doc...

    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 ( srcFileName + "." + ext ,...valid" , filePath )); } image . Save ( filePath + ".png" , new PngOptions...

    docs.aspose.com/imaging/java/aspose-imaging-for...
  7. Rotate PDF Pages Using C++|Aspose.PDF for C++

    This topic describes how to rotate the page orientation in an existing PDF file programmatically with C++....on90 ); } // Save output file document -> Save ( _dataDir + outputFileName...get_Width ())); // Save output file document -> Save ( _dataDir + outputFileName...

    docs.aspose.com/pdf/cpp/rotate-pages/
  8. SmartObjectProvider | Aspose.PSD for .NET API 参考

    获取智能对象提供者... Save ( stream ); smartObjectLayer...让我们检查修改的内容是否还没有影响渲染。 image . Save ( pngOutputPath , new PngOptions...

    reference.aspose.com/psd/zh/net/aspose.psd.file...
  9. Add, Extract or Remove Attachments in PDF using...

    Add, extract or remove attachments in PDF programmatically with Java sample code using Aspose.PDF for Java....the collection’s Add method Save the PDF file. System Requirements...fileSpecification ); // Save the updated document pdfDocument . save ( "output...

    products.aspose.com/pdf/java/attachments/
  10. Redact PDF using Java | Aspose.PDF

    Redact PDF documents programmatically with Java sample code using Aspose.PDF for Java... Save PDF file. System Requirements...getAnnotations (). add ( annot ); doc . save ( "output.pdf" ); About Aspose...

    products.aspose.com/pdf/java/redaction/