Sort Score
Result 10 results
Languages All
Labels All
Results 9,221 - 9,230 of 375,779 for

save

(0.45 sec)
  1. Փոխարկել DOC HTML C++

    Փոխարկեք DOC ը HTML ձևաչափի C++ կոդով: Պահեք DOC որպես HTML օգտագործելով C++:...doc" ); doc-> Save ( u"Output.html" ); using namespace...MakeObject<Document>(u"Input.doc"); doc->Save(u"Output.html"); using namespace...

    products.aspose.com/words/hy/cpp/conversion/doc...
  2. Փոխարկել JPG SVG C++

    Փոխարկեք JPG ը SVG ձևաչափի C++ կոդով: Պահեք JPG որպես SVG օգտագործելով C++:...shape-> GetShapeRenderer ()-> Save ( u"Output.svg" , MakeObject...MakeObject<Document>(u"Input.jpg"); doc->Save(u"Output.svg"); using namespace...

    products.aspose.com/words/hy/cpp/conversion/jpg...
  3. Փոխարկել JPG PNG C++

    Փոխարկեք JPG ը PNG ձևաչափի C++ կոդով: Պահեք JPG որպես PNG օգտագործելով C++:...shape-> GetShapeRenderer ()-> Save ( u"Output.png" , MakeObject...MakeObject<Document>(u"Input.jpg"); doc->Save(u"Output.png"); using namespace...

    products.aspose.com/words/hy/cpp/conversion/jpg...
  4. Փոխարկել JPG GIF C++

    Փոխարկեք JPG ը GIF ձևաչափի C++ կոդով: Պահեք JPG որպես GIF օգտագործելով C++:...shape-> GetShapeRenderer ()-> Save ( u"Output.gif" , MakeObject...MakeObject<Document>(u"Input.jpg"); doc->Save(u"Output.gif"); using namespace...

    products.aspose.com/words/hy/cpp/conversion/jpg...
  5. Გადაიყვანეთ JPG JPG C++

    გადაიყვანეთ JPG JPG C++ ფორმატში კოდით. შეინახეთ JPG როგორც JPG C++....shape-> GetShapeRenderer ()-> Save ( u"Output.jpg" , MakeObject...MakeObject<Document>(u"Input.jpg"); doc->Save(u"Output.jpg"); using namespace...

    products.aspose.com/words/ka/cpp/conversion/jpg...
  6. Փոխարկել JPG BMP C++

    Փոխարկեք JPG ը BMP ձևաչափի C++ կոդով: Պահեք JPG որպես BMP օգտագործելով C++:...shape-> GetShapeRenderer ()-> Save ( u"Output.bmp" , MakeObject...MakeObject<Document>(u"Input.jpg"); doc->Save(u"Output.bmp"); using namespace...

    products.aspose.com/words/hy/cpp/conversion/jpg...
  7. Փոխարկել JPG PDF C++

    Փոխարկեք JPG ը PDF ձևաչափի C++ կոդով: Պահեք JPG որպես PDF օգտագործելով C++:...jpg" ); doc-> Save ( u"Output.pdf" ); using namespace...MakeObject<Document>(u"Input.jpg"); doc->Save(u"Output.pdf"); using namespace...

    products.aspose.com/words/hy/cpp/conversion/jpg...
  8. Put email in PST with different bodies - Free S...

    Is it possible to create a message in a PST that has different plain body and html body content? For example, HTML body might be “The HTML body” and the plain body might be “The plain body”... When you save the message, both formats will...body"; // Create a PST file and save the message using (PersonalStorage...

    forum.aspose.com/t/put-email-in-pst-with-differ...
  9. 在导出电子表格为CSV格式时,使用JavaScript via C++修剪前导空白行和列|Do...

    学习如何在使用Aspose.Cells for JavaScript via C++导出电子表格为CSV格式时修剪前导空白行和列。...Uint8Array ( arrayBuffer )); // Save in csv format (without trimming)...trimming) const outputData1 = wb . save ( SaveFormat . Csv ); const...

    docs.aspose.com/cells/zh/javascript-cpp/trim-le...
  10. 在 .NET 中管理演示文稿超链接|Aspose.Slides 文档

    轻松管理 PowerPoint 和 OpenDocument 演示文稿中的超链接,使用 Aspose.Slides for .NET——在几分钟内提升互动性和工作流。... Save ( "presentation-out.pptx" ,...trust Aspose APIs" ; pres . Save ( "pres-out.pptx" , SaveFormat...

    docs.aspose.com/slides/zh/net/manage-hyperlinks/