Sort Score
Result 10 results
Languages All
Labels All
Results 9,361 - 9,370 of 369,861 for

save

(0.2 sec)
  1. Specify Document Version of the Excel File usin...

    Learn how to specify the document version of an Excel file programmatically using built-in document properties with Node.js via C++....3" ); // Save the workbook in xlsx format wb . save ( filePath...

    docs.aspose.com/cells/nodejs-cpp/specify-docume...
  2. How to add Circle Annotation using .NET | Aspos...

    Add Circle annotations programmatically in PDF with C# sample code on .NET Framework, .NET Core, and PHP, VBScript, C++ via COM Interop....Annotations collections Save the file again System Requirements...circleAnnotation ); document . Save ( System . IO . Path . Combine...

    products.aspose.com/pdf/net/annotation/circle/add/
  3. Set preset WordArt style to the text of the sha...

    Learn how to set a preset WordArt style to the text of a shape using Aspose.Cells for Node.js via C++....); // Save the workbook in xlsx format workbook . save ( outputDir...

    docs.aspose.com/cells/nodejs-cpp/set-preset-wor...
  4. 用 Node.js 通过 C++ 删除工作簿中的未使用样式|Documentation

    学习如何使用 Aspose.Cells for Node.js via C++ 从工作簿中删除未使用的样式。...removeUnusedStyles (); // Save the file workbook . save ( path . join (...

    docs.aspose.com/cells/zh/nodejs-cpp/remove-unus...
  5. Resize Image in a Word Document|Aspose.Words fo...

    Resize an image in a Word document. NPOI does not provide an opportunity to resize an image using C#....5 ); // Save document on file location. builder...builder . Document . Save ( "ImageReSize.doc" ); The ConvertUtil...

    docs.aspose.com/words/net/resize-image-in-word-...
  6. PageSetup.layoutMode property | Aspose.Words fo...

    PageSetup.layoutMode property. Gets or sets the layout mode of this section.... save ( base . artifactsDir + "PageSetup...dolore magna aliqua. " ); doc . save ( base . artifactsDir + "PageSetup...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Გადაიყვანეთ WORD TIFF C++

    გადაიყვანეთ WORD TIFF C++ ფორმატში კოდით. შეინახეთ WORD როგორც TIFF C++....MakeObject <PageSet>(page)); doc-> Save (String:: Format ( u"Output_{0}...MakeObject<Document>(u"Input.docx"); doc->Save(u"Output.tiff"); using namespace...

    products.aspose.com/words/ka/cpp/conversion/wor...
  8. Გადაიყვანეთ TEXT JPG C++

    გადაიყვანეთ TEXT JPG C++ ფორმატში კოდით. შეინახეთ TEXT როგორც JPG C++....MakeObject <PageSet>(page)); doc-> Save (String:: Format ( u"Output_{0}...MakeObject<Document>(u"Input.txt"); doc->Save(u"Output.jpg"); using namespace...

    products.aspose.com/words/ka/cpp/conversion/tex...
  9. Გადაიყვანეთ TEXT SVG C++

    გადაიყვანეთ TEXT SVG C++ ფორმატში კოდით. შეინახეთ TEXT როგორც SVG C++....MakeObject <PageSet>(page)); doc-> Save (String:: Format ( u"Output_{0}...MakeObject<Document>(u"Input.txt"); doc->Save(u"Output.svg"); using namespace...

    products.aspose.com/words/ka/cpp/conversion/tex...
  10. Გადაიყვანეთ HTML PNG C++

    გადაიყვანეთ HTML PNG C++ ფორმატში კოდით. შეინახეთ HTML როგორც PNG C++....MakeObject <PageSet>(page)); doc-> Save (String:: Format ( u"Output_{0}...MakeObject<Document>(u"Input.html"); doc->Save(u"Output.png"); using namespace...

    products.aspose.com/words/ka/cpp/conversion/htm...