Sort Score
Result 10 results
Languages All
Labels All
Results 3,041 - 3,050 of 591,030 for

save

(0.1 sec)
  1. Split PDF programmatically|Aspose.PDF for PHP v...

    This topic shows how to split PDF pages into individual PDF files in your PHP applications.... Save the new PDF using Save method. The following...add ( $page ); $newDocument -> save ( $outputFile . "page_" . $pageCount...

    docs.aspose.com/pdf/php-java/split-document/
  2. Split PDF programmatically|Aspose.PDF for C++

    This topic shows how to split PDF pages into individual PDF files with C++....the empty document Save the new PDF using Save method The following...CopyPage ( page ); newDocument -> Save ( _dataDir + u "page_" + pageCount...

    docs.aspose.com/pdf/cpp/split-pdf-document/
  3. Exception when saving with external links - Fre...

    Hi, simple scenatio: Load HTML-document do NOTHING Save HTML.document when the document contains external links, there is an exception thrown: invalid URI, cannot analyze hostname. i tested around with the html sav…...Exception when saving with external links Aspose.HTML Product...Load HTML-document do NOTHING Save HTML.document when the document...

    forum.aspose.com/t/exception-when-saving-with-e...
  4. SaveOptions.UpdateFields | Aspose.Words for .NET

    SaveOptions UpdateFields property. Gets or sets a value determining if fields of certain types should be updated before saving the document to a fixed page format. Default value for this property is true in C#....types should be updated before saving the document to a fixed page...document immediately before saving it to PDF. Document doc = new...

    reference.aspose.com/words/net/aspose.words.sav...
  5. 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/python-net/aspose.wo...
  6. Convert PDF to HTML in Python|Aspose.PDF for Py...

    This topic show you how to convert PDF file to HTML format with Aspose.PDF for Python Java library.... Save it to HtmlSaveOptions by calling Document.save() method...documentName ) # save document in HTML format save_options = Api...

    docs.aspose.com/pdf/python-java/convert-pdf-to-...
  7. Add Pages to PDF Document|Aspose.PDF for .NET

    Explore how to add pages to an existing PDF in .NET with Aspose.PDF for enhancing and expanding your documents.... Save the output PDF using the Save method. The following...Insert ( 2 ); // Save output file document . Save ( dataDir + "InsertEmptyPage_out...

    docs.aspose.com/pdf/net/add-pages/
  8. EpubSaveOptions | Aspose.PDF for Python via .NE...

    Save options for export to EPUB format...Hide ] EpubSaveOptions class Save options for export to EPUB format...is the default action and the Save operation continues, however...

    reference.aspose.com/pdf/python-net/aspose.pdf/...
  9. SaveToFormat | Aspose.Font for .NET API Reference

    Saves the Font into format specified....SaveToFormat method Saves the Font into format specified...Description stream Stream stream to save font outFormat FontSavingFormats...

    reference.aspose.com/font/net/aspose.font/font/...
  10. ImageSavingArgs | Aspose.Words for Java

    Provides data for the IImageSavingCallback.imageSavingcom.aspose.words.ImageSavingArgs event in Java.... To learn more, visit the Save a Document documentation article...Aspose.Words saves a document to HTML, it saves each image into...

    reference.aspose.com/words/java/com.aspose.word...