Sort Score
Result 10 results
Languages All
Labels All
Results 1,131 - 1,140 of 67,010 for

import

(0.36 sec)
  1. Convert SVG to PNG – Python Code and Online Con...

    Learn how to convert SVG to PNG format both online and using Aspose.SVG for Python via .NET. Discover a Python code example for SVG to PNG conversion....'PDF' 'XPS'}} import aspose.svg as assvg import aspose.svg.converters...converters as conv import aspose.svg.saving as sav {{/if_output}}...

    products.aspose.com/svg/python-net/conversion/s...
  2. Convert PDF To JPG Python

    Convert PDF to JPG format in Python code. Save PDF as JPG using Python....professional software solution to import and export PDF, JPG, and many...pip install aspose-words Copy import aspose.words as aw doc = aw...

    products.aspose.com/words/python-net/conversion...
  3. 如何将Group Shape添加到Word文档中|Aspose.Words为Java

    使用Java对形状进行分组和取消分组。...AddGroupShape ; import Aspose . Words .*; import Aspose . Words...Words . Drawing .*; import Aspose . Words . Fields .*; public class...

    docs.aspose.com/words/zh/java/how-to-add-group-...
  4. Convert PDF to PPT in Python | products.aspose.com

    Convert PDF to PPT in Python. Use Python library API to convert PDF files to PPTs...PDF into PPT import aspose.slides as slides import aspose.pydrawing.... Add a library reference (import the library) to your Python...

    products.aspose.com/slides/python-net/conversio...
  5. Extract text from PDF in Go | Aspose.PDF

    Simple source code to extract text from PDF files using Go tool....PDF Output file: package main import "github.com/aspose-pdf/aspose-pdf-go-cpp"...com/aspose-pdf/aspose-pdf-go-cpp" import "log" import "fmt" func main () { // Open(filename...

    products.aspose.com/pdf/go-cpp/parser/text/
  6. Installation|Aspose.Words for Python via .NET

    Install Aspose.Words for Python using Visual Studio tools such as Manage NuGet Packages or Package Manager Console and the MSI installer. Use the Full Trust permission set....code: # Import Aspose.Words for Python via .NET module import aspose...

    docs.aspose.com/words/python-net/installation/
  7. Convert Between Measurement Units|Aspose.Words ...

    Aspose.Words for Python via .NET can help you with how to convert between measurement units, for example, inches to points and points to inches, pixels to points, points to pixels.... import aspose.words as aw inches =...the measurement in inches. import aspose.words as aw points =...

    docs.aspose.com/words/python-net/convert-betwee...
  8. Set Size of PDF using pythob via C++|Aspose.PDF...

    This section shows how to get or set PDF page properties such as size of document using Python via C++....method import AsposePDFPython as apCore import os import os.path...

    docs.aspose.com/pdf/python-cpp/get-and-set-page...
  9. 导入和导出表单字段|Aspose.PDF for .NET

    使用 FormEditor 类通过 DataTable 填充表单字段,编号 Aspose.PDF for .NET...pdf" ); // Import data fdf using ( var xfdfInputStream...ImportFdf ( xfdfInputStream ); } // Import data XML using ( var xfdfInputStream...

    docs.aspose.com/pdf/zh/net/import-export-form-f...
  10. Working with Text in PS file | Python

    How to add textt in 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...