Sort Score
Result 10 results
Languages All
Labels All
Results 3,821 - 3,830 of 373,477 for

save

(0.14 sec)
  1. FixedPageSaveOptions.optimize_output property |...

    FixedPageSaveOptions.optimize_output property. Flag indicates whether it is required to optimize output...optimize document objects while saving to xps. doc = aw . Document...object to pass to the document's "save" method # to modify how that...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Document to PDF Conversion in PHP|Aspose.Words ...

    Converting documents using Aspose.Words for .NET in PHP using COM in C#....doc" ); // Save the document in PDF format. $doc -> Save ( $dataDir...to PDF successfully. \n File saved at " . $dataDir . "Doc2PdfSave...

    docs.aspose.com/words/net/document-to-pdf-conve...
  3. Convert a Document in Python|Aspose.Words for P...

    Easily convert documents from one format to another using Python. You can work with all the most popular formats like Microsoft Word formats such as DOCX or DOC, OpenDocument formats such as ODT or OTT, web formats such as HTML or XHTML, text formats such as MarkDown or TXT, and others....describing the simple load‑and‑save process and providing links...combination of loading and saving operations. Almost any task...

    docs.aspose.com/words/python-net/convert-a-docu...
  4. PdfDigitalSignatureDetails.hash_algorithm prope...

    PdfDigitalSignatureDetails.hash_algorithm property. Gets or sets the hash algorithm.... saving . PdfDigitalSignatureH : ...., value : aspose . words . saving . PdfDigitalSignatureH ): ...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Convert HTML to Image in Python | products.aspo...

    Convert HTML to Image in Python. Use Python library API to convert HTML files to Images...Presentation from HTML file and save it as Image. Python code for...get_thumbnail( 1 , 1 ) bmp . save( "Slide_ {num} .png" . format(num...

    products.aspose.com/slides/python-net/conversio...
  6. Convert HTML to PNG in Python | products.aspose...

    Convert HTML to PNG in Python. Use Python library API to convert HTML files to PNGs...Presentation from HTML file and save it as PNG. Python code for converting...get_thumbnail( 1 , 1 ) bmp . save( "Slide_ {num} .png" . format(num...

    products.aspose.com/slides/python-net/conversio...
  7. Convert Image to PPT in Python | products.aspos...

    Convert Image to PPT in Python. Use Python library API to convert Image files to PDFs...Presentation from Image file and save it as PPT. Python code for converting..., 720 , 540 , image) pres . save( "index.ppt" , slides . export...

    products.aspose.com/slides/python-net/conversio...
  8. How to Create PDF using Python|Aspose.PDF for P...

    Create and format the PDF Document with Aspose.PDF for Python via .NET....paragraphs collection of the page Save the resultant PDF document import..."Hello World!" )) # Save updated PDF document . save ( output_pdf )...

    docs.aspose.com/pdf/python-net/create-pdf-docum...
  9. HtmlSaveOptions.saveFormat property | Aspose.Wo...

    HtmlSaveOptions.SaveFormat property. Specifies the format in which the document will be Saved if this Save options object is used...the document will be saved if this save options object is used...use a specific encoding when saving a document to .epub. let doc...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Add Curve Object to PDF file|Aspose.PDF for C++

    This article explains how to create a curve object to your PDF using Aspose.PDF for C++....paragraphs collection of page Save our PDF file void ExampleCurve...Add ( graph ); // Save PDF file document -> Save ( _dataDir + u...

    docs.aspose.com/pdf/cpp/add-curve/