Sort Score
Result 10 results
Languages All
Labels All
Results 861 - 870 of 66,676 for

import

(0.08 sec)
  1. Working with Follow Up and Due Date for Outlook...

    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.... import aspose.email as ae from datetime import datetime...recipients. import aspose.email as ae from datetime import datetime...

    docs.aspose.com/email/python-net/working-with-f...
  2. Writing Updated TaskLink Data to MPP in Ruby | ...

    Learn how to write Microsoft Project (MPP/XML) task links using Aspose.Tasks Java for Ruby....one_min 6 7 project = Rjb :: import( 'com.aspose.tasks.Project'...'test_tasks.mpp' ) 8 9 tsk = Rjb :: import( 'com.aspose.tasks.Tsk' ) 10...

    docs.aspose.com/tasks/java/writing-updated-task...
  3. 将各种图像格式转换为PDF|Aspose.PDF for Java

    本主题向您展示如何使用Aspose.PDF for Java库将各种图像格式转换为PDF。...examples ; import java.io.FileNotFoundExceptio ; import java.nio...file.Path ; import java.nio.file.Paths ; import com.aspose.pdf...

    docs.aspose.com/pdf/zh/java/convert-images-form...
  4. Updating Text Layer Removes All Layer Effects -...

    Hello When I update the text on a TextLayer using update_text(), all the FX (layer effects) applied to the layer are removed. After exporting the file to PNG, the updated text appears plain, without any of the original …...psd import Image from aspose.psd.fileformats.psd import PsdImage...psd.layers import TextLayer from aspose.pycore import cast from...

    forum.aspose.com/t/updating-text-layer-removes-...
  5. Working with PDF layers using Python|Aspose.PDF...

    This article explains how to lock a PDF layer, extract PDF layer elements, flatten a layered PDF, and merge all layers inside a PDF into one.... import aspose.pdf as ap def lock_layer...following code snippet can be used: import aspose.pdf as ap def save_layers...

    docs.aspose.com/pdf/python-net/work-with-pdf-la...
  6. Java load font TTF file

    Here you will learn how with the help of Aspose.Font for Java to load font from a TTF file on your hard drive disk even if this file is not a font inself....font ; 2 3 import java.io.File ; 4 import java.io.IOException...IOException ; 5 import java.nio.file.Files ; 6 import java.nio.file...

    docs.aspose.com/font/java/how-to-load-fonts/loa...
  7. java负载字体TTF文件

    在这里,您将在Aspose.font的帮助下了解Java即使此文件不是字体INSELF,Java也可以从硬盘磁盘上的TTF文件加载字体。... font ; 2 3 import java.io.File ; 4 import java.io.IOException...IOException ; 5 import java.nio.file.Files ; 6 import java.nio.file...

    docs.aspose.com/font/zh/java/how-to-load-fonts/...
  8. 从TTF文件加载字体 | Java

    在这里,您将在Aspose.font的帮助下了解Java即使此文件不是字体INSELF,Java也可以从硬盘磁盘上的TTF文件加载字体。... font ; 2 3 import java.io.File ; 4 import java.io.IOException...IOException ; 5 import java.nio.file.Files ; 6 import java.nio.file...

    docs.aspose.com/font/zh/java/how-to-load-fonts/...
  9. Convert HTML to PNG – Aspose.HTML for Python vi...

    Convert HTML to PNG programmatically using the Aspose.HTML Python library. Learn HTML to PNG conversion scripts with ready-to-use Python examples....'MHTML' 'MD' }} import aspose.html as ah import aspose.html.converters...converters as conv import aspose.html.saving as sav {{/if_output}}...

    docs.aspose.com/html/python-net/convert-html-to...
  10. Working with Shapes in PS file | Python

    How to add shapes to PS file is a question answered by Aspose.Page API solution. See how to use the functionality in Python... page import * 2 from aspose. page . eps import * 3 from aspose...device import * 4 import aspose.pydrawing 5 from util import Util...

    docs.aspose.com/page/python-net/ps/working-with...