Sort Score
Result 10 results
Languages All
Labels All
Results 7,141 - 7,150 of 361,306 for

save

(0.14 sec)
  1. How to merge PDF | Aspose.PDF

    Do you know how easily merge PDF documents in Python? Merge PDF files with high quality using Python via .NET PDF library....download format to any supported save format. Aspose.PDF for Python...second document to the first. Save concatenated output file Use...

    products.aspose.com/pdf/tutorial/merge-pdf/
  2. Convert PDF to EPUB using C#

    Follow this article to convert PDF to EPUB using C#. It has all the details to set the IDE for development, a list of steps, and a sample code for transforming PDF file to EPUB using C#....overloaded method Save that takes the output file name save format EPUB...loading format to PDF, and use the Save() method to create the desired...

    kb.aspose.com/words/net/convert-pdf-to-epub-usi...
  3. Convert HTML to Excel using Java

    This article explains how to convert HTML to Excel using Java. It has the details for IDE settings, a list of steps, and sample code to develop a HTML to XLS converter using Java....using the above load options Save the output file in XLSX format...Document object. Finally, call the save() method with the desired SaveFormat...

    kb.aspose.com/pdf/java/convert-html-to-excel-us...
  4. Delete Blank Rows and Columns in a Worksheet wi...

    Delete empty rows and columns in a worksheet using Aspose.Cells with C++.... DeleteBlankRows (); // Save the Excel file U16String outputFilePath..."mybook.out.xlsx" ; workbook . Save ( outputFilePath ); std :: cout...

    docs.aspose.com/cells/cpp/delete-blank-rows-and...
  5. Change the Font on just the specific Unicode ch...

    Learn how to change the font of specific Unicode characters while saving to PDF using Aspose.Cells for JavaScript via C++....specific Unicode characters while saving to PDF with JavaScript via...worksheet . autoFitColumns (); // Save to Pdf without setting PdfSaveOptions...

    docs.aspose.com/cells/javascript-cpp/change-the...
  6. Add Bookmark to PDF using C# | Aspose.PDF

    Add bookmark to PDF programmatically with C# sample code using Aspose.PDF for .NET... Save the file again This example...‘OutlineItemCollectio’, and then save the modified document bookmark...

    products.aspose.com/pdf/net/bookmarks/
  7. How to Convert Excel Chart to JPG in C# without...

    This topic shows you how to convert Excel chart to JPG in C# without Interop using .NET environment for Windows, macOS and Linux....able to Save Excel chart as JPG in C#. Similar to saving as JPG...JPG you can also save chart to any of the other common formats...

    kb.aspose.com/cells/net/how-to-convert-excel-ch...
  8. Update Visio Shape Text in PHP|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....Text" )); } $i += 1 ; } \ # Save diagram $saveFileFormat = new...SaveFileFormat (); $diagram -> save ( $dataDir . "UpdateShapeText...

    docs.aspose.com/diagram/java/update-visio-shape...
  9. Set Visio Shape's XForm Data in PHP|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....setValue ( 5 ); } $i += 1 ; } \ # Save diagram $saveFileFormat = new...SaveFileFormat (); $diagram -> save ( $dataDir . "SetShapeXFormData...

    docs.aspose.com/diagram/java/set-visio-shape-s-...
  10. Compress WORD In C++

    Compress WORD in C++ without losing quality. Optimize WORD content, reduce file size easily....(CompressionLevel::Maximum); doc-> Save ( u"Output.docx" , saveOptions);...BackgroundGraph(true); doc->Save(u"Output.docx", saveOptions);...

    products.aspose.com/words/cpp/compress/word/