Sort Score
Result 10 results
Languages All
Labels All
Results 2,621 - 2,630 of 66,981 for

import

(0.24 sec)
  1. How to add watermark into JT file - Free Suppor...

    Hi, we really want to add watermark into a JT file. What we need is: a Java program can take JT file as input, add watermark, then write out to a new JT file. Could anyone have sample code to fulfil this task? Thanks, …... import com.aspose.threed.*; import com.aspose.threed...

    forum.aspose.com/t/how-to-add-watermark-into-jt...
  2. IFC to DFX conversion - filtering/splitting by ...

    Hi Support. We are considering licensing aspose.cad in our product to convert IFC files into DXF files. One thing we need to do is separate the IFC data per storey, either one storey per DXF output file, or at least on…...example to get you started: import com.aspose.cad.fileformats...IfcBuildingStorey; import com.aspose.cad.Image; import com.aspose.cad...

    forum.aspose.com/t/ifc-to-dfx-conversion-filter...
  3. 使用 Python 在演示文稿中格式化图表|Aspose.Slides for Python 文档

    了解在 Aspose.Slides for Python 中通过 .NET 进行图表格式化,并为您的 PowerPoint 或 OpenDocument 演示文稿提升专业且引人注目的样式。... import aspose.slides.charts as charts import aspose.slides...slides as slides import aspose.pydrawing as draw # 实例化 Presentation...

    docs.aspose.com/slides/zh/python-net/chart-form...
  4. 在 3D 场景上创建鱼眼镜头效果并保存在图像中|Documentation

    使用 Aspose.3D for Python via .NET API,开发人员可以在 3D 场景上创建鱼眼镜头效果,并将该视图保存为支持的图像格式。... Python import aspose.threed as a3d from aspose...pydrawing import Color from aspose.pydrawing.imaging import ImageFormat...

    docs.aspose.com/3d/zh/python-net/create-a-fishe...
  5. Add XML Map inside the Workbook using XmlMapCol...

    Add XML Map inside the workbook using XmlMapCollection.Add method with Golang via C++....method that you can use to import your XML map into the workbook...the XML map that has been imported from the sample.xml into the...

    docs.aspose.com/cells/go-cpp/add-xml-map-inside...
  6. MHT to PNG Converter using Python | Aspose.PDF

    Sample code on Python for MHT to PNG conversion. Use example code for batch MHT to PNG conversion with Python and .NET... Import required modules from aspose...Output file: import aspose.pdf as apdf from os import path from...

    products.aspose.com/pdf/python-net/conversion/m...
  7. Scan Royal Mail 4-State Customer Code (RM4SCC) ...

    Python source code for Royal Mail 4-State Customer Code (RM4SCC) recognition using Java Runtime Environment....Python import os import base64 from asposebarcode import Recognition...

    products.aspose.com/barcode/python-java/rm4scc/...
  8. Add digital signature in PDF in Node.js|Aspose....

    Digitally sign PDF documents in the Node.js environment....CommonJS: Call require and import asposepdfnodejs module as AsposePdf...errorText ); }); ECMAScript/ES6: Import the asposepdfnodejs module...

    docs.aspose.com/pdf/nodejs-cpp/sign-pdf/
  9. Managing Task Durations | Aspose.Tasks Document...

    This guide explores how to manage task durations using Aspose.Tasks for Ruby.... Copy 1 project = Rjb :: import( 'com.aspose.tasks.Project'...add( "Task" ) 4 5 tsk = Rjb :: import( 'com.aspose.tasks.Tsk' ) 6...

    docs.aspose.com/tasks/java/managing-durations-i...
  10. Dynamic form to static issue - Free Support For...

    License license = new License(); license.setLicense("Aspose.Pdf.lic"); Document document = new Document("test.pdf"); document.getForm().setType(FormType.Standard); document.save("test2.pdf"); exception : Exception in t…... I can import the xml file using acrobat...or itext, however I cannot import the data using the above code...

    forum.aspose.com/t/dynamic-form-to-static-issue...