Sort Score
Result 10 results
Languages All
Labels All
Results 3,381 - 3,390 of 69,932 for

import

(0.74 sec)
  1. License for python sdk not working - Free Suppo...

    We have an aspose cad license for the product Aspose.CAD for Python via .NET And I’m trying to use this license via the python library Import aspose.cad as cad license = cad.License() license.set_license(l…...license via the python library import aspose.cad as cad license =...snippet for setting the license: import aspose.cad as cad license =...

    forum.aspose.com/t/license-for-python-sdk-not-w...
  2. docx中标题为一行,转换成PDF后,标题换行 - Free Support Forum - ...

    版本:23.8 编程语言:java 问题截图: 源文件: 审计整改通知书(冀水审改字〔2025〕08号).docx (189.8 KB)...Words将DOCX转换为PDF: import com.aspose.words.Document; import com.aspose...

    forum.aspose.com/t/docx-pdf/320120
  3. CompositeNode.insertAfter method | Aspose.Words...

    CompositeNode.insertAfter method. Inserts the specified node immediately after the specified reference node....to import the node to the current document. The imported node...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Convert pdf to image Chinese garbled - Free Sup...

    Convert pdf to jpeg, Chinese garbled,other normal. image.png (51.7 KB) code: file_name_without_ext = Path(file_name).stem document = ap.Document(str(file_path)) resolution = ap.devices.Resolution(200) …...pdf import Document from aspose.pdf.plugins import PdfImageToJpegOption...

    forum.aspose.com/t/convert-pdf-to-image-chinese...
  5. Manipulating Photoshop Formats|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.... Importing image to PSD layer This article...Imaging for Java to add or import an image to a PSD layer. Aspose...

    docs.aspose.com/imaging/java/manipulating-photo...
  6. isLandscape() Does Not Return Correct Value - F...

    Hello, Using jar: aspose-pdf-25.2-jdk17.jar I don’t know why this is happening, but no matter what I do and what PDF document I open, the value I receive for isLandscape() is always “false”, even in cases where it is a…...Here is my code: import com.aspose.pdf.*; import java.io.File; public...

    forum.aspose.com/t/islandscape-does-not-return-...
  7. FieldInclude.source_full_name property | Aspose...

    FieldInclude.source_full_name property. Gets or sets the location of the document....can use an INCLUDE field to import a portion of another document...with this field contains this imported portion. field = builder ...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Setting Structure Elements Properties|Aspose.PD...

    You may set different structure elements properties in PDF document with Aspose.PDF for Python via .NET.... import aspose.pdf as ap # region Setting...elements of a Tagged PDF Document: import aspose.pdf as ap def set_text_elements...

    docs.aspose.com/pdf/python-net/setting-structur...
  9. 档案

    档案...xbrl import XbrlDocument # The path to...object from aspose.finance.xbrl import XbrlDocument # The path to...

    blog.aspose.com/zh/finance/create-xbrl-file-usi...
  10. 创建 SVG 文件,在 Python 中加载和读取 SVG

    了解如何从内存字符串或文件创建 SVG;如何从 Web 加载 SVG 以及如何使用 Aspose.SVG for Python via .NET API 读取 SVG。... svg import SVGDocument 2 3 # Create a...等属性: Copy 1 import os 2 from aspose. svg import SVGDocument 3...

    docs.aspose.com/svg/zh/python-net/create-svg-file/