Sort Score
Result 10 results
Languages All
Labels All
Results 7,611 - 7,620 of 373,254 for

save

(0.32 sec)
  1. Create Organization Chart|Documentation

    This section explains how to create a organization chart using Aspose.Diagram for Java....layout by invoking Layout mothod save diagram Create a CompactTree...compactTreeOptions ); // Save diagram diagram . save ( dataDir + "Dra...

    docs.aspose.com/diagram/java/create-organizatio...
  2. How to Convert HTML Page to PDF in C#

    This article guides on how to convert HTML page to PDF in C#. It contains information to set the environment, a detailed step-wise process and a runnable sample code to convert HTML page to PDF using C#....above custom loading options Save the output PDF file having the...then use the Save method in the Document class to save the output...

    kb.aspose.com/pdf/net/how-to-convert-html-page-...
  3. Aspose.PSD为.NET 21.3版 - 发布说明|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 ( outputFile , new PngOptions...// 以这种方式保存已更改的PSD文件 image . Save ( outputSmartObjectPat , new...

    docs.aspose.com/psd/zh/net/aspose-psd-for-net-2...
  4. Converting a TEX file to HTML using C++ | Aspos...

    Sample code for TEX to HTML conversion using C++. Use C++ example for batch TEX to HTML conversion....Save method while passing the output...SaveFormat.Html as parameters Save the output HTML file Here is...

    products.aspose.com/pdf/cpp/conversion/tex-to-h...
  5. Converting a TEX file to XML using C++ | Aspose...

    Sample code for TEX to XML conversion using C++. Use C++ example for batch TEX to XML conversion....Save method while passing the output...SaveFormat.Xml as parameters Save the output XML file Here is...

    products.aspose.com/pdf/cpp/conversion/tex-to-xml/
  6. Converting a TEX file to DOC using C++ | Aspose...

    Sample code for TEX to DOC conversion using C++. Use C++ example for batch TEX to DOC conversion....Save method while passing the output...SaveFormat.Doc as parameters Save the output DOC file Here is...

    products.aspose.com/pdf/cpp/conversion/tex-to-doc/
  7. Converting a TEX file to SVG using C++ | Aspose...

    Sample code for TEX to SVG conversion using C++. Use C++ example for batch TEX to SVG conversion....Save method while passing the output...SaveFormat.Svg as parameters Save the output SVG file Here is...

    products.aspose.com/pdf/cpp/conversion/tex-to-svg/
  8. Converting a TEX file to TXT using C++ | Aspose...

    Sample code for TEX to TXT conversion using C++. Use C++ example for batch TEX to TXT conversion....Save method while passing the output...SaveFormat.Txt as parameters Save the output TXT file Here is...

    products.aspose.com/pdf/cpp/conversion/tex-to-txt/
  9. 用C++创建工作簿和工作表作用域命名范围|Documentation

    学习如何使用Aspose.Cells和C++创建工作簿和工作表作用域的命名范围。..."workbookScope" ); // Save the workbook workbook . Save ( srcDir + u "WorkbookScope...); std :: cout << "Workbook saved successfully!" << std :: endl...

    docs.aspose.com/cells/zh/cpp/create-workbook-an...
  10. Doc Insertion Issue in Doc - Free Support Forum...

    Hi, As I am using below code to insert doc file into a parent doc. Document document1 = new Document(); DocumentBuilder builder = new DocumentBuilder(document1); string DemoDoc = "E:\\AnnexDocReport_IssueFile.docx"; Do…...Save("E:\\PDfConversionFile\\DemoFile"...SaveFormat.Docm); but after save doc and open the file below...

    forum.aspose.com/t/doc-insertion-issue-in-doc/3...