Sort Score
Result 10 results
Languages All
Labels All
Results 9,361 - 9,370 of 377,468 for

save

(0.47 sec)
  1. Converting a PDF file to PDFA using PHP | Aspos...

    Sample code on PHP for PDF to PDFA conversion. Use example code for batch PDF to PDFA conversion with Aspose.PDF for PHP via Java...to PDF/A compliant document Save the output PDF/A file System...your PDF file and then simply save it as a PDFA file. You can use...

    products.aspose.com/pdf/php-java/conversion/pdf...
  2. Export EMAIL to WORD via Java | products.aspose...

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

    products.aspose.com/total/java/conversion/email...
  3. Export EMAIL to JPEG via Java | products.aspose...

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

    products.aspose.com/total/java/conversion/email...
  4. ImageSaveOptions.ThresholdForFloydSteinbergDith...

    Optimize your images with the ImageSaveOptions Threshold for Floyd-Steinberg Dithering. Control binarization error for stunning results in image processing....jpg" ); // When we save the document as a TIFF, we can...ThresholdForFloydSte = 240 }; doc . Save ( ArtifactsDir + "ImageSaveOptions...

    reference.aspose.com/words/net/aspose.words.sav...
  5. ImageBinarizationMethod Enum | Aspose.Words for...

    Discover the Aspose.Words.ImageBinarizationMethod enum for effective image binarization. Optimize your document processing with advanced techniques....jpg" ); // When we save the document as a TIFF, we can...ThresholdForFloydSte = 240 }; doc . Save ( ArtifactsDir + "ImageSaveOptions...

    reference.aspose.com/words/net/aspose.words.sav...
  6. FontInfoCollection.embed_system_fonts property ...

    FontInfoCollection.embed_system_fonts property. Specifies whether or not to embed System fonts into the document... Examples Shows how to save a document with embedded TrueType...font_infos . save_subset_fonts = embed_all_fonts doc . save ( file_name...

    reference.aspose.com/words/python-net/aspose.wo...
  7. PageSetup.margins property | Aspose.Words for P...

    PageSetup.margins property. Returns or sets preset [Margins](../../margins/) of the page....docx' ) # Saving a document to PDF, to an image...document within its pages. doc . save ( file_name = ARTIFACTS_DIR...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Convert PSD to PNG in Java | PSD to PNG Convert...

    Programmatically, convert PSD to PNG in Java with Aspose.PSD for Java. Convert PSD layers to PNG images in Java. Java PSD API... Finally, save the output file using the save() method. The...etc. Finally, save the output file using the save() method. The...

    blog.aspose.com/psd/convert-psd-to-png-in-java/
  9. 使用 Microsoft Word 文档作为邮件正文并发送电子邮件|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....Word document from disk and save it to stream as MHTML Document...ByteArrayOutputStrea (); wordDocument . save ( mhtmlStream , SaveFormat ...

    docs.aspose.com/email/zh/java/using-a-microsoft...
  10. Converting a GIF file to PDF using C++ | Aspose...

    Sample code for GIF to PDF conversion using C++. Use C++ example for batch GIF to PDF conversion....Document Load input GIF image Save the output PDF file Here is...your GIF file and then simply save it as a PDF file. You can use...

    products.aspose.com/pdf/cpp/conversion/gif-to-pdf/