Sort Score
Result 10 results
Languages All
Labels All
Results 6,681 - 6,690 of 375,987 for

save

(0.42 sec)
  1. Example of Hello World using C# language|Aspose...

    This sample demonstrates how to create a simple PDF document with text Hello World using Aspose.PDF... Save resultant PDF document. Following...World!" )); // Save PDF document document . Save ( dataDir + "HelloWorld_out...

    docs.aspose.com/pdf/net/hello-world-example/
  2. Կատարեք WORD՝ Օգտագործելով C++

    Ստեղծեք նոր WORD C++ ում մի քանի քայլով: Հեշտությամբ ստեղծեք WORD՝ օգտագործելով C++ գրադարանը:..." ); doc-> Save ( u"Output.docx" ); using namespace...builder->EndBookmark(u"Aspose bookmark"); doc->Save(u"Output.docx"); using namespace...

    products.aspose.com/words/hy/cpp/make/word/
  3. Կատարեք PDF՝ Օգտագործելով C++

    Ստեղծեք նոր PDF C++ ում մի քանի քայլով: Հեշտությամբ ստեղծեք PDF՝ օգտագործելով C++ գրադարանը:..." ); doc-> Save ( u"Output.pdf" ); using namespace...builder->EndBookmark(u"Aspose bookmark"); doc->Save(u"Output.pdf"); using namespace...

    products.aspose.com/words/hy/cpp/make/pdf/
  4. Manage Hyperlinks in Presentations with Python|...

    Effortlessly manage hyperlinks in PowerPoint and OpenDocument presentations with Aspose.Slides for Python via .NET—enhance interactivity and workflow in minutes.... save ( "output.pptx" , slides . export...Aspose APIs." presentation . save ( "output.pptx" , slides . export...

    docs.aspose.com/slides/python-net/manage-hyperl...
  5. Aspose::Words::Saving::OoxmlSaveOptions::get_Zi...

    Aspose::Words::Saving::OoxmlSaveOptions::get_Zip64Mode method. Specifies whether or not to use ZIP64 format extensions for the output document. The default value is Never in C++....Aspose::Words::Saving::OoxmlSaveOptions::get_Zip64Mode method...Words :: Saving :: Zip64Mode Aspose :: Words :: Saving :: OoxmlSaveOptions...

    reference.aspose.com/words/cpp/aspose.words.sav...
  6. Aspose::Words::Saving::SaveOptions::get_UseHigh...

    Aspose::Words::Saving::SaveOptions::get_UseHighQualityRendering method. Gets or sets a value determining whether or not to use high quality (i.e. slow) rendering algorithms in C++....Aspose::Words::Saving::SaveOptions::get_UseHighQualityRender...algorithms. bool Aspose :: Words :: Saving :: SaveOptions :: get_UseHighQualityRender...

    reference.aspose.com/words/cpp/aspose.words.sav...
  7. WarningInfoCollection class | Aspose.Words for ...

    aspose.words.WarningInfoCollection class. Represents a typed collection of [WarningInfo](../warninginfo/) objects...Words generates during a load or save operation. Create an instance...font substitution warning if we save a document with a missing font...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Hello, World!|Simple example how to use Aspose....

    Create, edit and Save your first document in any supported format using Aspose.Words for .NET to experience its simplicity and power in C#....the and of the document “B” Save the output as PDF The following...Q: Which file formats can I save the document to directly from...

    docs.aspose.com/words/net/hello-world/
  9. Create PDF Document|Aspose.PDF for PHP via Java

    Learn how to create PDF file in Aspose.PDF for PHP via Java....Paragraph collection of the page Save the resultant PDF document $document...$textFragment ); $document -> save ( $outputFile ); Open PDF Document...

    docs.aspose.com/pdf/php-java/create-document/
  10. Posting AcroForm Data|Aspose.PDF for C++

    You can import and export form data to and XML file with Aspose.Pdf.Facades namespace in Aspose.PDF for C++....send it to your server and then save it in a database etc. Implementation..., 475 ); // Save output pdf file editor -> Save (); } Modifing...

    docs.aspose.com/pdf/cpp/posting-acroform-data/