Sort Score
Result 10 results
Languages All
Labels All
Results 2,371 - 2,380 of 377,455 for

save

(0.1 sec)
  1. Convert Image To PNG C++

    Convert Image to PNG format in C++ code. Save Image as PNG using C++.... Save image as PNG in C++ The following...the local drive, then simply save it as PNG, specifying the required...

    products.aspose.com/words/cpp/conversion/image-...
  2. Convert TEXT To GIF C++

    Convert TEXT to GIF format in C++ code. Save TEXT as GIF using C++.... Save text as GIF in C++ The following...the local drive, then simply save it as GIF, specifying the required...

    products.aspose.com/words/cpp/conversion/text-t...
  3. Hello World Example|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....Use the Save method of Diagram class object to save the file...(); // save diagram in the VSDX format diagram . save ( dataDir...

    docs.aspose.com/diagram/java/hello-world-example/
  4. Create PDF using C++ | Aspose.PDF

    This topic shows you how to use the Aspose.PDF for C++ API to easily generate and read PDF files in C++ applications.... Save the PDF using Save(String) method. Following...-> Add ( textFragment ); // Save updated PDF String outputFileName...

    products.aspose.com/pdf/cpp/create/
  5. TableSubstitutionRule.LoadLinuxSettings | Aspos...

    Effortlessly load predefined table substitution settings for Linux with the LoadLinuxSettings method. Optimize your workflow today!..."Times New Roman" })); // We can save the table in the form of an...document. tableSubstitutionRul . Save ( ArtifactsDir + "FontSettings...

    reference.aspose.com/words/net/aspose.words.fon...
  6. Refresh Values of Linked Shapes with C++|Docume...

    Learn how to refresh values of linked shapes in Excel files using Aspose.Cells for C++....Cells if you want to save your workbook in XLS or XLSX...format. However, if you want to save your workbook in PDF or HTML...

    docs.aspose.com/cells/cpp/refresh-values-of-lin...
  7. Rotate Visio Shape Text|Documentation

    How to rotate shape's text in visio using .NET Diagram API....vsdx" ; // Save in the VSDX format diagram . Save ( dataDir ...text and rotate the text Call Save method of the Diagram class...

    docs.aspose.com/diagram/net/rotate-visio-shape-...
  8. Data Filtering with C++|Documentation

    Learn how to add a data filter by using the Aspose.Cells for C++ API...."A1:B1" ); // Save the modified Excel file workbook . Save ( outputFilePath...Refresh (); // Save the modified Excel file workbook . Save ( outDir...

    docs.aspose.com/cells/cpp/data-filtering/
  9. Aspose.PSD for .NET 22.4 - Release Notes|Docume...

    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....of the custom pattern after saving as PSD Bug Public API Changes...BlendMode . Normal ; image . Save ( output , new PngOptions ());...

    docs.aspose.com/psd/net/aspose-psd-for-net-22-4...
  10. Convert HTML to PDF in .NET|Aspose.PDF for .NET

    This topic shows you how to convert HTML to PDF and MHTML to PDF using Aspose.PDF.... Save output PDF document by calling Document.Save() method...options )) { // Save PDF document document . Save ( dataDir + "...

    docs.aspose.com/pdf/net/convert-html-to-pdf/