Sort Score
Result 10 results
Languages All
Labels All
Results 7,621 - 7,630 of 373,218 for

save

(0.15 sec)
  1. Creating, Loading and Saving 3D Scene|Documenta...

    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....Creating, Loading and Saving 3D Scene Contents [ Hide ] Create...Scene to Compressed AMF Format Save 3D Scene as HTML 3D Modeling...

    docs.aspose.com/3d/nodejs-java/creating-loading...
  2. Გადაიყვანეთ HTML MARKDOWN C++

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

    products.aspose.com/words/ka/cpp/conversion/htm...
  3. Working with Zimbra|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.... Save Messages and Directory Structure...Structure You may also save all the message with directory structure...

    docs.aspose.com/email/java/working-with-zimbra/
  4. Set Visio Shape's Fill data 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...."#ebf8df" ); } $i += 1 ; } \ # Save diagram $saveFileFormat = new...SaveFileFormat (); $diagram -> save ( $dataDir . "SetShapeFillData...

    docs.aspose.com/diagram/java/set-visio-shape-s-...
  5. How to Convert HTML Page to PDF in C#

    This article guides on how to convert HTML page to PDF in C#. It contains information to set the environment, a detailed step-wise process and a runnable sample code to convert HTML page to PDF using C#....above custom loading options Save the output PDF file having the...then use the Save method in the Document class to save the output...

    kb.aspose.com/pdf/net/how-to-convert-html-page-...
  6. Გადაიყვანეთ Გამოსახულება DOCX C++

    გადაიყვანეთ Გამოსახულება DOCX C++ ფორმატში კოდით. შეინახეთ Გამოსახულება როგორც DOCX C++....png" ); doc-> Save ( u"Output.docx" ); using namespace...MakeObject<Document>(u"Input.png"); doc->Save(u"Output.docx"); using namespace...

    products.aspose.com/words/ka/cpp/conversion/ima...
  7. Გადაიყვანეთ Გამოსახულება BMP C++

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

    products.aspose.com/words/ka/cpp/conversion/ima...
  8. Გადაიყვანეთ Გამოსახულება SVG C++

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

    products.aspose.com/words/ka/cpp/conversion/ima...
  9. 使用文本注释处理PDF通过Python|Aspose.PDF for Python via .NET

    Aspose.PDF for Python 允许您从PDF文档中添加、获取和删除文本注释。... save ( output_file ) 从PDF文件获取文本注释...annotations . delete ( ta ) document . save ( output_file ) 如何添加(或创建)新的自由文本注释...

    docs.aspose.com/pdf/zh/python-net/text-annotation/
  10. 转换为 PDF|Aspose.Slides 文档

    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.... Presentation 类公开了 Save 方法,可用于将整个演示文稿转换为 PDF 文档。 PdfOptions...Presentation ( srcFileName ); //Save the presentation to PDF with...

    docs.aspose.com/slides/zh/net/conversion-to-pdf/