Sort Score
Result 10 results
Languages All
Labels All
Results 1,661 - 1,670 of 66,690 for

import

(0.35 sec)
  1. Other TeX conversion output formats | Python

    The Aspose.TeX API solution for Python provides functionality that allows you convert LaTeX files and custom TeX files. Here are a few code examples.... tex import * 2 from aspose. tex . io import * 3 from util...util import Util 4 ########## 5 ###### Class and Method declaration...

    docs.aspose.com/tex/python-net/other-tex-formats/
  2. Getting and Setting Page Properties using Pytho...

    This section shows how to get the number of pages in a PDF file, get information about PDF page properties such as color and set page properties.... import os import aspose.pdf as ap # Global...without saving the document. import os import aspose.pdf as ap # Global...

    docs.aspose.com/pdf/python-net/get-and-set-page...
  3. 档案

    档案... import aspose.slides as slides import aspose.pydrawing...PPT 幻灯片的背景颜色。 import aspose.slides as slides import aspose.pydrawing...

    blog.aspose.com/zh/slides/set-background-of-ppt...
  4. Manage Presentation Backgrounds in Python|Aspos...

    Learn how to set dynamic backgrounds in PowerPoint and OpenDocument files using Aspose.Slides for Python via .NET, with code tips to boost your presentations....normal slide: import aspose.pydrawing as draw import aspose.slides...master slide: import aspose.pydrawing as draw import aspose.slides...

    docs.aspose.com/slides/python-net/presentation-...
  5. Aspose.TeX的输入接口| 通过 .NET 为 Python 提供 Aspose.TeX

    Aspose.TeX API解决方案的转换功能与Tex一起使用,作为输入格式,请参见代码示例。... io import * 2 from util import Util 3 ##########...aspose. tex import * 2 from aspose. tex . io import * 3 from util...

    docs.aspose.com/tex/zh/python-net/aspose-tex-in...
  6. PDF Annotations|Aspose.PDF for Java

    This section shows how to use all kinds of annotations to your PDF file with the Aspose.PDF library. Learn how to draw, open, or add an annotation with Java.... Annotation is an important part of PDF file. Using Aspose...types of allowed annotations. Import and export annotation with...

    docs.aspose.com/pdf/java/annotations/
  7. 使用 Python 中的 AutoFit 提升您的演示文稿|Aspose.Slides for...

    了解如何在 Aspose.Slides for Python via .NET 中管理 AutoFit 设置,以优化 PowerPoint 和 OpenDocument 演示文稿中的文本显示并提升内容可读性。...演示文稿中指定文本必须始终适应其框: import aspose.slides as slides import aspose.pydrawing...演示文稿中指定文本框必须始终保持其尺寸: import aspose.slides as slides import aspose.pydrawing...

    docs.aspose.com/slides/zh/python-net/manage-aut...
  8. Safely Load and Convert Untrusted HTML in Pytho...

    Learn how to securely load and convert untrusted HTML in Python using Aspose.HTML. Includes sandbox examples to block scripts and external images....Python 2 3 import os 4 import aspose.html as ah 5 import aspose.html...html.converters as conv 6 import aspose.html.saving as sav 7...

    docs.aspose.com/html/python-net/sandboxing/
  9. Manage Presentations in Python|Aspose.Slides fo...

    Manage PowerPoint PPT, PPTX and ODP presentations in Python with Aspose.Slides: create, load, edit, clone slides and control content programmatically....Merge Presentations with Python Import Presentations with Python Convert...

    docs.aspose.com/slides/python-net/manage-presen...
  10. Save PDF document programmatically|Aspose.PDF f...

    Learn how to save PDF file with Aspose.PDF for Go via C++.... package main import "github.com/aspose-pdf/aspose-pdf-go-cpp"...com/aspose-pdf/aspose-pdf-go-cpp" import "log" func main () { // New creates a...

    docs.aspose.com/pdf/go-cpp/save-pdf-document/