Sort Score
Result 10 results
Languages All
Labels All
Results 2,771 - 2,780 of 70,109 for

import

(0.09 sec)
  1. Გადაიყვანეთ Გამოსახულება BMP Java

    გადაიყვანეთ Გამოსახულება BMP Java ფორმატში კოდით. შეინახეთ Გამოსახულება როგორც BMP Java...."aspose-words" % "ver" კოპირება import com.aspose.words.*; Document...ImageSaveOptions (SaveFormat.BMP)); import com.aspose.words.*; Document...

    products.aspose.com/words/ka/java/conversion/im...
  2. 使用 Aspose.Email.Outlook 管理消息文件|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....下面的代码演示了如何确定 PST 文件夹中 MAPI 项目的类型: import aspose.email as ae pst = ae...类被使用。 以下是为消息转换和加载过程设置超时的方法: import aspose.email as ae msg = ae...

    docs.aspose.com/email/zh/python-net/managing-me...
  3. Merge PCL files using Python | Aspose.PDF

    Merge PCL files programmatically with Python sample code using Aspose.PDF for Python for .NET...Output file: import aspose.pdf as apdf from os import path pcl_load_options...

    products.aspose.com/pdf/python-net/merger/pcl/
  4. Merge HTML files using Python | Aspose.PDF

    Merge HTML files programmatically with Python sample code using Aspose.PDF for Python for .NET...Output file: import aspose.pdf as apdf from os import path html_load_options...

    products.aspose.com/pdf/python-net/merger/html/
  5. Merge MHT files using Python | Aspose.PDF

    Merge MHT files programmatically with Python sample code using Aspose.PDF for Python for .NET...Output file: import aspose.pdf as apdf from os import path mhtml_load_options...

    products.aspose.com/pdf/python-net/merger/mht/
  6. Merge JPG to PDF in Python | products.aspose.com

    Merge JPG to PDF in Python. Use Python library API to combine JPG and PDF...JPG to PDF import aspose.slides as slides import aspose.pydrawing...

    products.aspose.com/slides/python-net/merge/jpg...
  7. Deal with PDF Forms in Python | Aspose.PDF

    Manage PDF Forms programmatically with Python sample code using Aspose.PDF for Python via .NET....using Python import aspose.pdf as apdf from os import path path_infile...

    products.aspose.com/pdf/python-net/acroforms/
  8. 使用 Python 在 PDF 中添加文本、图像或页面图章 | Aspose.PDF

    使用 Aspose.PDF for Python via .NET,使用 Python 示例代码,以编程方式向 PDF 添加图章:文本、图像或页面。...添加图章-Python import aspose.pdf as apdf from os import path path_infile...

    products.aspose.com/pdf/zh-hans/python-net/stamps/
  9. ImportFormatOptions.AppendDocumentWithNewPage |...

    Control document merging by forcing Imported sections to start on a new page when appending documents in Aspose.Words....whether to change a first imported section type to the NewPage...and has no effect on other import-related methods. Examples Shows...

    reference.aspose.com/words/net/aspose.words/imp...
  10. Get Permissions using Go|Aspose.PDF for Go via C++

    Read and display the access permissions of a password-protected PDF document 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 ( "fmt" "log" "strings" ) var permissionNames...

    docs.aspose.com/pdf/go-cpp/get-permissions/