Sort Score
Result 10 results
Languages All
Labels All
Results 191 - 200 of 4,111 for

ape

(0.07 sec)
  1. Improving of the Text Extraction from Multi‑Col...

    This section contains articles on Text formatting and scaling using Aspose.PDF in Python....pdf as ap def extract_text_reduce_font...doc = ap . Document ( infile ) try : frag_absorber = ap . text...

    docs.aspose.com/pdf/python-net/text-extraction-...
  2. Trabajando con Portafolio en PDF usando Python|...

    Cómo Crear un Portafolio en PDF con Python. Debe usar un archivo de Microsoft Excel, un documento de Word y un archivo de imagen para crear un Portafolio en PDF....pdf as ap # Instanciar objeto Document document = ap . Document...documento document . collection = ap . Collection () # Obtener archivos...

    docs.aspose.com/pdf/es/python-net/portfolio/
  3. Tambahkan Nomor Halaman ke PDF dengan Python|As...

    Aspose.PDF untuk Python melalui .NET memungkinkan Anda menambahkan Stempel Nomor Halaman ke file PDF Anda menggunakan kelas PageNumber Stamp....pdf as ap # Buka dokumen document = ap . Document ( input_pdf...nomor halaman page_number_stamp = ap . PageNumberStamp () # Apakah...

    docs.aspose.com/pdf/id/python-net/add-page-number/
  4. PDF 문서 프로그래밍 방식으로 열기|Aspose.PDF for Python via ...

    Python Aspose.PDF for Python via .NET 라이브러리를 사용하여 PDF 파일을 여는 방법을 알아보세요. 기존 PDF, 스트림의 문서 및 암호화된 PDF 문서를 열 수 있습니다....pdf as ap # 문서 열기 document = ap . Document ( input_pdf...PDF 문서 열기 import aspose.pdf as ap input_pdf = DIR_INPUT + "sample...

    docs.aspose.com/pdf/ko/python-net/open-pdf-docu...
  5. Extract Vector Data from a PDF file using Pytho...

    Aspose.PDF makes it easy to extract vector data from a PDF file. You can get the vector data (path, polygon, polyline), such as position, color, linewidth, etc....Load the PDF document using ‘ap.Document’. Initialize a ‘GraphicsAbsorber’...import os import aspose.pdf as ap def extract_graphics_elements...

    docs.aspose.com/pdf/python-net/extract-vector-d...
  6. Extract Links from the PDF File using Python|As...

    Discover how to extract hyperlinks from PDF documents in Python using Aspose.PDF for content management and link analysis.... Use ap.Document(path_infile) to open...each link. import aspose.pdf as ap from os import path # Construct...

    docs.aspose.com/pdf/python-net/extract-links/
  7. Ajouter des tampons d'image dans un PDF en util...

    Ajoutez le tampon d'image dans votre document PDF en utilisant la classe ImageStamp avec la bibliothèque Aspose.PDF pour Python....pdf as ap # Ouvrir le document document = ap . Document (...tampon d'image image_stamp = ap . ImageStamp ( input_image_file...

    docs.aspose.com/pdf/fr/python-net/image-stamps-...
  8. Rotate Text Inside PDF using Python|Aspose.PDF ...

    Explore how to rotate text inside a PDF document in Python for flexible document formatting with Aspose.PDF for Python....pdf as ap # Global configuration DATA_DIR...""" # Create PDF document with ap . Document () as document : #...

    docs.aspose.com/pdf/python-net/rotate-text-insi...
  9. Set Privileges, Encrypt and Decrypt PDF|Aspose....

    Encrypt PDF File with Python using Different Encryption Types and Algorithms. Also, decrypt PDF Files using Owner Password....pdf as ap path_infile = self . data_dir...outfile # Open PDF document with ap . Document ( path_infile ) as...

    docs.aspose.com/pdf/python-net/set-privileges-e...
  10. Adding Watermark to PDF using Python|Aspose.PDF...

    This article explains the features of working with artifacts and getting watermarks in PDFs using programmatically the Python....pdf as ap def add_watermark ( input_pdf...existing PDF document document = ap . Document ( input_pdf ) # Create...

    docs.aspose.com/pdf/python-net/add-watermarks/