Sort Score
Result 10 results
Languages All
Labels All
Results 9,781 - 9,790 of 370,179 for

save

(0.52 sec)
  1. Repair PDF with Rust via C++|Aspose.PDF for Rus...

    This topic describes how to Repair PDF via Rust via C++... Repairing a PDF file and saving it as a new document is a common...with opening, repairing, or saving the PDF document are logged...

    docs.aspose.com/pdf/rust-cpp/repair-pdf/
  2. Extract Assets from GLB File Formats via Java |...

    Sample Java extract assets code for GLB file. Use this example code to extract assets from GLB file within any Web or Desktop Java based application....Call the Extract method and save the file System Requirements...if (entity instanceof Mesh){ Save((Mesh)entity, node.getName());...

    products.aspose.com/3d/java/extractor/glb/
  3. How use X-Dimension|Documentation

    Learn how to configure X-Dimension for 1D and 2D barcodes in Aspose.BarCode for Java. Adjust barcode density, image size, AutoSizeMode behavior, and printing quality using precise X-Dimension and BarWidthReduction values....); // Save the generated barcode image generator . save ( "code128_xdim_0_30mm...setPixels ( 8 ); generator . save ( "datamatrix_xdim_8px.png"...

    docs.aspose.com/barcode/java/developer-guide/ba...
  4. FixedPageSaveOptions.numeral_format property | ...

    FixedPageSaveOptions.numeral_format property. Gets or sets [NumeralFormat](../../numeralformat/) used for rendering of numerals... saving . NumeralFormat : ... @numeral_format..., value : aspose . words . saving . NumeralFormat ): ... Remarks...

    reference.aspose.com/words/python-net/aspose.wo...
  5. 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-...
  6. 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-...
  7. 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...
  8. 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...
  9. 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...
  10. 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/