Sort Score
Result 10 results
Languages All
Labels All
Results 5,741 - 5,750 of 365,565 for

save

(0.14 sec)
  1. Convert PDF to XML in C++ | products.aspose.com

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

    products.aspose.com/slides/cpp/conversion/pdf-t...
  2. How to Print Excel as Fitted Pages Wide and Tal...

    This article shows you code explaining how to set FitToPagesWide and FitToPagesTall using Aspose.Cells for Node.js via C++....setFitToPagesWide ( 1 ); // Save the workbook workbook . save ( "out_net.pdf"...( true ); // Save the workbook. workbook . save ( "OnePagePerSheet...

    docs.aspose.com/cells/nodejs-cpp/how-to-print-e...
  3. Aspose.Cells 8.4.0 中的公共 API 变更|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 the output Excel file workbook . save ( "output...removeAt ( 0 ); //Save the workbook workbook . save ( "output.xlsx"...

    docs.aspose.com/cells/zh/java/public-api-change...
  4. Add Watermark to PPTX Presentation Files using ...

    Java source code for adding Watermark to PPTX Presentation.... save ( "watermark.pptx" , SaveFormat...PictureFillMode . Stretch ); pres . save ( "watermark2.pptx" , SaveFormat...

    products.aspose.com/slides/java/watermark/pptx/
  5. Extract Images from PDF and recognize BarCodes|...

    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....Images from particular page and save them in MemoryStream object...MemoryStream ()) { // Save PDF document image xImage . Save ( imageStream...

    docs.aspose.com/pdf/net/extract-images-from-pdf...
  6. PdfSaveOptions.zoomBehavior property | Aspose.W...

    PdfSaveOptions.zoomBehavior property. Gets or sets a value determining what type of zoom should be applied when a document is opened with a PDF viewer.... Saving . PdfZoomBehavior Remarks The...can pass to the document's "Save" method // to modify how that...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. PDF to EPUB Merge using Java | Aspose.PDF

    Combine two or more PDF documents into one EPUB 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 PDF files using Java and save as EPUB Example Java: this sample...

    products.aspose.com/pdf/java/merger/pdf-to-epub/
  8. PdfSaveOptions.zoom_factor property | Aspose.Wo...

    PdfSaveOptions.zoom_factor property. Gets or sets a value determining zoom factor (in percentages) for a document....can pass to the document's "Save" method # to modify how that...value of 25%. options = aw . saving . PdfSaveOptions () options...

    reference.aspose.com/words/python-net/aspose.wo...
  9. IncorrectPasswordException class | Aspose.Words...

    aspose.words.IncorrectPasswordException class. Thrown if a document is encrypted with a password and the password specified when opening the document is incorrect or missing... Examples Shows how to set save options for older Microsoft...'Hello world!' ) options = aw . saving . DocSaveOptions ( aw . SaveFormat...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Formatting Pivot Table with C++|Documentation

    Learn how to customize the appearance of pivot tables using Aspose.Cells for C++....Report5 ); // Save the Excel file workbook . Save ( outputFilePath...DownThenOver ); // Save the Excel file workbook . Save ( outputFilePath...

    docs.aspose.com/cells/cpp/formatting-pivot-table/