Sort Score
Result 10 results
Languages All
Labels All
Results 781 - 790 of 66,612 for

import

(0.12 sec)
  1. Convert SVG to PDF in Python – Aspose.SVG for P...

    Learn how to convert SVG to PDF programmatically or online and consider Python examples of SVG to PDF conversions using Aspose.SVG for Python via .NET....svg import SVGDocument from aspose.svg.converters import Converter...'TIFF'}} from aspose.svg.saving import ImageSaveOptions {{/if_output}}...

    docs.aspose.com/svg/python-net/convert-svg-to-pdf/
  2. Python|Aspose.Words for Java

    Python: how to use Aspose.Words for Java.... Python import jpype import os . path jarpath = os...Aspose.Words. Python import jpype import os . path ### path to...

    docs.aspose.com/words/java/python-and-aspose-wo...
  3. Add, Delete and Get Annotation - Facades|Aspose...

    Discover how to add, delete, and retrieve annotations in PDF documents using C++ and Aspose.PDF for advanced document markup....ModifyAnnotations(…) method: Import Annotations from XFDF into...you to import annotations to a PDF file. In order to import annotations...

    docs.aspose.com/pdf/cpp/add-delete-and-get-anno...
  4. 从CFF文件加载字体|爪哇

    使用Java 版 Aspose.Font解决方案,即使此文件不是字体Inself,您也可以从硬盘磁盘上的CCF文件加载字体。... 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/...
  5. Split Tasks in Ruby | Aspose.Tasks Documentation

    Learn how to split Microsoft Project (MPP/XML) tasks using Aspose.Tasks Java for Ruby....Code Copy 1 project = Rjb :: import( 'com.aspose.tasks.Project'...Project' ) . new 2 3 prj = Rjb :: import( 'com.aspose.tasks.Prj' ) 4...

    docs.aspose.com/tasks/java/split-tasks-in-ruby/
  6. Save Message as Draft in Ruby|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....MailMessage class message = Rjb :: import ( 'com.aspose.email.MailMessage'...Java" ) mail_address = Rjb :: import ( 'com.aspose.email.MailAddress'...

    docs.aspose.com/email/java/save-message-as-draf...
  7. Convert PDF to EPUB, LaTeX, Text, XPS in Python...

    This topic shows you how to convert PDF file to other file formats like EPUB, LaTeX, Text, XPS etc using Python.... from os import path import aspose.pdf as ap path_infile...with Python. from os import path import aspose.pdf as ap path_infile...

    docs.aspose.com/pdf/python-net/convert-pdf-to-o...
  8. Python unable to convert eml file to PST gettin...

    We are trying to convert a eml file downloaded to PST format, but getting below error Reason: Proxy error(ArgumentNullException): Could not find the data block by its identifier. (Parameter ‘entry’) Below is the code f…...email import MailMessage from aspose.email.mime import HeaderCollection...HeaderCollection import aspose.email.mapi.msg as msg from aspose.email...

    forum.aspose.com/t/python-unable-to-convert-eml...
  9. 使用 Python 从 PDF 中获取水印 | Aspose.PDF

    Python 源代码通过 COM Interop 从 .NET Framework、.NET Core 和 PHP、VBScript、Delphi、C++ 上的 PDF 文件中获取水印。...中获取水印-Python import aspose.pdf as apdf from os import path from...from io import FileIO path_infile = path . join ( self . data_dir...

    products.aspose.com/pdf/zh-hans/python-net/wate...
  10. LaTeX to XPS | Python

    The Aspose.TeX API solution for Python provides conversion functionality to convert LaTeX files to XPS format. Here are a few code examples.... tex import * 2 from aspose. tex . io import * 3 from aspose... xps import * 4 from util import Util 5 from os import path 6...

    docs.aspose.com/tex/python-net/latex-to-xps/