Sort Score
Result 10 results
Languages All
Labels All
Results 7,161 - 7,170 of 369,804 for

save

(0.26 sec)
  1. Aspose::Words::Saving::ImageSaveOptions::get_Th...

    Aspose::Words::Saving::ImageSaveOptions::get_ThresholdForFloydSteinbergDithering method. Gets or sets the threshold that determines the value of the binarization error in the Floyd-Steinberg method. when ImageBinarizationMethod is FloydSteinbergDithering in C++....Aspose::Words::Saving::ImageSaveOptions::get_ThresholdForFloydSte...uint8_t Aspose :: Words :: Saving :: ImageSaveOptions :: get...

    reference.aspose.com/words/cpp/aspose.words.sav...
  2. Unlock PDF using Python | Aspose.PDF

    Decrypt (remove encryption) PDF documents programmatically with Python sample code using Aspose.PDF for Python via C++... Unlock PDF and save time. For example, if you often...object. Call Decrypt function. Save the document. The provided Python...

    products.aspose.com/pdf/python-cpp/decrypt/
  3. Create Union Range with C++|Documentation

    Create Union Range in Excel files using Aspose.Cells with C++...."ABCD" ); // Save the output workbook workbook . Save ( u "CreateUnionRange_out...range created and workbook saved successfully!" << std :: endl...

    docs.aspose.com/cells/cpp/create-union-range/
  4. Create Workbook and Worksheet Scoped Named Rang...

    Learn to create workbook and worksheet scoped named ranges with C++ using Aspose.Cells...."workbookScope" ); // Save the workbook workbook . Save ( srcDir + u "WorkbookScope...); std :: cout << "Workbook saved successfully!" << std :: endl...

    docs.aspose.com/cells/cpp/create-workbook-and-w...
  5. FontInfoCollection | Aspose.Words for Java

    Represents a collection of fonts used in a document in Java.... Examples: Shows how to save a document with embedded TrueType...setSaveSubsetFonts(embedAllFonts); doc.save(getArtifactsDir() + "Font.FontInfoCollection...

    reference.aspose.com/words/java/com.aspose.word...
  6. Aspose::Words::Math::OfficeMath::GetMathRendere...

    Aspose::Words::Math::OfficeMath::GetMathRenderer method. Creates and returns an object that can be used to render this equation into an image in C++....pass to the node renderer's "Save" method to modify // how it...MakeObject < Aspose :: Words :: Saving :: ImageSaveOptions > ( Aspose...

    reference.aspose.com/words/cpp/aspose.words.mat...
  7. Make PDF Using C++

    Make a new PDF in C++ in a few steps. Easily create PDF using C++ library....creating a PDF document using C++ Save the output PDF file It is worth...enim nunc faucibus a." ); doc-> Save ( u"Output.pdf" ); using namespace...

    products.aspose.com/words/cpp/make/pdf/
  8. Make WORD Using C++

    Make a new a Word document in C++ in a few steps. Easily create a Word document using C++ library....creating a Word document using C++ Save the output Word file It is worth...enim nunc faucibus a." ); doc-> Save ( u"Output.docx" ); using namespace...

    products.aspose.com/words/cpp/make/word/
  9. Make A Document In C++

    Create a file using C++ library. Easily create a new document in C++ in a few steps....creating a document using C++ Save the created document in the...enim nunc faucibus a." ); doc-> Save ( u"Output.docx" ); using namespace...

    products.aspose.com/words/cpp/make/
  10. Make Markdown Using C++

    Make a new Markdown in C++ in a few steps. Easily create Markdown using C++ library....creating a MD document using C++ Save the output MD file It is worth...enim nunc faucibus a." ); doc-> Save ( u"Output.md" ); using namespace...

    products.aspose.com/words/cpp/make/md/