Sort Score
Result 10 results
Languages All
Labels All
Results 7,371 - 7,380 of 375,795 for

save

(0.97 sec)
  1. Manage number of pages in PS file | C++

    C++ API Solution to manage PS files. Add pages to PS documents with a few lines of C++ code.... Create the save options with A4 size Create...ClosePage() Method. Save the PS document using the Save() Method. Add...

    products.aspose.com/page/cpp/add-pages-to-ps/
  2. Extract Assets from GLTF File Formats via .NET ...

    C# source code to load, render and add extract assets from GLTF documents on .NET Framework, .NET Core, Mono....Call the Extract method and save the file System Requirements...Entities) { if (entity is Mesh) Save((Mesh)entity, node.Name); }...

    products.aspose.com/3d/net/extractor/gltf/
  3. Manage Chart Data Series in Presentations Using...

    Learn how to manage chart series in JavaScript for PowerPoint (PPT/PPTX) with practical code examples and best practices to enhance your data presentations.... save ( "SetChartSeriesOverla_out...preferred fill type and fill color. Save the modified presentation. This...

    docs.aspose.com/slides/nodejs-java/chart-series/
  4. How use X-Dimension|Documentation

    Learn how to configure X-Dimension for 1D and 2D barcodes in Aspose.BarCode for Java. Adjust barcode density, image size, AutoSizeMode behavior, and printing quality using precise X-Dimension and BarWidthReduction values....); // Save the generated barcode image generator . save ( "code128_xdim_0_30mm...setPixels ( 8 ); generator . save ( "datamatrix_xdim_8px.png"...

    docs.aspose.com/barcode/java/developer-guide/ba...
  5. Export Visio Diagram to PDF 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....vsd" ); \ # Save as PDF file format $saveFileFormat...SaveFileFormat (); $diagram -> save ( $dataDir . "Diagram.pdf" ...

    docs.aspose.com/diagram/java/export-visio-diagr...
  6. Export Visio Diagram to XAML 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....vsd" ); \ # Save as XAML $saveFileFormat = new...SaveFileFormat (); $diagram -> save ( $dataDir . "Diagram.xaml"...

    docs.aspose.com/diagram/java/export-visio-diagr...
  7. Extract Assets from U3D File Formats via Java |...

    Sample Java extract assets code for U3D file. Use this example code to extract assets from U3D file within any Web or Desktop Java based application....Call the Extract method and save the file System Requirements...if (entity instanceof Mesh){ Save((Mesh)entity, node.getName());...

    products.aspose.com/3d/java/extractor/u3d/
  8. Convert ODT to EMLX in Python | products.aspose...

    Save ODT to EMLX within Python applications without using Microsoft Word or Outlook...NET and save it into EMLX format. This process...using Document class Call the save method while specifying output...

    products.aspose.com/total/python-net/conversion...
  9. 添加和删除书签|Aspose.PDF for C++

    本主题解释如何使用C++库向PDF文档添加书签。您还可以从PDF文档中删除所有或特定书签。...); // 保存更新后的文档 pdfDocument -> Save ( _dataDir + u "AddBookmark_out...pdfOutline ); // 保存输出 pdfDocument -> Save ( _dataDir + u "AddChildBookmark_out...

    docs.aspose.com/pdf/zh/cpp/add-and-delete-bookm...
  10. Specify 3D File Load Options|Documentation

    There are several Scene.Open method overloads or Scene class constructor overloads that accept a LoadOptions object. Each load format has a corresponding class that holds load options for that load format....Collada save format. Use of the Discreet...texture coordinate during load and save. loadOpt . flip_tex_coord_v...

    docs.aspose.com/3d/python-net/specify-3d-file-l...