Sort Score
Result 10 results
Languages All
Labels All
Results 2,791 - 2,800 of 67,837 for

import

(0.27 sec)
  1. Გადაიყვანეთ JPG PDF Java

    გადაიყვანეთ JPG PDF Java ფორმატში კოდით. შეინახეთ JPG როგორც PDF Java...."aspose-words" % "ver" კოპირება import com.aspose.words.*; Document...); doc.save( "Output.pdf" ); import com.aspose.words.*; Document...

    products.aspose.com/words/ka/java/conversion/jp...
  2. Merge PCL files using Python | Aspose.PDF

    Merge PCL files programmatically with Python sample code using Aspose.PDF for Python for .NET...Output file: import aspose.pdf as apdf from os import path pcl_load_options...

    products.aspose.com/pdf/python-net/merger/pcl/
  3. Merge HTML files using Python | Aspose.PDF

    Merge HTML files programmatically with Python sample code using Aspose.PDF for Python for .NET...Output file: import aspose.pdf as apdf from os import path html_load_options...

    products.aspose.com/pdf/python-net/merger/html/
  4. Merge MHT files using Python | Aspose.PDF

    Merge MHT files programmatically with Python sample code using Aspose.PDF for Python for .NET...Output file: import aspose.pdf as apdf from os import path mhtml_load_options...

    products.aspose.com/pdf/python-net/merger/mht/
  5. Გადაიყვანეთ Გამოსახულება PNG Java

    გადაიყვანეთ Გამოსახულება PNG Java ფორმატში კოდით. შეინახეთ Გამოსახულება როგორც PNG Java...."aspose-words" % "ver" კოპირება import com.aspose.words.*; Document...ImageSaveOptions (SaveFormat.PNG)); import com.aspose.words.*; Document...

    products.aspose.com/words/ka/java/conversion/im...
  6. Merge JPG to PDF in Python | products.aspose.com

    Merge JPG to PDF in Python. Use Python library API to combine JPG and PDF...JPG to PDF import aspose.slides as slides import aspose.pydrawing...

    products.aspose.com/slides/python-net/merge/jpg...
  7. Deal with PDF Forms in Python | Aspose.PDF

    Manage PDF Forms programmatically with Python sample code using Aspose.PDF for Python via .NET....using Python import aspose.pdf as apdf from os import path path_infile...

    products.aspose.com/pdf/python-net/acroforms/
  8. Pixel Data Manipulation using Aspose.PSD for C#...

    Example of how to directly and rapidly fast update raw pixel data using PSD C# API...Manipulate Pixel Data Importing Required Modules : Import the necessary...necessary modules. You need to import the PsdImage and Layer classes...

    docs.aspose.com/psd/net/pixel-data-manipulation/
  9. 使用 Python 在 PDF 中添加文本、图像或页面图章 | Aspose.PDF

    使用 Aspose.PDF for Python via .NET,使用 Python 示例代码,以编程方式向 PDF 添加图章:文本、图像或页面。...添加图章-Python import aspose.pdf as apdf from os import path path_infile...

    products.aspose.com/pdf/zh-hans/python-net/stamps/
  10. Get Permissions using Go|Aspose.PDF for Go via C++

    Read and display the access permissions of a password-protected PDF document with Aspose.PDF for Go via C++.... package main import "github.com/aspose-pdf/aspose-pdf-go-cpp"...com/aspose-pdf/aspose-pdf-go-cpp" import ( "fmt" "log" "strings" ) var permissionNames...

    docs.aspose.com/pdf/go-cpp/get-permissions/