Sort Score
Result 10 results
Languages All
Labels All
Results 8,011 - 8,020 of 368,275 for

save

(0.56 sec)
  1. PdfEncryptionDetails class | Aspose.Words for N...

    Aspose.Words.Saving.PdfEncryptionDetails class. Contains details for encrypting and access permissions for a PDF document...how to set permissions on a saved PDF document. let doc = new...encryptionDetails = new aw . Saving . PdfEncryptionDetails ( "password"...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. 在Node.js中通过C++为HtmlSaveOptions.TableCssId属性前缀表格...

    学习如何使用Aspose.Cells for Node.js via C++为HTML中的表格元素样式添加前缀。...setStyle ( st ); // Specify html save options - specify table css..."MyTest_TableCssId" ); // Save the workbook in html wb . save ( "outputTableCssId...

    docs.aspose.com/cells/zh/nodejs-cpp/prefix-tabl...
  3. AutoFit Rows for Rendering|Documentation

    Learn how to AutoFit rows for rendering through the Aspose.Cells for Python via .NET API.... and even when you print or save the file as a PDF, the text...you switch to Print view or save the file as a PDF, the text...

    docs.aspose.com/cells/python-net/autofit-rows-f...
  4. TiffCompression enumeration | Aspose.Words for ...

    aspose.words.saving.TiffCompression enumeration. Specifies what type of compression to apply when saving page images into a TIFF file....of compression to apply when saving page images into a TIFF file...can pass to the document's "Save" method # to modify the way...

    reference.aspose.com/words/python-net/aspose.wo...
  5. How to Add Image to HTML? C# Examples

    Learn how to add images to HTML using Aspose.HTML for .NET. Explore different methods, including the img tag, CSS backgrounds, and inline styles.... Save the modified document to a specified...19 // Save file to a local file system 20 document. Save (Path...

    docs.aspose.com/html/net/how-to-articles/how-to...
  6. Converting Email Messages in Jython|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....__init__ ( self ): # Loading EML, Saving to MSG self . convert_eml_to_msg...dataDir + "Message.eml" ) # Save the Email message to disk in...

    docs.aspose.com/email/java/converting-email-mes...
  7. Delete Images from PDF File|Aspose.PDF for Java

    This section explain how to delete Images from PDF File using Aspose.PDF for Java.... Saved the output like using the Document object’s Save method...delete ( 1 ); pdfDocument . save ( outputFile ); pdfDocument...

    docs.aspose.com/pdf/java/delete-images-from-pdf...
  8. CommentDisplayMode enumeration | Aspose.Words f...

    aspose.words.layout.CommentDisplayMode enumeration. Specifies the rendering mode for document comments....Shows how to show comments when saving a document to a rendered format.... SHOW_IN_ANNOTATIONS doc . save ( file_name = ARTIFACTS_DIR...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Text Formatting inside PDF using Python|Aspose....

    Explore text formatting options within PDF files in Python using Aspose.PDF for customized document styling.... Save the document. import aspose...document will be saved. Returns: None: The function saves the document...

    docs.aspose.com/pdf/python-net/text-formatting-...
  10. 在xlsx4j中显示和隐藏工作簿的选项卡|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.... setShowTabs ( false ); //Saving the modified Excel file in...Excel 2003) format workbook . save ( dataDir + "AsposeHideTabs...

    docs.aspose.com/cells/zh/java/display-and-hide-...