Sort Score
Result 10 results
Languages All
Labels All
Results 661 - 670 of 66,596 for

import

(0.08 sec)
  1. Python|Aspose.Words for Java

    Python: how to use Aspose.Words for Java.... Python import jpype import os . path jarpath = os...Aspose.Words. Python import jpype import os . path ### path to...

    docs.aspose.com/words/java/python-and-aspose-wo...
  2. Convert PowerPoint Slides to Images in Python|A...

    Learn how to convert PowerPoint and OpenDocument slides into various formats using Aspose.Slides for Python via .NET. Easily export PPTX and ODP slides to BMP, PNG, JPEG, TIFF, and more with high-quality results....save the image in PNG format: import aspose.slides as slides with...to do this: import aspose.pydrawing as draw import aspose.slides...

    docs.aspose.com/slides/python-net/convert-slide/
  3. Updating Text Layer Removes All Layer Effects -...

    Hello When I update the text on a TextLayer using update_text(), all the FX (layer effects) applied to the layer are removed. After exporting the file to PNG, the updated text appears plain, without any of the original …...psd import Image from aspose.psd.fileformats.psd import PsdImage...psd.layers import TextLayer from aspose.pycore import cast from...

    forum.aspose.com/t/updating-text-layer-removes-...
  4. Working with PDF layers using Python|Aspose.PDF...

    This article explains how to lock a PDF layer, extract PDF layer elements, flatten a layered PDF, and merge all layers inside a PDF into one.... import aspose.pdf as ap def lock_layer...following code snippet can be used: import aspose.pdf as ap def save_layers...

    docs.aspose.com/pdf/python-net/work-with-pdf-la...
  5. 从CFF文件加载字体|爪哇

    使用Java 版 Aspose.Font解决方案,即使此文件不是字体Inself,您也可以从硬盘磁盘上的CCF文件加载字体。... font ; 2 3 import java.io.File ; 4 import java.io.IOException...IOException ; 5 import java.nio.file.Files ; 6 import java.nio.file...

    docs.aspose.com/font/zh/java/how-to-load-fonts/...
  6. PDF form field values change color to red after...

    After combining pdf with xfdf the form fields text content changes its color to red. Please note that all fields colors are specified as Black in the source form. Form and xfdf files are attached red color.zip (219.5 KB…...being overridden during the import process. This can occur if...of the form fields after importing the XFDF data. Here’s how...

    forum.aspose.com/t/pdf-form-field-values-change...
  7. Pdf Insert image throw exception - Free Support...

    Below codes throw exception, String path = "C:\\Users\\z_jia\\Desktop\\a\\"; com.aspose.pdf.Document pdf = new com.aspose.pdf.Document(path + "JL250813LJ001140-01.pdf"); BufferedImage image = ImageIO.r…...Example import java.awt.image.BufferedImage; import java.io.File;...File; import java.io.IOException; import javax.imageio.ImageIO;...

    forum.aspose.com/t/pdf-insert-image-throw-excep...
  8. Manage X-Dimension and Y-Dimension in Ruby|Docu...

    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....barcode object bb = Rjb :: import ( 'com.aspose.barcode.BarCodeBuilder'... setSymbologyType ( Rjb :: import ( 'com.aspose.barcode.Symbology'...

    docs.aspose.com/barcode/java/manage-x-dimension...
  9. Save Message as Draft 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....MailMessage class message = Rjb :: import ( 'com.aspose.email.MailMessage'...Java" ) mail_address = Rjb :: import ( 'com.aspose.email.MailAddress'...

    docs.aspose.com/email/java/save-message-as-draf...
  10. Zoom Factor in 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...Workbook from com . aspose . cells import SaveFormat class ZoomFactor...

    docs.aspose.com/cells/java/zoom-factor-in-jython/