Sort Score
Result 10 results
Languages All
Labels All
Results 271 - 280 of 70,852 for

import

(0.24 sec)
  1. Add Attachment From Path|Aspose.PDF for Python ...

    This example binds an input PDF, attaches an external file using its file path, and saves the modified PDF with the embedded attachment.... 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/add-attachment-f...
  2. Converting HTML files to Excel Spreadsheets in ...

    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....html_to_excel () load_format = Rjb :: import ( 'com.aspose.cells.LoadFormat'...LoadFormat options = Rjb :: import ( 'com.aspose.cells.HTMLLoadOptions'...

    docs.aspose.com/cells/java/converting-html-file...
  3. Add Stamp to PDF|Aspose.PDF for Python via .NET

    Learn how to add a stamp to PDF pages using PdfFileStamp in Python.... import sys from os import path import aspose.pdf.facades...EXAMPLES_DIR ) from config import initialize_data_dir , set_license...

    docs.aspose.com/pdf/python-net/add-stamp/
  4. List Stamps|Aspose.PDF for Python via .NET

    This example loads a PDF, retrieves all stamps from page 1, prints them, and displays a message if no stamps are found.... 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/list-stamps/
  5. Customize BarCode Image Resolution 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/customize-barcode-...
  6. Fill Barcode Fields|Aspose.PDF for Python via .NET

    This example demonstrates how to programmatically fill barcode fields in a PDF form using Aspose.PDF for Python via .NET. It shows how to bind a PDF document, assign a value to a barcode field, and save the updated file....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-barcode-fie...
  7. Font Conversion. Advanced details | Java

    Java API to Convert fonts from Aspose.Font. Sometimes you need to read converted font data before saving it. The method here is aimed to help with it....font ; 3 4 import java.io.FileOutputStream ; 5 import java.io.IOException...IOException ; 6 import java.nio.file.Files ; 7 import java.nio.file...

    docs.aspose.com/font/java/convert/advanced-meth...
  8. Add Text to PDF in Python|Aspose.PDF for Python...

    Learn how to add text, HTML fragments, lists, links, and custom fonts to PDF documents in Python....PDF file: import math import sys import os import aspose.pdf...document. import math import sys import os import aspose.pdf...

    docs.aspose.com/pdf/python-net/add-text-to-pdf-...
  9. Replace Text On Page|Aspose.PDF for Python via ...

    In this example, the first occurrence of the word "PDF" is replaced with "Page 1 Replaced Text" using a specified font size.... 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/replace-text-on-...
  10. Add Bates Numbering to PDF in Python|Aspose.PDF...

    Learn how to add and remove Bates numbering in PDF documents using Python with Aspose.PDF for Python via .NET....parameter: import sys from os import path import aspose.pdf as...return artifact import sys from os import path import aspose.pdf as...

    docs.aspose.com/pdf/python-net/add-bates-number...