Sort Score
Result 10 results
Languages All
Labels All
Results 2,141 - 2,150 of 372,701 for

save

(0.15 sec)
  1. 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...
  2. Convert PST to XPS in Python | products.aspose.com

    Save PST to XPS in your Python applications without using Microsoft Outlook or Word...NET and save it into the respective Word...efficient solution that can help you save time and effort. How to Convert...

    products.aspose.com/total/python-net/conversion...
  3. How to Create and Convert an XML File to PDF|As...

    PDF SharePoint API is capable of creating and converting XML files into PDF format.... Save the PDF file . Step 1: Create...status remains Active . Click Save to save the properties. Step 6:...

    docs.aspose.com/pdf/sharepoint/how-to-create-an...
  4. 使用 C++ 将特定工作表导出为 PDF|Documentation

    使用 Aspose.Cells 与 C++ 导出特定工作表为 PDF。...// Save the pdf file with PdfSaveOptions workbook . Save ( u...); std :: cout << "PDF file saved successfully!" << std :: endl...

    docs.aspose.com/cells/zh/cpp/save-specified-wor...
  5. C++ API to Export MHTML to PCL | products.aspos...

    Convert MHTML to PCL within C++ applications....archive format that is used to save web pages for offline viewing...Convert MHTML to DOC by using Save member function Load DOC file...

    products.aspose.com/total/cpp/conversion/mhtml-...
  6. C++ API to Export TEX to GIF | products.aspose.com

    Convert TEX to GIF within C++ applications....solution that helps developers save time and effort when dealing...Convert TEX to DOC by using Save member function Load DOC file...

    products.aspose.com/total/cpp/conversion/tex-to...
  7. PdfDigitalSignatureHashAlgorithm enumeration | ...

    aspose.words.saving.PdfDigitalSignatureHashAlgorithm enumeration. Specifies a digital hash algorithm used by a digital signature....can pass to the document's "save" method # to modify how that...document to .PDF. options = aw . saving . PdfSaveOptions () # Configure...

    reference.aspose.com/words/python-net/aspose.wo...
  8. PdfSaveOptions.dmlEffectsRenderingMode property...

    PdfSaveOptions.dmlEffectsRenderingMode property. Gets or sets a value determining how DrawingML effects are rendered.... Saving . DmlEffectsRenderingM Remarks...effects in a document as we save it to PDF. let doc = new aw...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. PdfDigitalSignatureDetails.signatureDate proper...

    PdfDigitalSignatureDetails.signatureDate property. Gets or sets the date of the signing....can pass to the document's "Save" method // to modify how that...PDF. let options = new aw . Saving . PdfSaveOptions (); // Configure...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Add Text and Image Stamp|Aspose.PDF for Java

    This section explains how to add Text and Image Stamp with com.aspose.pdf.facades using PdfFileStamp Class.... Finally, save the output PDF file using close...stamp ); // Save updated PDF file fileStamp . save ( _dataDir...

    docs.aspose.com/pdf/java/add-text-and-image-stamp/