Sort Score
Result 10 results
Languages All
Labels All
Results 9,031 - 9,040 of 375,798 for

save

(0.15 sec)
  1. How to Convert OneNote Notebook to PDF using Java

    This simple topic describes how to convert OneNote Notebook to PDF using Java. OneNote Notebooks are used for creating Notes in digital form and one can easily convert .one file to PDF in Java with simple API calls....converting to PDF Save the source .one file to PDF using Save method and...file to PDF file in with the save method and SaveFormat enumerator...

    kb.aspose.com/note/java/how-to-convert-onenote-...
  2. Convert Latex to Word using Python

    Follow this article to convert Latex to Word using Python. It has the details to set the IDE, steps, and sample code to perform Latex to Word conversion using Python....with the specified settings Save the TEX document as a Word file...specified properties. Finally, save the loaded file as a Word file...

    kb.aspose.com/pdf/python/convert-latex-to-word-...
  3. Set Visio Shape's Line Data in Ruby|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....end i += 1 end \ # Save diagram diagram . save ( data_dir + "SetShapeLineData...

    docs.aspose.com/diagram/java/set-visio-shape-s-...
  4. Connect Sub-shapes of the Groups in PHP|Documen...

    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....LEFT , $connecter_id ); \ # Save diagram $saveFileFormat = new...SaveFileFormat (); $diagram -> save ( $dataDir . "ConnectSubShapes...

    docs.aspose.com/diagram/java/connect-sub-shapes...
  5. Convert HTML to Image in Java | products.aspose...

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

    products.aspose.com/slides/java/conversion/html...
  6. PDF Tooltip using using C++|Aspose.PDF for C++

    Learn how to add tooltip to the text fragment in PDF using C++ and Aspose.PDF...long tooltip" )); document -> Save ( outputFileName ); // Open...field )); } // Save document document -> Save ( outputFileName...

    docs.aspose.com/pdf/cpp/pdf-tooltip/
  7. 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...
  8. Create Union Range with C++|Documentation

    Create Union Range in Excel files using Aspose.Cells with C++...."ABCD" ); // Save the output workbook workbook . Save ( u "CreateUnionRange_out...range created and workbook saved successfully!" << std :: endl...

    docs.aspose.com/cells/cpp/create-union-range/
  9. Crop PDF using C++ | Aspose.PDF

    Crop PDF without losing quality in C++ programmatically with C# sample code using Aspose.PDF for C++...and create new Box Rectagle Save the updated document to the...the new path using the Save() method. If you want to crop a PDF...

    products.aspose.com/pdf/cpp/crop/
  10. 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/