Sort Score
Result 10 results
Languages All
Labels All
Results 6,941 - 6,950 of 361,208 for

save

(0.25 sec)
  1. 3D Rotation Effects in a Visio Drawing|Document...

    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 drawing 3D Rotation Programming...BOOL . TRUE ); // save drawing diagram . save ( "c:\\temp\\TestTemplate...

    docs.aspose.com/diagram/java/3d-rotation-effect...
  2. PDF to EPUB Merge using C++ | Aspose.PDF

    Combine two or more PDF documents into one EPUB single file programmatically with C++ sample code using Aspose.PDF for C++...file to new page After the loop save the result Here is an example...Merge PDF files using C++ and save as EPUB Example C++: this sample...

    products.aspose.com/pdf/cpp/merger/pdf-to-epub/
  3. Add Image in Table Cell|Aspose.Slides Documenta...

    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....the first cell of the table Save the modified presentation as...imgx1 ; } //Save PPTX to Disk MyPresentation . Save ( FileName...

    docs.aspose.com/slides/net/add-image-in-table-c...
  4. PCL to PDF Merge using C++ | Aspose.PDF

    Combine two or more PCL documents into one PDF single file programmatically with C++ sample code using Aspose.PDF for C++...new PDF page After the loop save the result Here is an example...Merge PCL files using C++ and save as PDF Example C++: this sample...

    products.aspose.com/pdf/cpp/merger/pcl-to-pdf/
  5. XPS to PDF Merge using C++ | Aspose.PDF

    Combine two or more XPS documents into one PDF single file programmatically with C++ sample code using Aspose.PDF for C++...file to new page After the loop save the result Here is an example...Merge XPS files using C++ and save as PDF Example C++: this sample...

    products.aspose.com/pdf/cpp/merger/xps-to-pdf/
  6. Working with Large PST Files|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....attachments (ExtractAttachments), // save msg to a stream(SaveMessageToStream)...SaveMessageToStream if it is necessary to save messages from pst. Instead of...

    docs.aspose.com/email/net/working-with-large-ps...
  7. Pivot Tables|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....Assistant Close Different Ways to Save Files with C++ Manage Workbook...

    docs.aspose.com/cells/cpp/pivot-tables/
  8. 将 PowerPoint 转换为 PNG|Aspose.Slides 文档

    将 PowerPoint 演示文稿转换为 PNG... 使用 IImage::Save(String, ImageFormatPtr 方法将幻灯片缩略图保存为...index ); slide -> GetImage () -> Save ( fileName , ImageFormat ::...

    docs.aspose.com/slides/zh/cpp/convert-powerpoin...
  9. Extract Images from Presentation Shapes in Pyth...

    Extract images from shapes in PowerPoint and OpenDocument presentations with Aspose.Slides for Python via .NET — quick, code-friendly solution....identified, you can extract it and save it as a new file. XXX import...image_type ) back_image . image . save ( file_name . format ( "LayoutSlide_"...

    docs.aspose.com/slides/python-net/extracting-im...
  10. Inserting Table|Aspose.Words for .NET

    Insert a table into a document and modify it easily and fast instead of using VSTO in C#.... Save (); private void CreateDocumentProper...EndTable (); // Save the document to disk. doc . Save ( "Inserting...

    docs.aspose.com/words/net/inserting-table/