Sort Score
Result 10 results
Languages All
Labels All
Results 3,831 - 3,840 of 66,815 for

import

(0.11 sec)
  1. Working with Textures in PS file | Python

    How to add texture pattern to PS file is a question answered by Aspose.Page API solution. See how to use the functionality in Python...NET library processes all important classes implemented by aspose... eps import * 2 from aspose. page . eps . device import * 3 import...

    docs.aspose.com/page/python-net/ps/working-with...
  2. Aspose.Words - Opening non-Word files has diffe...

    We’ve recently renewed our Aspose.Total for Java license and was additionally looking to see about bumping to the latest versions of the Aspose.Xxx families of products. One post-processing flow we have converts Office …...office import com.amazonaws.services.s3.model...S3ObjectInputStream import com.aspose.words.Document import com.aspose...

    forum.aspose.com/t/aspose-words-opening-non-wor...
  3. Add array items in XMP metadata of EPS| Python

    The process of adding items in XMP metadata of EPS with Aspose.Page for Python via .NET is explained and illustrated with the code snippets here.... eps import * 2 from aspose. page . eps . xmp import * 3 from...from util import Util 4 ########## 5 ###### Class and Method declaration...

    docs.aspose.com/page/python-net/xmp-metadata/ad...
  4. Edit MARKDOWN In Java

    Edit MARKDOWN in Java code....Edit a Table Edit an Image import com.aspose.words.*; Document...); doc.save( "Output.md" ); import com.aspose.words.*; Document...

    products.aspose.com/words/java/edit/markdown/
  5. Get Resolution and Dimensions of Embedded Image...

    Discover how to extract image resolutions and dimensions from embedded images in PDF files using Aspose.PDF in Java....examples ; import com.aspose.pdf.* ; import com.aspose.pdf...pdf.operators.* ; import java.util.* ; public class ExampleImagesResolut...

    docs.aspose.com/pdf/java/get-resolution-and-dim...
  6. 在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'...

    docs.aspose.com/cells/zh/java/zoom-factor-in-ruby/
  7. JVM Crash when using Aspose-Words and Aspose-PD...

    JVM Crash when using both Aspose-Words and Aspose-PDF on 15,000+ page RTFs. There is no problem using Words and PDF separately when working with many large files. Problem exists in all 25.* versions. I am using Java 8…...another PDF import com.aspose.pdf.MemoryExtender; import com.aspose...aspose.pdf.PageMode; import com.aspose.words.*; // This will crash...

    forum.aspose.com/t/jvm-crash-when-using-aspose-...
  8. Word From Excel Mail Merge In Java

    Personalize your Mail merge Word from Excel file using Java. Automate emails or build reports using Mail merge Word from Excel template in Java....% "ver" Copy import com.aspose.words.*; import com.aspose.cells...cells.Workbook; import com.aspose.cells.Worksheet; Document doc...

    products.aspose.com/words/java/mailmerge/word-f...
  9. Aspose.Page for Python – Frequently Asked Quest...

    Comprehensive FAQ covering installation, licensing, supported formats, conversion, rendering, editing, performance, and troubleshooting for Aspose.Page's pure‑Python library....before any processing: Copy 1 import aspose.page as ap 2 license...a PS file to PDF? A: Copy 1 import aspose.page as ap 2 3 doc =...

    docs.aspose.com/page/python-net/faq/
  10. Manipulate Tables in existing PDF|Aspose.PDF fo...

    Discover how to manipulate tables in an existing PDF document using Python .NET, simplifying your document editing tasks.... import aspose.pdf as ap # Load existing...table inside PDF document: import aspose.pdf as ap # Load existing...

    docs.aspose.com/pdf/python-net/manipulate-table...