Sort Score
Result 10 results
Languages All
Labels All
Results 1,871 - 1,880 of 380,280 for

save

(0.12 sec)
  1. Export EMLX to DOT via C++ | products.aspose.com

    C++ API to Convert EMLX to DOT without using Microsoft Word or Outlook...Convert EMLX to HTML by using Save member function Load HTML by...Document class Save the document to DOT format using Save method and...

    products.aspose.com/total/cpp/conversion/emlx-t...
  2. Merge EPUB files using Java | Aspose.PDF

    Merge EPUB files programmatically with Java sample code using Aspose.PDF for Java...download format to any supported save format. Aspose.PDF for Java...formats, both for loading and saving. Draw your attention that the...

    products.aspose.com/pdf/java/merger/epub/
  3. Work with PDF Layers using Java|Aspose.PDF for ...

    Learn how to add, lock, extract, flatten, and merge PDF layers in Java.... Save the output PDF Document . public...(). add ( layer ); document . save ( outputFile . toString ());...

    docs.aspose.com/pdf/java/working-with-pdf-layers/
  4. Using Built-in Styles with C++|Documentation

    C++ code to use Excel built-in styles with Aspose.Cells for C++ API... AutoFitRow ( 0 ); // Save the workbook to the first output...workbook . Save ( output1Path ); std :: cout << "File saved " << output1Path...

    docs.aspose.com/cells/cpp/using-built-in-styles/
  5. TxtSaveOptionsBase.encoding property | Aspose.W...

    TxtSaveOptionsBase.encoding property. Specifies the encoding to use when exporting in text formats...document's "Save" method // to modify how we save the document...let txtSaveOptions = new aw . Saving . TxtSaveOptions (); // Verify...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Online PCL to MHTML Conversion or Build .NET ba...

    Free online app to convert PCL to MHTML files. .NET C# conversion library code for PCL documents....Convert PCL to Doc by using Save method Load Doc file by using...Aspose.Words Save the document to MHTML format using Save method and...

    products.aspose.com/total/net/conversion/pcl-to...
  7. Online PCL to DOTX Conversion or Build .NET bas...

    Free online app to convert PCL to DOTX files. .NET C# conversion library code for PCL documents....Convert PCL to Doc by using Save method Load Doc file by using...Aspose.Words Save the document to DOTX format using Save method and...

    products.aspose.com/total/net/conversion/pcl-to...
  8. Avoid Blank Page in Output PDF when there is No...

    Learn how to avoid blank pages in output PDF when there is nothing to print using Aspose.Cells for Node.js via C++....file is empty and the user saves it to PDF using Aspose.Cells...an empty workbook and then saves it as PDF after setting the...

    docs.aspose.com/cells/nodejs-cpp/avoid-blank-pa...
  9. SaveOptions.DmlRenderingMode | Aspose.Words for...

    Discover how the SaveOptions DmlRenderingMode property enhances your DrawingML shape rendering. Optimize your document visuals effortlessly!...effects in a document as we save it to PDF. Document doc = new...can pass to the document's "Save" method // to modify how that...

    reference.aspose.com/words/net/aspose.words.sav...
  10. Add, Move or Delete pages in PDF using C++ | As...

    Manipulate PDF pages of your document programmatically with C++ sample code using Aspose.PDF for C++... Save the output PDF using the Save method. Add New...Insert ( 2 ); // Save output file document -> Save ( _dataDir + outputFileName...

    products.aspose.com/pdf/cpp/pages/