Sort Score
Result 10 results
Languages All
Labels All
Results 2,041 - 2,050 of 21,598 for

import email

(0.1 sec)
  1. 在python中壓縮pdf

    在Python中壓縮PDF而不會損失質量。優化PDF內容,輕鬆減小文件大小。...pip install aspose-words 複製 import aspose.words as aw renderer...page_setup.page_height = height; import aspose.words as aw doc = aw...

    products.aspose.com/words/zh-hant/python-net/co...
  2. Create a Macro in Word using Java

    Refer to this article for coding with VBA using Java. It has complete details to set the IDE for development, a list of instructions, and a sample code to create a macro in Word using Java....Email Product Family Aspose.Slides...enabling macros in a Word file Import the required modules, including...

    kb.aspose.com/words/java/create-a-macro-in-word...
  3. Add XML namespace in XMP metadata of EPS |Python

    The process of adding XML namespace in XMP metadata of EPS with Aspose.Page for Python via .NET is explained and illustrated with the code snippets here....Email Product Solution Aspose.Slides...Cells Product Solution Aspose.Email Product Solution Aspose.Slides...

    docs.aspose.com/page/python-net/xmp-metadata/ad...
  4. Change array items in XMP metadata of EPS| Python

    Take a look at the process of changing array items in XMP metadata of EPS file with Aspose.Page for Python. It is illustrated with the code snippets....Email Product Solution Aspose.Slides...Cells Product Solution Aspose.Email Product Solution Aspose.Slides...

    docs.aspose.com/page/python-net/xmp-metadata/ch...
  5. Working with Textures in PS file | Python

    How to add texture pattern to PS file is a question answered by Aspose.Page API solution. See how to use the functionality in Python...Email Product Solution Aspose.Slides...Cells Product Solution Aspose.Email Product Solution Aspose.Slides...

    docs.aspose.com/page/python-net/ps/working-with...
  6. Support for TLS 1.2 and AutodiscoverService|Doc...

    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....Email for Java now supports TLS 1...true for using TLS 1.2. Aspose.Email for Java also supports AutodiscoverService...

    docs.aspose.com/email/java/support-for-tls-1-2-...
  7. Word From Excel Mail Merge In Java

    Personalize your Mail merge Word from Excel file using Java. Automate Emails or build reports using Mail merge Word from Excel template in Java....which allows you to automate emails from Excel and generate reports...% "ver" Copy import com.aspose.words.*; import com.aspose.cells...

    products.aspose.com/words/java/mailmerge/word-f...
  8. Aspose.Page for Python – Frequently Asked Quest...

    Comprehensive FAQ covering installation, licensing, supported formats, conversion, rendering, editing, performance, and troubleshooting for Aspose.Page's pure‑Python library....Email Product Solution Aspose.Slides...Cells Product Solution Aspose.Email Product Solution Aspose.Slides...

    docs.aspose.com/page/python-net/faq/
  9. Edit MARKDOWN In Java

    Edit MARKDOWN in Java code....Edit a Table Edit an Image import com.aspose.words.*; Document...); doc.save( "Output.md" ); import com.aspose.words.*; Document...

    products.aspose.com/words/java/edit/markdown/
  10. Edit DOC In Java

    Edit DOC in Java code....Edit a Table Edit an Image import com.aspose.words.*; Document...); doc.save( "Output.doc" ); import com.aspose.words.*; Document...

    products.aspose.com/words/java/edit/doc/