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

save

(0.44 sec)
  1. 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/
  2. 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/
  3. 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/
  4. 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/
  5. 用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...
  6. Aspose::Words::Saving::FontSavingArgs class | A...

    Aspose::Words::Saving::FontSavingArgs class. Provides data for the FontSaving() event. To learn more, visit the documentation article in C++....Aspose::Words::Saving::FontSavingArgs class Contents [ Hide ]...event. To learn more, visit the Save a Document documentation article...

    reference.aspose.com/words/cpp/aspose.words.sav...
  7. Change Adjustment Values of the Shape with Java...

    Learn how to change adjustment values of shapes in Excel using Aspose.Cells for JavaScript via C++....; // Save the workbook const outputData = workbook . save ( SaveFormat...add ( "adj3" , 0.16667 ); // Save the workbook to an in-memory...

    docs.aspose.com/cells/javascript-cpp/change-adj...
  8. 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...
  9. 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...
  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...