Sort Score
Result 10 results
Languages All
Labels All
Results 8,861 - 8,870 of 368,314 for

save

(0.08 sec)
  1. TxtExportHeadersFootersMode enumeration | Aspos...

    Aspose.Words.Saving.TxtExportHeadersFootersMode enumeration. Specifies the way headers and footers are exported to plain text format....document's "Save" method // to modify how we save the document...let saveOptions = new aw . Saving . TxtSaveOptions (); // Set...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Create a Bitmap in Java

    This precise tutorial discusses how to create a bitmap in Java. It includes the IDE configuration details, the steps, and a code snippet to create BMP file in Java....the output BMP image using the save method These steps outline the...draw the shape. Ultimately, save the resulting bitmap image to...

    kb.aspose.com/drawing/java/create-a-bitmap-in-j...
  3. How to unlock PDF | Aspose.PDF

    Do you know how easily unlock PDF documents using Python? Unlock PDF files with high quality using Python PDF library.... Save the PDF file. This sample code..."Decrypt_out.pdf" # Save updated PDF document . Save ( dataDir ) Get...

    products.aspose.com/pdf/tutorial/unlock-pdf/
  4. Aspose.PSD for .NET 20.11 - Release Notes|Docum...

    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....Color Modes/BitDepth without saving them as files Feature PSDNET-754...PSDNET-267 Exception on loading and saving the PSD file with Layer Effects...

    docs.aspose.com/psd/net/aspose-psd-for-net-20-1...
  5. Convert PDF to PNG in Java | products.aspose.com

    Convert PDF to PNG in Java. Use Java library API to convert PDF files to PNGs...Presentation from PDF file and save it as PNG. Java code for converting...the source PDF files in Java. Save result as PNG file. Free Online...

    products.aspose.com/slides/java/conversion/pdf-...
  6. Convert HTML to XML in Java | products.aspose.com

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

    products.aspose.com/slides/java/conversion/html...
  7. Convert PDF to XML in Java | products.aspose.com

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

    products.aspose.com/slides/java/conversion/pdf-...
  8. Convert Image to Base64 in C#

    This concise tutorial walks through converting image to base64 in C#. It presents a step-by-step approach and provides a code sample showing how to convert JPG to Base64 in C#....the ToBase64String() method Save the output Base64 image These...to a base64 format. Lastly, save the generated image string as...

    kb.aspose.com/svg/net/convert-image-to-base64-i...
  9. Create ZIP in C#

    This brief tutorial covers how to create a ZIP file in C#. It contains all the details including the algorithm and the code snippet to develop a ZIP file maker in C#....a FileStream class object to save the output ZIP archive Open...generated ZIP file by calling the Save method These steps reveal the...

    kb.aspose.com/zip/net/create-zip-in-csharp/
  10. Freeze panes of Excel Worksheet with C++|Docume...

    In this article, you will learn how to freeze panes of Excel worksheets programmatically using the C++ library with the Aspose.Cells API.... Save the file. #include <iostream>...FreezePanes ( u "B2" , 1 , 1 ); // Save the file U16String outputFilePath...

    docs.aspose.com/cells/cpp/how-to-freeze-panes-o...