Sort Score
Result 10 results
Languages All
Labels All
Results 3,171 - 3,180 of 368,279 for

save

(0.11 sec)
  1. Render MSG to IMAGE in Andorid App | products.a...

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

    products.aspose.com/total/android-java/conversi...
  2. Render MSG to PDF in Andorid App | products.asp...

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

    products.aspose.com/total/android-java/conversi...
  3. Render MSG to XPS in Andorid App | products.asp...

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

    products.aspose.com/total/android-java/conversi...
  4. PdfDigitalSignatureTimestampSettings class | As...

    Aspose.Words.Saving.PdfDigitalSignatureTimestampSettings class. Contains settings of the digital signature timestamp...Examples Shows how to sign a saved PDF document digitally and timestamp...can pass to the document's "Save" method // to modify how that...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Aspose::Words::LowCode::Merger::MergeToImages m...

    Aspose::Words::LowCode::Merger::MergeToImages method. Merges the given input document streams into a single output document using specified image Save options. Renders the output to images in C++....System::SharedPtr<Aspose::Words::Saving::ImageSaveOptions>&, Aspos...document using specified image save options. Renders the output...

    reference.aspose.com/words/cpp/aspose.words.low...
  6. C++ API to Convert CGM to SXC | products.aspose...

    Convert CGM to SXC via C++ API without using Microsoft Excel or Adobe Reader...Convert CGM to XLSX by using Save member function Load XLSX document...reference Save the document to SXC format using Save member function...

    products.aspose.com/total/cpp/conversion/cgm-to...
  7. Split PDF, HTML, TXT Files using Java | Aspose.PDF

    Java source code to split files on Java and PHP, Delphi.... Save current page as a separate PDF...HtmlLoadOptions ()); //save input html to pdf to file doc . save ( "test.pdf"...

    products.aspose.com/pdf/java/splitter/
  8. Create PDF Document using C++|Aspose.PDF for C++

    The most popular and basic task of working with a PDF file is creating a document from scratch. Use the Aspose.PDF for C++ library....Paragraph collection of the page Save the resultant PDF document void...-> Add ( textFragment ); // Save updated PDF String outputFileName...

    docs.aspose.com/pdf/cpp/create-document/
  9. Replace Text in PDF using C++|Aspose.PDF for C++

    Learn how to replace text in a PDF file in C++ using Aspose.PDF, enabling quick document edits....only need to save the output PDF using the Save method of the...()); } // Save the updated PDF file document -> Save ( _dataDir...

    docs.aspose.com/pdf/cpp/replace-text-in-pdf/
  10. Add Header to PDF using PHP | Aspose.PDF

    PHP sample code to add header in PDF document on any platform.... Save the PDF file. Add a Header to...$imageStamp ); // Save output document $document -> save ( $outputFile...

    products.aspose.com/pdf/php-java/header/