Sort Score
Result 10 results
Languages All
Labels All
Results 6,781 - 6,790 of 367,973 for

save

(0.31 sec)
  1. Convert PDF to WORD | Online for Free | Aspose.PDF

    PDF to WORD online conversion. Use this free tool to try functionality of our ASPOSE.PDF library. It helps to convert PDF to WORD without any registration, captcha or limits. Try our library for free...pdf" ); // save document in DOC format document . Save ( "output...your PDF file and then simply save it as a WORD file. You can use...

    products.aspose.com/pdf/online/conversion-pdf-t...
  2. TxtSaveOptionsBase Class | Aspose.Words for .NET

    Discover Aspose.Words.Saving.TxtSaveOptionsBase for enhanced document saving. Customize your text format options for optimal results and efficiency....specifying additional options when saving a document into a text based...learn more, visit the Specify Save Options documentation article...

    reference.aspose.com/words/net/aspose.words.sav...
  3. 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/
  4. 程序化拆分 PDF|Aspose.PDF for .NET

    本主题展示了如何在您的 .NET 应用程序中使用 C# 将 PDF 页面拆分为单独的 PDF 文件。... 使用 Save 方法保存新的 PDF。 以下代码片段也适用于 Aspose...( page ); // Save PDF document document2 . Save ( dataDir + "Page_"...

    docs.aspose.com/pdf/zh/net/split-pdf-document/
  5. 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...
  6. 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...
  7. 3D Rotation Effects in a Visio Drawing|Document...

    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 drawing 3D Rotation Programming...BOOL . TRUE ); // save drawing diagram . save ( "c:\\temp\\TestTemplate...

    docs.aspose.com/diagram/java/3d-rotation-effect...
  8. Convert HTML to XML in C++ | products.aspose.com

    Convert HTML to XML in C++. Use C++ library API to convert HTML files to XMLs...Presentation from HTML file and save it as XML. C++ code for converting...the source HTML files in C++. Save result as XML file. Free Online...

    products.aspose.com/slides/cpp/conversion/html-...
  9. 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/
  10. 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/