Sort Score
Result 10 results
Languages All
Labels All
Results 3,341 - 3,350 of 37,381 for

import

(0.07 sec)
  1. 使用 Python 在 PDF 中添加、获取或删除水印 | Aspose.PDF

    通过 COM Interop 在 .NET Framework、.NET Core 和 PHP、VBScript、Delphi、C++ 上向 PDF 文件添加或删除水印的 Python 源代码。...Output format: Output file: import aspose.pdf as ap input_pdf...

    products.aspose.com/pdf/zh-hans/python-net/wate...
  2. 使用 Python 搜索 PDF | Aspose.PDF

    无需在 .NET Framework、.NET Core 上打开即可搜索 PDF 文档的 Python.... 搜索 PDF 文件-Python import aspose.pdf as ap # Search Text...

    products.aspose.com/pdf/zh-hans/python-net/search/
  3. Convert 3DS to IFC via C# | products.aspose.com

    Sample code for 3DS to IFC C# conversion. Use API example code for batch 3DS files to IFC conversion within VB.NET, Asp.NET or any .NET based application....popular file formats for 3D data import and export. It considers information...international standards to import and export building objects...

    products.aspose.com/cad/net/conversion/3ds-to-ifc/
  4. Convert 3DS to IFC via JavaScript | products.as...

    Sample code for 3DS to IFC conversion. Use API example code for batch 3DS files to IFC conversion....popular file formats for 3D data import and export. It considers information...international standards to import and export building objects...

    products.aspose.com/cad/javascript-net/conversi...
  5. How to Run the Examples | Aspose.PUB for Java

    To run the examples of Aspose.PUB for Java you can either clone the repository using your favorite Github client or download the ZIP file....modern IDE can easily open or import the project and its dependencies...Click on File menu and choose Import . Select Maven - Existing Maven...

    docs.aspose.com/pub/java/how-to-run-the-examples/
  6. Copy excel is not working properly when we try ...

    Hi Team, Good Morning!!! I am encountering an issue while copying multiple source workbooks containing PivotTables into a destination Excel workbook. The destination workbook is created, but it gets corrupted. When I t…...implement this: import com.aspose.cells.Workbook; import com.aspose...

    forum.aspose.com/t/copy-excel-is-not-working-pr...
  7. Inserting and Deleting Rows and Columns in Jyth...

    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....cells import Settings from com . aspose . cells import Workbook...

    docs.aspose.com/cells/java/inserting-and-deleti...
  8. Add stamp image in particular page using Aspose...

    Hi Team, We have requirement add stamp image, in particular pdf page. Currently it is adding in each page. Is there any page parameter to pass in AsposePdfAddStamp, So only particular that page will show the stamp. Th…...StampsAndWatermarks; import com.aspose.pdf.Document; import com.aspose...aspose.pdf.ImageStamp; import com.aspose.pdf.Rotation; public class...

    forum.aspose.com/t/add-stamp-image-in-particula...
  9. Convert HTML to XHTML – Python code and Online ...

    Convert HTML to XHTML online or with Python. Use Python library or HTML Converter to save webpage as XHTML quickly, clearly and safely....html import * from aspose.html.converters import * from aspose...aspose.html.saving import * # Load an HTML document from a file...

    products.aspose.com/html/python-net/conversion/...
  10. How to rotate PDF | Aspose.PDF

    Do you know how easily rotate PDF documents in Python? Rotate PDF files with high quality using Python via .NET PDF library....rotate a PDF file in Python: Import the Aspose.PDF library as ‘ap’...following code snippet for this: import aspose.pdf as ap #Load the...

    products.aspose.com/pdf/tutorial/rotate-pdf/