Sort Score
Result 10 results
Languages All
Labels All
Results 7,761 - 7,770 of 365,752 for

save

(0.11 sec)
  1. EPUB to PDF Merge using Java | Aspose.PDF

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

    products.aspose.com/pdf/java/merger/epub-to-pdf/
  2. Export EMAIL to MD via Java | products.aspose.com

    Java API to Convert EMAIL to MD without using Microsoft Word or Outlook...using save method Load HTML by using Document class Save the document...document to MD format using save method and set MD as SaveFormat...

    products.aspose.com/total/java/conversion/email...
  3. 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...
  4. Delete Images from PDF File using Python|Aspose...

    This section explain how to delete Images from PDF File using Aspose.PDF for Python via .NET.... Save updated PDF file. The following...images . delete ( 1 ) document . save ( path_outfile ) Add Image to...

    docs.aspose.com/pdf/python-net/delete-images-fr...
  5. Dilation|Documentation

    How to make characters in an image thicker using Aspose.OCR for Python via .NET to improve recognition accuracy....png" ) # Save processed image to the "result"..."result" folder ImageProcessing . save ( input , "result" ) # Recognize...

    docs.aspose.com/ocr/python-net/dilate/
  6. Node.js与C++中的表格和区域|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....convertToRange (); // Save the file wb . save ( path . join ( dataDir...( options ); // Save the file workbook . save ( path . join (...

    docs.aspose.com/cells/zh/nodejs-cpp/tables-and-...
  7. Create Shared Workbook with Aspose.Cells for No...

    Learn how to create a shared workbook using Aspose.Cells for Node.js via C++....( true ); // Save the Shared Workbook wb . save ( "outputSharedWorkbook...

    docs.aspose.com/cells/nodejs-cpp/create-shared-...
  8. TxtExportHeadersFootersMode enumeration | Aspos...

    Aspose.Words.Saving.TxtExportHeadersFootersMode enumeration. Specifies the way headers and footers are exported to plain text format....document's "Save" method // to modify how we save the document...let saveOptions = new aw . Saving . TxtSaveOptions (); // Set...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Comparer.CompareToImages | Aspose.Words for .NET

    Effortlessly compare documents with CompareToImages, saving differences as images for each page, enhancing clarity and visual analysis....Compares two documents and saves the differences as images. Each...ImageSaveOptions The output’s image save options. author String Initials...

    reference.aspose.com/words/net/aspose.words.low...
  10. Add Footer to PDF using C# | Aspose.PDF

    Add footer to PDF programmatically with C# sample code using Aspose.PDF for .NET.... Save the PDF file. Add Image in Footer...imageStamp ); } pdfDocument . Save ( outputFile );...

    products.aspose.com/pdf/net/footer/