Sort Score
Result 10 results
Languages All
Labels All
Results 9,201 - 9,210 of 375,527 for

save

(0.12 sec)
  1. PNG to PDF Merge using Java | Aspose.PDF

    Combine two or more PNG documents into one PDF single file programmatically with Java sample code using Aspose.PDF for Java...file to new page After the loop save the result Here is an example...Merge PNG files using Java and save as PDF Example Java: this sample...

    products.aspose.com/pdf/java/merger/png-to-pdf/
  2. TIFF to PDF Merge using Java | Aspose.PDF

    Combine two or more TIFF documents into one PDF single file programmatically with Java sample code using Aspose.PDF for Java...file to new page After the loop save the result Here is an example...Merge TIFF files using Java and save as PDF Example Java: this sample...

    products.aspose.com/pdf/java/merger/tiff-to-pdf/
  3. How to Convert MPP to Excel using Java

    This topic provides details about how to convert MPP to Excel using Java. You can export a MPP file to Excel using Java with the help of a well defined steps and sample code containing few of lines of code....for the root task if required Save the resultant MPP project file...path of the MPP file and then save it to the desired format like...

    kb.aspose.com/tasks/java/how-to-convert-mpp-to-...
  4. Converting a BMP file to PDF using Java | Aspos...

    BMP to PDF conversion via Java sample code. Programmers can use this example code to export BMP to PDF within any Web or Desktop Java based application....Document Load input BMP image Save the output PDF file Here is...your BMP file and then simply save it as a PDF file. You can use...

    products.aspose.com/pdf/java/conversion/bmp-to-...
  5. PDF to HTML Merge using C++ | Aspose.PDF

    Combine two or more PDF documents into one HTML single file programmatically with C++ sample code using Aspose.PDF for C++...file to new page After the loop save the result Here is an example...Merge PDF files using C++ and save as HTML Example C++: this sample...

    products.aspose.com/pdf/cpp/merger/pdf-to-html/
  6. Set Barcode Size and Resolution in C#|Documenta...

    How to Set Size Units for Barcodes in Aspose.BarCode for .NET... Save ( $"{path}UnitIn3Pixels.png"...XDimension . Millimeters = 2 ; gen . Save ( $"{path}UnitIn2Millimeters...

    docs.aspose.com/barcode/net/set-barcode-size/
  7. How to Convert PPTX to PPT in Java

    This tutorial guides on how to convert PPTX to PPT in Java. It shares the configuration details, program sequence and a runnable sample code to change PPTX to PPT in Java....loaded PPTX presentation before saving it back as a PPT file. Steps...deleting a slide Set the view type Save the modified presentation as...

    kb.aspose.com/slides/java/how-to-convert-pptx-t...
  8. Converting a XSLFO file to PDF using C++ | Aspo...

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

    products.aspose.com/pdf/cpp/conversion/xslfo-to...
  9. Converting a XSLFO file to DOC using C++ | Aspo...

    Sample code for XSLFO to DOC conversion using C++. Use C++ example for batch XSLFO 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/xslfo-to...
  10. Setting Page Options with C++|Documentation

    This article provides sample code to set page options of Excel worksheets programmatically using the C++ API. You will be able to set Page Orientation, Scaling Factor, FitToPages Options, Paper Size, Print Quality, First Page Number....Portrait ); // Save the workbook workbook . Save ( outDir + u ...SetZoom ( 100 ); // Save the workbook workbook . Save ( outDir + u "ScalingFactor_out...

    docs.aspose.com/cells/cpp/setting-page-options/