Sort Score
Result 10 results
Languages All
Labels All
Results 9,661 - 9,670 of 375,752 for

save

(0.96 sec)
  1. Ինչպես փոխարկել XLSX-ը PDF-ի, օգտագործելով Node...

    Այս հոդվածը ցույց է տալիս, թե ինչպես փոխարկել XLSX-ը PDF-ի, օգտագործելով Node.js-ը: Այն պարունակում է շրջակա միջավայրը սահմանելու հրահանգներ, քայլերի ցանկ և գործարկվող կոդ՝ XLSX-ը PDF-ի փոխելու Node.js-ի միջոցով:...ստեղծելու համար կանչեք Workbook դասի save() մեթոդը Այս քայլերն ամփոփում...օբյեկտի սկզբնավորումը: Վերջապես, Save() մեթոդը Workbook դասից օգտագործվում...

    kb.aspose.com/hy/cells/nodejs/how-to-convert-xl...
  2. Convert HTML to PNG in PHP | products.aspose.com

    Convert HTML to PNG in PHP. Use PowerPoint PHP API to convert HTML files to PNG...Presentation from HTML file and save it as PNG. PHP code for converting...the source HTML files in PHP. Save result as PNG file. Free Online...

    products.aspose.com/slides/php-java/conversion/...
  3. Convert SVG to PNG in PHP | products.aspose.com

    Convert SVG to PNG in PHP. Use PowerPoint PHP API to convert SVG files to PNG...Presentation from SVG file and save it as PNG. PHP code for converting...the source SVG files in PHP. Save result as PNG file. Free Online...

    products.aspose.com/slides/php-java/conversion/...
  4. 更改演示文稿中形状的填充颜色|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....Accent6 ; // Save the modified slide. slide . Slide . Save (); } }...the PPTX file to disk pres . Save ( FileName , SaveFormat . Pptx...

    docs.aspose.com/slides/zh/net/change-the-fill-c...
  5. Aspose.3D 1.2.0中的公共 API 更改|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 ( "d:\\camera-test.3ds" , FileFormat...FlipCoordinateSystem = true }); scene . Save ( @"d:\freehand_shuttle.obj"...

    docs.aspose.com/3d/zh/net/public-api-changes-in...
  6. DocumentBuilder.insertTextInput method | Aspose...

    DocumentBuilder.insertTextInput method. Inserts a text form field at the current position.... save ( base . artifactsDir + "DocumentBuilder...your text here" , 0 ); doc . save ( base . artifactsDir + "DocumentBuilder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. DocumentBuilder.insert_text_input method | Aspo...

    DocumentBuilder.insert_text_input method. Inserts a text form field at the current position.... save ( file_name = ARTIFACTS_DIR...items , 0 ) builder . document . save ( file_name = ARTIFACTS_DIR...

    reference.aspose.com/words/python-net/aspose.wo...
  8. ImageSavingArgs.document property | Aspose.Word...

    ImageSavingArgs.document property. Gets the document object that is currently being Saved....object that is currently being saved. get document () : Aspose ....Shows how to involve an image saving callback in an HTML conversion...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. PdfImageColorSpaceExportMode enumeration | Aspo...

    aspose.words.saving.PdfImageColorSpaceExportMode enumeration. Specifies how the color space will be selected for the images in PDF document....can pass to the document's "Save" method # to modify how that...document to .PDF. pdf_save_options = aw . saving . PdfSaveOptions...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Apply or Change Slide Layouts in C++|Aspose.Sli...

    Manage and customize slide layouts in Aspose.Slides for C++. Explore layout types, placeholder control, and footer visibility through C++ code examples.... Save the presentation. The following...); // Save the presentation to disk. presentation -> Save ( u "Output...

    docs.aspose.com/slides/cpp/slide-layout/