Sort Score
Result 10 results
Languages All
Labels All
Results 1,461 - 1,470 of 66,966 for

import

(0.1 sec)
  1. Warnings while loading a document - Free Suppor...

    While loading a document the following warnings occure using the WarningCallback method: Aspose warning: 9: 3F01; Aspose warning: 9: Import of element ‘shapedefaults’ is not supported in Docx format by Aspose.Words.; …...9: 3F01; Aspose warning: 9: Import of element ‘shapedefaults’...Words.; Aspose warning: 9: Import of element ‘extraClrSchemeLst’...

    forum.aspose.com/t/warnings-while-loading-a-doc...
  2. 在 Jython 中隐藏或取消隐藏工作表|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....cells import Settings from com . aspose . cells import Workbook...

    docs.aspose.com/cells/zh/java/hide-unhide-works...
  3. Adding Page Stamps to PDF with Python|Aspose.PD...

    Aspose.PDF for Python via .NET allows you to add Page Stamp to your PDF file.... import os import aspose.pdf as ap # Global...

    docs.aspose.com/pdf/python-net/page-stamps-in-t...
  4. Add Image Stamp to PDF using Python | Aspose.PDF

    Add image stamp to PDF file programmatically with Python sample code using Aspose.PDF for Python for .NET....PDF - Python import aspose.pdf as apdf from os import path path_infile...

    products.aspose.com/pdf/python-net/stamps/image/
  5. Encrypting Excel Files in Ruby|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....file path workbook = Rjb :: import ( 'com.aspose.cells.Workbook'...) encryption_type = Rjb :: import ( 'com.aspose.cells.EncryptionType'...

    docs.aspose.com/cells/java/encrypting-excel-fil...
  6. Secure Presentations with Passwords Using Pytho...

    Learn how to effortlessly lock and unlock password-protected PowerPoint and OpenDocument presentations with Aspose.Slides for Python via .NET. Boost your productivity and secure your presentations with our step-by-step guide....to encrypt a presentation: import aspose.slides as slides with...protection to a presentation: import aspose.slides as slides with...

    docs.aspose.com/slides/python-net/password-prot...
  7. Create a Document in Python – Create or Load HT...

    Learn how to load HTML from a file, URL, and create HTML from scratch. Consider approaches to load HTML-based documents using Aspose.HTML for Python via .NET....document using Python 2 3 import os 4 import aspose.html as ah 5 6...document using Python 2 3 import os 4 import aspose.html as ah 5 6...

    docs.aspose.com/html/python-net/create-a-document/
  8. Xml_to_pdf using python for ccda xml files with...

    Please provide a code snippet for xml to pdf using a style sheet using python. Please provide a fastest solution possible and provide the resources to explore more. I tried aspose.cells did not work file cannot be open…...from lxml import etree from reportlab.lib.pagesizes import letter...letter from reportlab.pdfgen import canvas # Load your XML and XSLT...

    forum.aspose.com/t/xml-to-pdf-using-python-for-...
  9. NodeImporter Class | Aspose.Words for .NET

    Effortlessly transfer document nodes with Aspose.Words.NodeImporter. Streamline your workflow and enhance document management efficiency today!...efficiently perform repeated import of nodes from one document...ImportNode ( Node , bool ) Imports a node from one document into...

    reference.aspose.com/words/net/aspose.words/nod...
  10. Create Links in PDF file with Python|Aspose.PDF...

    This section explains how to create links in your PDF document with Python.... ImportData – Imports data into the document from...‘LaunchAction’: import aspose.pdf as ap from os import path path_infile...

    docs.aspose.com/pdf/python-net/create-links/