Sort Score
Result 10 results
Languages All
Labels All
Results 171 - 180 of 70,854 for

import

(0.36 sec)
  1. Set Field Comb Number|Aspose.PDF for Python via...

    This example demonstrates how to set a comb number for a PDF form field using Aspose.PDF for Python....from io import FileIO import sys from os import path import aspose...pdf as ap import aspose.pydrawing as ap_pydrawing import aspose...

    docs.aspose.com/pdf/python-net/set-field-comb-n...
  2. Optimize PDF Files in Python|Aspose.PDF for Pyt...

    Learn how to optimize, compress, and reduce PDF file size in Python using Aspose.PDF.... import aspose.pdf as ap from os import path , stat...stat import sys def optimize_pdf ( infile , outfile ): document...

    docs.aspose.com/pdf/python-net/optimize-pdf/
  3. Text box vertical alignment ignored in Aspose.W...

    Hello, We’ve encountered an issue in Aspose.Words when comparing two .DOCX documents where text box vertical alignment changes are ignored. Specifically, the issue occurs after the updatePageLayout() method is invoked …... import static org.junit.jupiter.api...Assertions.assertNotEquals; import static org.junit.jupiter.api...

    forum.aspose.com/t/text-box-vertical-alignment-...
  4. Add Page Breaks in PDF|Aspose.PDF for Python vi...

    Insert page breaks into a PDF document using Aspose.PDF for Python....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/add-page-breaks-...
  5. Delete List Item|Aspose.PDF for Python via .NET

    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....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/del-list-item/
  6. Export to FDF|Aspose.PDF for Python via .NET

    This example explains how to export PDF form field data to an FDF (Forms Data Format) file using Aspose.PDF for Python via .NET. It demonstrates how to access interactive form data through the Form facade, bind a source PDF document, and save the extracted values into an FDF stream....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/export-to-fdf/
  7. example.py

    Import os from jpype Import * __cells_jar_dir__ = os.path.dirname(__file__) addClassPath(os.path.join(__cells_jar_dir__, "aspose-cells-23.1.jar")) addClassPath(os.path.join(__cells_jar_dir__, "bcpr......import os from jpype import * __cells_jar_dir__ = os.path.dirname(__file__)..."JavaClassBridge.jar")) import jpype import asposecells jpype.startJVM()...

    docs.aspose.com/cells/ja/python-java/pyinstalle...
  8. Add Document Action|Aspose.PDF for Python via .NET

    This example adds a JavaScript alert that appears when the PDF is opened. The script is attached to the document open event and executed automatically in supported PDF viewers.... import aspose.pdf.facades as pdf_facades import aspose...pydrawing as apd import sys from os import path sys . path ....

    docs.aspose.com/pdf/python-net/add-document-act...
  9. Add PDF Backgrounds in Python|Aspose.PDF for Py...

    Learn how to add a background image to PDF pages in Python using the BackgroundArtifact class in Aspose.PDF for Python via .NET.... from os import path from io import FileIO import aspose.pdf...pdf as ap import sys def add_background_image_to_pdf ( infile ...

    docs.aspose.com/pdf/python-net/add-backgrounds/
  10. Add Local Link|Aspose.PDF for Python via .NET

    This example binds an input PDF, adds a red-colored local link on page 1 that points to page 1, and saves the modified document.... import aspose.pdf.facades as pdf_facades...aspose.pycore import cast , is_assignable import aspose.pydrawing...

    docs.aspose.com/pdf/python-net/add-local-link/