Sort Score
Result 10 results
Languages All
Labels All
Results 9,891 - 9,900 of 377,489 for

save

(1.12 sec)
  1. Გადაიყვანეთ 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...
  2. Გადაიყვანეთ 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...
  3. Გადაიყვანეთ 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...
  4. Გადაიყვანეთ 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...
  5. ImageSaveOptions.tiff_compression property | As...

    ImageSaveOptions.tiff_compression property. Gets or sets the type of compression to apply when saving generated images to the TIFF format....of compression to apply when saving generated images to the TIFF...self ) -> aspose . words . saving . TiffCompression : ... @tiff_compression...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Insert a chart|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 (); // Add a new chart and set...}); // Save the chart part. chartPart . ChartSpace . Save (); //...

    docs.aspose.com/cells/net/insert-a-chart/
  7. PdfEncryptionDetails.userPassword property | As...

    PdfEncryptionDetails.userPassword property. Specifies the user password required for opening the encrypted PDF document....how to set permissions on a saved PDF document. let doc = new...encryptionDetails = new aw . Saving . PdfEncryptionDetails ( "password"...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Aspose::Words::Tables::Table::ClearBorders meth...

    Aspose::Words::Tables::Table::ClearBorders method. Removes all table and cell borders on this table in C++....:: Color :: Empty ); doc -> Save ( get_ArtifactsDir () + u "Table...cells in the table, and then save the document. table -> ClearBorders...

    reference.aspose.com/words/cpp/aspose.words.tab...
  9. HtmlFixedSaveOptions.export_embedded_css proper...

    HtmlFixedSaveOptions.export_embedded_css property. Specifies whether the CSS (Cascading Style Sheet) should be embedded into Html document....the "html_fixed_save_options" flag to "True" save the CSS stylesheet...of two. html_fixed_save_options = aw . saving . HtmlFixedSaveOptions...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Encrypt and Decrypt Excel files with JavaScript...

    How to encrypt and decrypt Excel files using JavaScript via C++. Lock and unlock Excel files.... password = "1234" ; // Save the Excel file. const outputData...outputData = workbook . save ( SaveFormat . Excel97To2003 ); const...

    docs.aspose.com/cells/javascript-cpp/encrypt-an...