Sort Score
Result 10 results
Languages All
Labels All
Results 541 - 550 of 66,966 for

import

(0.13 sec)
  1. Convert POTM to PPSM in Python | products.aspos...

    Convert POTM to PPSM in Python. Use Python library API to convert POTM files to PPSM...converting POTM into PPSM import jpype import asposeslides jpype ....startJVM() from asposeslides.api import Presentation, SaveFormat from...

    products.aspose.com/slides/python-java/conversi...
  2. Convert POT to PPT in Python | products.aspose.com

    Convert POT to PPT in Python. Use Python library API to convert POT files to PPT...converting POT into PPT import jpype import asposeslides jpype ....startJVM() from asposeslides.api import Presentation, SaveFormat from...

    products.aspose.com/slides/python-java/conversi...
  3. Convert POTX to OTP in Python | products.aspose...

    Convert POTX to OTP in Python. Use Python library API to convert POTX files to OTP...converting POTX into OTP import jpype import asposeslides jpype ....startJVM() from asposeslides.api import Presentation, SaveFormat from...

    products.aspose.com/slides/python-java/conversi...
  4. Convert POTM to ODP in Python | products.aspose...

    Convert POTM to ODP in Python. Use Python library API to convert POTM files to ODP...converting POTM into ODP import jpype import asposeslides jpype ....startJVM() from asposeslides.api import Presentation, SaveFormat from...

    products.aspose.com/slides/python-java/conversi...
  5. Extract Images from PDF File|Aspose.PDF for Java

    This section shows how to extract images from PDF file using Java library....examples ; import java.io.FileOutputStream ; import java.io.IOException...IOException ; import com.aspose.pdf.* ; import com.aspose.pdf...

    docs.aspose.com/pdf/java/extract-images-from-pd...
  6. Adding JavaScript in Ruby|Aspose.PDF for Java

    Enable JavaScript functionality in PDFs using Aspose.PDF in Ruby for interactivity and automation.... doc = Rjb :: import ( ' com . aspose . pdf . Document...statement javaScript = Rjb :: import ( ' com . aspose . pdf . JavascriptAction...

    docs.aspose.com/pdf/java/adding-javascript-in-r...
  7. Working with Annotations|Aspose.PDF for .NET

    Learn how to work with annotations in PDF files using Aspose.PDF in .NET, including adding comments, highlights, and other annotations.... Annotation is an important part of PDF file. Using Aspose...types of allowed annotations. Import and export annotation with...

    docs.aspose.com/pdf/net/annotations/
  8. Install Aspose.Slides for Android via Java|Aspo...

    Quickly install Aspose.Slides for Android. Step-by-step guide, system requirements, and Java code samples — start working with PowerPoint presentations today!...and add these imports: import java.io.File ; import com.aspose.slides...IAutoShape ; import com.aspose.slides.IParagraph ; import com.aspose...

    docs.aspose.com/slides/androidjava/install-aspo...
  9. TIF to PDFA conversion using Aspose JAVA API is...

    Hi Team, When I try to convert a multi-page TIFF file to PDF/A using Aspose Java code, the input TIFF file size is 174 KB, but the generated PDF/A file size is 441 KB. The output file is almost four times larger than th…... import com.aspose.imaging.Image; import com.aspose...PdfOptions; import com.aspose.pdf.ConvertErrorAction; import com.aspose...

    forum.aspose.com/t/tif-to-pdfa-conversion-using...
  10. PDF 高亮注释使用 Python|Aspose.PDF for Python via .NET

    标记注释以高亮、下划线、删除线或锯齿下划线的形式呈现在文档的文本中。... 添加高亮注释 import aspose.pdf as ap # 打开文档 document...save ( output_file ) 添加删除线注释 import aspose.pdf as ap document =...

    docs.aspose.com/pdf/zh/python-net/highlights-an...