Sort Score
Result 10 results
Languages All
Labels All
Results 421 - 430 of 375,214 for

save

(0.3 sec)
  1. SvgSaveOptions.resourcesFolder property | Aspos...

    SvgSaveOptions.resourcesFolder property. Specifies the physical folder where resources (images) are Saved when exporting a document to Svg format...where resources (images) are saved when exporting a document to...property is false . When you save a Document in SVG format, Aspose...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Create Bookmarks|Aspose.PDF for .NET

    This section explains how to create bookmarks to your PDF file with Aspose.PDF Facades using PdfBookmarEditor Class....CreateBookmarks method and save the output PDF file using Save method. The following...CreateBookmarks (); // Save PDF document bookmarkEditor . Save ( dataDir +...

    docs.aspose.com/pdf/net/create-bookmarks/
  3. 绘制椭圆|Documentation

    本节介绍如何使用Aspose.Diagram在visio页面中绘制椭圆、圆形或椭圆。支持使用C#绘制圆形或椭圆并保存为pdf、svg、html、image、xps等格式。...1 , 2 , 2 ); // Save diagram diagram . Save ( dataDir + "DrawEllipseInPage_out...draw a circle in the page and save as SVG format. The code example...

    docs.aspose.com/diagram/zh/net/drawing/draw-ell...
  4. Create Presentations in .NET|Aspose.Slides Docu...

    Create presentations in .NET with Aspose.Slides—produce PPT, PPTX, and ODP files, benefit from OpenDocument support, and Save them programmatically for reliable results.... Save ( "NewPresentation_out.pptx"...Create and Save a Presentation Steps: Create and Save Presentation...

    docs.aspose.com/slides/net/create-presentation/
  5. Saving File to Response Object with Node.js via...

    Learn how to dynamically generate files and send them directly to a client browser using Aspose.Cells for Node.js via C++....Ask AI Saving File to Response Object with Node.js via C++ Contents...files can be saved to a response object. Saving File to Response...

    docs.aspose.com/cells/nodejs-cpp/saving-file-to...
  6. Converting Metafiles to Other Image Formats in ...

    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....emf" ); \ # Save EMF to BMP using BmpOptions...BmpOptions object $metafile -> save ( $dataDir . "EmfToBmp.bmp" , new BmpOptions...

    docs.aspose.com/imaging/java/converting-metafil...
  7. Public API Changes in Aspose.3D 1.1.0|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....Contents Summary FBX7200ASCII Saving Option is added in the FileFormat...FileFormat FBX7200Binary Saving Option is added in the FileFormat...

    docs.aspose.com/3d/net/public-api-changes-in-as...
  8. Aspose::Words::Saving::TxtSaveOptions::get_Save...

    Aspose::Words::Saving::TxtSaveOptions::get_SaveFormat method. Specifies the format in which the document will be Saved if this Save options object is used. Can only be Text in C++....Aspose::Words::Saving::TxtSaveOptions::get_SaveFormat method...the document will be saved if this save options object is used...

    reference.aspose.com/words/cpp/aspose.words.sav...
  9. Manage Workbook with C++|Documentation

    Learn how to manage workbooks through the Aspose.Cells for C++ APIs.... Save the workbook using the Save method. #include...(). Add (); // Save the workbook workbook . Save ( "output.xlsx"...

    docs.aspose.com/cells/cpp/managing-workbooks-an...
  10. Aspose.Words Java for PHP Usage Examples|Aspose...

    Examples of using Aspose.Words Java for PHP....document, inserts some content and saves it as a Microsoft Word .DOC...( "Hello world!" ); $ doc -> save ( "C:\\Temp\\out.doc" ); ?>...

    docs.aspose.com/words/java/usage-examples-for-php/