Sort Score
Result 10 results
Languages All
Labels All
Results 851 - 860 of 312,264 for

save

(0.05 sec)
  1. File Format Conversion via Java | products.aspo...

    Convert Microsoft Office Word, Excel, PowerPoint, Outlook, PDF, HTML, 3D Images, Diagrams, Video Formats and different other formats with just few lines of Java code....convert WORD to HTML by using Save method . Next open the converted...class and save the document to XLSX format using Save method. Developers...

    products.aspose.com/total/java/conversion/
  2. Aspose.PDF exports corrupted graphics files- tr...

    I just tried the code out, and I can read in DOCX files and output them to PDF/TIFF/JPEG without issue. But when I read in a PDF file, and try to output DOCX/TIFF/JPEG, only the DOCX file works. The TIFF and JPEG files a…...Save(@“C:\1\test0.docx”, Aspose.Pdf...SaveFormat.DocX); <–Works d2.Save(@“C:\1\test0.tiff”); <–Creates...

    forum.aspose.com/t/aspose-pdf-exports-corrupted...
  3. Extracting Messages from Outlook PST and Saving...

    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....Messages from Outlook PST and Saving them to MSG Contents [ Hide...from an Outlook PST file and save them to disk as MSG files. It...

    docs.aspose.com/email/java/extracting-messages-...
  4. Convert Excel to PDF with C++|Documentation

    Learn how to convert Excel workbooks to PDF format using Aspose.Cells with C++.... Simply save an Excel file to PDF using the...the Workbook class' Save method. The Save method provides the...

    docs.aspose.com/cells/cpp/convert-excel-to-pdf/
  5. FontSavingArgs.fontFileName property | Aspose.W...

    FontSavingArgs.fontFileName property. Gets or sets the file name (without path) where the font will be Saved to....path) where the font will be saved to. get fontFileName () : string...the value of this property to save the font into a different file...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Render MSG to FLATOPC in Andorid App | products...

    Export MSG to FLATOPC without using Microsoft Word or Outlook in you Andorid applications...using save method Load HTML by using Document class Save the document...document to FLAT_OPC format using save method and set FLAT_OPC as SaveFormat...

    products.aspose.com/total/android-java/conversi...
  7. IFontSavingCallback.fontSaving method | Aspose....

    IFontSavingCallback.fontSaving method. Called when Aspose.Words is about to Save a font resource....Words is about to save a font resource. fontSaving...fontSaving ( args : Aspose . Words . Saving . FontSavingArgs ) Parameter...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. FontSavingArgs.FontStream | Aspose.Words for .NET

    Discover the FontSavingArgs FontStream property, enabling seamless font storage and management for enhanced application performance and user experience....stream where the font will be saved to. public Stream FontStream...This property allows you to save fonts to streams instead of...

    reference.aspose.com/words/net/aspose.words.sav...
  9. Remove Images from PDF using Python | Aspose.PDF

    This page describes the features of removing Images from PDF file using Aspose.PDF for Python library.... Save updated PDF file. Delete Images...delete ( 1 ) # Save updated PDF file document . save ( output_pdf...

    products.aspose.com/pdf/python-net/images/remove/
  10. Add Watermark to PDF using Python | Aspose.PDF

    Add watermark to PDF file programmatically with Python sample code using Aspose.PDF for Python for .NET... Save PDF file Add Watermark to PDF...( artifact ) #save result pdf to file doc . save ( "add_watermark...

    products.aspose.com/pdf/python-net/watermark/add/