Sort Score
Result 10 results
Languages All
Labels All
Results 3,991 - 4,000 of 375,722 for

save

(0.31 sec)
  1. Add Ellipse Object to PDF file|Aspose.PDF for .NET

    This article explains how to create a Ellipse object to your PDF using Aspose.PDF for .NET....( graph ); // Save PDF document document . Save ( dataDir + "DrawingEllipse_out...( graph ); // Save PDF document document . Save ( dataDir + "DrawingEllipse_out...

    docs.aspose.com/pdf/net/add-ellipse/
  2. 使用C++在工作表之间复制形状|Documentation

    学习如何使用Aspose.Cells和C++在工作表之间复制形状、图表和其他绘图对象。...GetHeightScale ()); // Save the Worksheet workbook . Save ( outputFilePath... 2 , 0 ); // Save the Workbook workbook . Save ( outputFilePath...

    docs.aspose.com/cells/zh/cpp/copy-shapes-betwee...
  3. Update Page Dimensions in Python|Aspose.PDF for...

    Understand how to update page dimensions within a PDF document in Python using Aspose.PDF for better document layout control....4 ) # save the newly generated PDF file pdf . save ( self ...

    docs.aspose.com/pdf/java/update-page-dimensions...
  4. Add Comments to Drawings in Visio|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...., "test@" ); // Save diagram diagram . Save ( "Output.vdx" ,...

    docs.aspose.com/diagram/net/add-comments-to-dra...
  5. ActiveX|Aspose.Slides Documentation

    See Aspose.Slides for .NET ActiveX examples: insert, configure, and control ActiveX objects in PPT and PPTX presentations with clear C# code.... Save ( "add_activex.pptm" , SaveFormat...RemoveAt ( 0 ); } presentation . Save ( "removed_activex.pptm" , SaveFormat...

    docs.aspose.com/slides/net/examples/elements/ac...
  6. How to Convert MPP to XPS using C++

    In this topic, we will explore how to convert MPP to XPS using C++. XPS is a widely used file format and you can easily export MPP file to XPS in C++ using few API calls with no dependence on MS Project....to save as XPS Save the MPP file to XPS in C++ using Save method...access the MPP file and then save that as XPS in subsequent API...

    kb.aspose.com/tasks/cpp/how-to-convert-mpp-to-x...
  7. Project.Save() does not finish - Free Support F...

    I am encountering an issue where the Save method of the Project class enters an infinite loop when processing a specific file. Upon investigation, I identified that the issue stems from formula localization. Because we …...Save() does not finish Aspose.Tasks Product Family pedrogcg...encountering an issue where the Save method of the Project class...

    forum.aspose.com/t/project-save-does-not-finish...
  8. Convert HTML to PDF Format in Ruby|Aspose.PDF f...

    Learn how to convert HTML content to PDF format in Ruby using Aspose.PDF for reliable and accurate document generation....html" , htmloptions ) # Save the concatenated output file...the target document ) pdf . save ( data_dir + "html.pdf" ) puts...

    docs.aspose.com/pdf/java/convert-html-to-pdf-fo...
  9. Export Visio Diagram to SVG in Ruby|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....vsd" ) \ # Save as SVG diagram . save ( data_dir + "Diagram...

    docs.aspose.com/diagram/java/export-visio-diagr...
  10. 在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....-> split (); //Save the excel file $book -> save ( $dataDir . "book...

    docs.aspose.com/cells/zh/java/split-panes-in-php/