Sort Score
Result 10 results
Languages All
Labels All
Results 8,981 - 8,990 of 375,798 for

save

(2.01 sec)
  1. Convert MHTML to MBOX via C++ application | pro...

    Sample C++ conversion code for MHTML document to MBOX format. Use example code for batch MHTML to MBOX conversion within any C++ Application.... Call the Save() method. Pass the output file...extension. MBOX file will be saved at the specified path. Open...

    products.aspose.com/email/cpp/conversion/mhtml-...
  2. Converting a PCL file to BMP using C++ | Aspose...

    Sample code for PCL to BMP conversion using C++. Use C++ example for batch PCL to BMP conversion....output file path as parameters Save the output BMP file Here is...your PCL file and then simply save it as a BMP file. You can use...

    products.aspose.com/pdf/cpp/conversion/pcl-to-bmp/
  3. Converting a PDF file to PDFA using C++ | Aspos...

    Sample code for PDF to PDFA conversion using C++. Use C++ example for batch PDF to PDFA conversion....Document Load input PDF image Save the output PDF/A file Here is...your PDF file and then simply save it as a PDFA file. You can use...

    products.aspose.com/pdf/cpp/conversion/pdf-to-p...
  4. Convert PowerPoint Slides to PNG in JavaScript|...

    Convert PowerPoint presentations to high-quality PNG images in JavaScript quickly with Aspose.Slides for Node.js, ensuring precise, automated results....save(String formatName, int imageFormat)...imageFormat) method to save the slide thumbnail to the PNG format...

    docs.aspose.com/slides/nodejs-java/convert-powe...
  5. Protect PDF using C# | Aspose.PDF

    Lock PDF with password programmatically with C# sample code using Aspose.PDF for .NET... Save result in PDF format Protect...AESx128 , false ); document . Save ( outputFile );...

    products.aspose.com/pdf/net/protect/
  6. Add Material to 3D Entities|Documentation

    PBR plays a key role for the game engine visuals, with its efficient and realistic rendering of interactions between light and surface via attenuation of the brightness and scattering of reflected light. Developers can use Aspose.3D API to apply PBR material to 3D objects in a scene. This code example demonstrates to how to create a Box object, and then apply the PBR material....mat ); // save 3d scene into USDZ format scene . save ( "PBR_Material_Box_Out...

    docs.aspose.com/3d/nodejs-java/add-material-to-...
  7. Extract Images from Presentation Shapes in .NET...

    Extract images from shapes in PowerPoint and OpenDocument presentations with Aspose.Slides for .NET — quick, code-friendly solution....identified, you can extract it and save it as a new file. XXX public..."BackImage_" ; Backimg . SystemImage . Save ( ImagePath + "Slide_" + slideIndex...

    docs.aspose.com/slides/net/extracting-images-fr...
  8. Փոխարկել DOC RTF C++

    Փոխարկեք DOC ը RTF ձևաչափի C++ կոդով: Պահեք DOC որպես RTF օգտագործելով C++:...ելքային ֆայլի ուղին և օգտագործեք Save() մեթոդը՝ արդյունքը որպես RTF...<Document>( u"Input.doc" ); doc-> Save ( u"Output.rtf" ); using namespace...

    products.aspose.com/words/hy/cpp/conversion/doc...
  9. Փոխարկել WORD XPS C++

    Փոխարկեք WORD ը XPS ձևաչափի C++ կոդով: Պահեք WORD որպես XPS օգտագործելով C++:...ելքային ֆայլի ուղին և օգտագործեք Save() մեթոդը՝ արդյունքը որպես XPS...<Document>( u"Input.docx" ); doc-> Save ( u"Output.xps" ); using namespace...

    products.aspose.com/words/hy/cpp/conversion/wor...
  10. Get Watermark from PDF using C# | Aspose.PDF

    Get watermark from PDF file programmatically with C# sample code using Aspose.PDF for .NET... Save PDF file Get Watermark from...]. Artifacts [ 1 ]. Image . Save ( fs ); }...

    products.aspose.com/pdf/net/watermark/get/