Sort Score
Result 10 results
Languages All
Labels All
Results 271 - 280 of 71,653 for

import

(0.2 sec)
  1. Customize Appearance|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.... import com.aspose.barcode.generation...BarCodeImageFormat . PNG ); Barcode Height import com.aspose.barcode.generation...

    docs.aspose.com/barcode/java/developer-guide/cu...
  2. 在Jython中将文件转换为XPS|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...cells import ImageFormat ; from com . aspose . cells import ImageOrPrintOptions...

    docs.aspose.com/cells/zh/java/converting-to-xps...
  3. Fill Fields by Name and Value|Aspose.PDF for Py...

    This article demonstrates how to dynamically fill multiple PDF form fields by name and value using Aspose.PDF for Python via .NET. Instead of setting each field individually, it uses a dictionary structure to map field names to values and populates them in a loop....from io import FileIO import sys from os import path import aspose...aspose.pdf as ap import aspose.pdf.facades as pdf_facades sys . path...

    docs.aspose.com/pdf/python-net/fill-fields-by-n...
  4. Rename Form Fields|Aspose.PDF for Python via .NET

    This example demonstrates how to rename form fields in a PDF document using Aspose.PDF for Python via .NET. It shows how to bind a PDF form, update existing field names programmatically, and save the modified file. Renaming fields helps standardize form structures, improve data mapping, and simplify integration with automated workflows or external systems....from io import FileIO import sys from os import path import aspose...aspose.pdf as ap import aspose.pdf.facades as pdf_facades sys . path...

    docs.aspose.com/pdf/python-net/rename-form-fields/
  5. Manage Stamp By ID|Aspose.PDF for Python via .NET

    How to manipulate rubber stamp annotations in a PDF by their unique IDs using Aspose.PDF for Python... import aspose.pdf.facades as pdf_facades import aspose...apd from io import BytesIO import sys from os import path sys ...

    docs.aspose.com/pdf/python-net/manage-stamp-by-id/
  6. Move Stamp By Index|Aspose.PDF for Python via .NET

    How to reposition rubber stamp annotations in a PDF by using their index on a page with Aspose.PDF for Python... import aspose.pdf.facades as pdf_facades import aspose...apd from io import BytesIO import sys from os import path sys ...

    docs.aspose.com/pdf/python-net/move-stamp-by-in...
  7. Concatenate PDF Forms with Unique Suffix|Aspose...

    Concatenate multiple PDF forms using Aspose.PDF for Python while ensuring unique form field names.... import aspose.pdf as ap import aspose.pdf.facades...facades as pdf_facades import sys from os import path sys . path ....

    docs.aspose.com/pdf/python-net/concatenate-pdf-...
  8. Get PDF Viewer Preferences|Aspose.PDF for Pytho...

    How to read and modify PDF viewer preferences programmatically using Aspose.PDF for Python... import aspose.pdf.facades as pdf_facades import sys from...from enum import IntFlag from os import path sys . path . append...

    docs.aspose.com/pdf/python-net/get-viewer-prefe...
  9. Hello World Java Example|Aspose.PDF for Android...

    This page show how use simple programming for create a PDF document containing text - Hello World using Aspose.PDF for Android....examplesimple ; import android.app.Activity ; import android.os.Bundle...Bundle ; import android.os.Environment ; import android.widget...

    docs.aspose.com/pdf/androidjava/hello-world-exa...
  10. Replace Text in PDF with Python|Aspose.PDF for ...

    Learn how to replace, rearrange, and remove text in PDF documents using Python.... import sys import aspose.pdf as ap from os import path def...PDF. import sys import aspose.pdf as ap from os import path def...

    docs.aspose.com/pdf/python-net/replace-text-in-...