Sort Score
Result 10 results
Languages All
Labels All
Results 2,901 - 2,910 of 66,984 for

import

(0.14 sec)
  1. 如何添加时间段条件格式|Documentation

    如何使用 Aspose.Cells for Python via .NET 库应用 TimePeriods 条件格式。通过调整这些条件,您可以更好地控制单元格的外观和显示方式。...cells import Workbook from aspose.cells import Workbook ...pydrawing import Color from datetime import datetime import aspose...

    docs.aspose.com/cells/zh/python-net/how-to-add-...
  2. File Format Conversion via PHP | products.aspos...

    Convert Microsoft Excel and PowerPoint Formats into many other popular formats including PDF, HTML and Images with just few lines of code.... Import the necessary libraries for...as target file. Process is, import the necessary libraries for...

    products.aspose.com/total/php-java/conversion/
  3. StyleCollection.AddCopy | Aspose.Words for .NET

    Effortlessly copy styles with the StyleCollection AddCopy method. Enhance your design workflow and streamline your style management today!...name of the imported style. Examples Shows how to import a style.... Color = Color . Red ; // Import the source document's custom...

    reference.aspose.com/words/net/aspose.words/sty...
  4. 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...
  5. 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
  6. PDF 表单。通过 Python 进行管理 | Aspose.PDF

    使用 Aspose.PDF 和 Python.net 在 PDF 中使用这个 Python 源代码管理 PDF 表单...中创建 PDF 表单 import aspose.pdf as apdf from os import path path_infile...

    products.aspose.com/pdf/zh-hant/python-net/acro...
  7. Convert Obsidian Markdown to OneNote with Aspos...

    Sample code for convert Obsidian Markdown to OneNote using C#. Utilize the API example code for batch conversion of .md to .one within VB.NET, Asp.NET, or any .NET-based application... htmlFilePath); // Step 2: Import HTML into OneNote Document...new Document(); noteDocument.Import(htmlFilePath, new HtmlImportOptions());...

    products.aspose.com/note/net/conversion/obsidia...
  8. 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...
  9. Trim Oversized Texts|Aspose.Words for JasperRep...

    Aspose Words for JasperReports will never trim oversized texts by default.... In JasperReports: import com . aspose . words . jasperreports...

    docs.aspose.com/words/jasperreports/trim-oversi...
  10. 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-...