Sort Score
Result 10 results
Languages All
Labels All
Results 5,701 - 5,710 of 148,364 for

save

(0.11 sec)
  1. Convert SVG to PDF in Java – Aspose.HTML for Java

    Convert SVG to PDF using Aspose.HTML for Java. Consider various SVG to PDF conversion scenarios and learn how to use PdfSaveOptions....the converted file will be saved. Copy 1 // Prepare SVG code...to convert with the default save options. Use one of the сonvertSVG()...

    docs.aspose.com/html/java/convert-svg-to-pdf/
  2. Java Microsoft Project Files Conversion

    Convert Microsoft Project MPP MPT MPX to HTML PDF Excel and JPG PNG BMP TIFF Images via Java library....the file using it and call the save method having output PDF file...SaveFileFormat enumeration for saving project format choice and PDF...

    products.aspose.com/tasks/java/conversion/
  3. Import XML to Excel Workbook with C++|Documenta...

    Import data from an XML data file to Microsoft Excel using Aspose.Cells with C++....XML , u "Sheet1" , 0 , 0 ); // Save workbook U16String outputPath...workbook . Save ( outputPath ); std :: cout << "Workbook saved successfully...

    docs.aspose.com/cells/cpp/import-xml-map-inside...
  4. Calculation of Array Formula of Data Tables wit...

    How to use Aspose.Cells library to calculate array formulas for a data table in Microsoft Excel with C++. By loading an existing Excel file or creating a new Excel file, we can use the method provided by Aspose.Cells to calculate the array formula of the data table and get the result. Finally, we Save the modified Excel file to disk....(); // Save the workbook in pdf format workbook . Save ( outDir...); std :: cout << "Workbook saved successfully!" << std :: endl...

    docs.aspose.com/cells/cpp/calculation-of-array-...
  5. Chart Data Marker|Aspose.Slides for Node.js via...

    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....( 15 ); // Save presentation with chart pres . save ( "ScatterChart...

    docs.aspose.com/slides/nodejs-java/chart-data-m...
  6. Aspose::Words::Tables::Table::SetBorders method...

    Aspose::Words::Tables::Table::SetBorders method. Sets all table borders to the specified line style, width and color in C++...." ); doc -> Save ( ArtifactsDir + u "DocumentBuilder...Color :: get_Green ()); doc -> Save ( ArtifactsDir + u "Table.SetBorders...

    reference.aspose.com/words/cpp/aspose.words.tab...
  7. Merge Presentation|Aspose.Slides for Node.js vi...

    Merge or combine PowerPoint Presentation in JavaScript... save ( "combined.pptx" , aspose ...pres2 . dispose (); } } pres1 . save ( "combined.pptx" , aspose ...

    docs.aspose.com/slides/nodejs-java/merge-presen...
  8. Working with Textures in PS file | Java

    How to add texture pattern to PS file is a question answered by Aspose.Page API solution. See how to use the functionality in Java...already created output stream and save options. Create a new graphics...rectangle with the texture paint. Save current paint as a local variable...

    docs.aspose.com/page/java/ps/working-with-textu...
  9. Set Line Spacing of the Paragraph in a Shape or...

    Learn how to set line spacing, space before, and space after in a paragraph within a shape or textbox using Aspose.Cells for C++....10 ); // Save the workbook in xlsx format wb . Save ( outDir...); std :: cout << "Workbook saved successfully!" << std :: endl...

    docs.aspose.com/cells/cpp/set-line-spacing-of-t...
  10. Audio Frame|Aspose.Slides Documentation

    Add audio to PowerPoint presentation in Java... Save the modified presentation. This...PowerPoint file to disk pres . save ( "AudioFrameEmbed_out.pptx"...

    docs.aspose.com/slides/java/audio-frame/