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

import

(0.27 sec)
  1. Delete a Particular Page from the PDF File in R...

    Remove specific pages from PDF files programmatically using Aspose.PDF for Ruby....target document pdf = Rjb :: import ( ' com . aspose . pdf . Document...

    docs.aspose.com/pdf/java/delete-a-particular-pa...
  2. Convert Evernote to OneNote in C# | Aspose.Note

    Learn how to convert Evernote to OneNote in C#. This guide provides code examples and simplifies the export process....NET allows you to import exported PDFs into OneNote...instance of the Document class. Import the converted Evernote PDF...

    blog.aspose.com/note/convert-evernote-to-onenot...
  3. Convert Visio to BMP via Python | products.aspo...

    Sample Python conversion Visio to BMP file. Use this example code to convert Visio to BMP within any Python based application....Conversion Source Code import jpype import asposediagram jpype.startJVM()...startJVM() from asposediagram.api import * // load the VSDX in an object...

    products.aspose.com/diagram/python-java/convers...
  4. Manipulating Adobe 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...usage of Aspose.PSD to add or import an image to a PSD layer. Aspose...

    docs.aspose.com/psd/net/manipulating-adobe-phot...
  5. Working with Contacts in PST File|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....pst import PersonalStorage from aspose.email.mapi import ContactSaveFormat...PST. from aspose.email.mapi import MapiMessage # Load the MAPI...

    docs.aspose.com/email/python-net/working-with-c...
  6. Add XML Map inside the Workbook using XmlMapCol...

    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....method, which you can use to import an XML map into the workbook...the XML map that has been imported from the sample.xml into the...

    docs.aspose.com/cells/net/add-xml-map-inside-th...
  7. 使用 Python 管理演示文稿中的形状|Aspose.Slides for Python 文档

    学习在 Aspose.Slides for Python via .NET 中创建、编辑和优化形状,并交付高性能的 PowerPoint 和 OpenDocument 演示文稿。... import aspose.slides as slides # 在幻灯片上通过替代文本查找形状。...下面的代码示例演示了如何将形状从一个幻灯片克隆到另一个幻灯片。 import aspose.slides as slides # 实例化...

    docs.aspose.com/slides/zh/python-net/shape-mani...
  8. Add Text stamps in PDF programmatically|Aspose....

    Add a text stamp to a PDF file using the TextStamp class with Java....examples ; import com.aspose.pdf.* ; import com.aspose.pdf...pdf.facades.* ; import com.aspose.pdf.facades.Stamp ; public class...

    docs.aspose.com/pdf/java/text-stamps-in-the-pdf...
  9. 使用 Python 更改 HTML 边框颜色

    学习使用 Aspose.HTML for Python via .NET 在 HTML 中更改边框颜色。提供逐步示例、CSS 提示和常见样式问题的解决方案。...element using Python 2 3 import os 4 import aspose.html as ah 5 6...border using Python 2 3 import os 4 import aspose.html as ah 5 6...

    docs.aspose.com/html/zh/python-net/how-to-chang...
  10. 导航和检测 SVG – Aspose.SVG for Python via .NET

    了解如何使用 Python 检查 SVG、迭代 SVG 元素以及使用 CSS 选择器或 XPath 浏览 SVG。... Copy 1 import os 2 from aspose. svg import SVGDocument 3...fimport os 2 from aspose. svg import SVGDocument 3 4 # Prepare a...

    docs.aspose.com/svg/zh/python-net/navigate-svg/