Sort Score
Result 10 results
Languages All
Labels All
Results 161 - 170 of 4,093 for

ape

(0.04 sec)
  1. 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...
  2. 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/
  3. What's new|Aspose.PDF for Python via .NET

    In this page introduces the most popular new features in Aspose.PDF for Python via .NET that have been introduced in recent releases....pdf as ap def convert_pdf_to_pdf_e ( self...outfile # Open PDF document with ap . Document ( path_infile ) as...

    docs.aspose.com/pdf/python-net/whatsnew/
  4. 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...
  5. Buka dokumen PDF secara programatis|Aspose.PDF ...

    Pelajari cara membuka file PDF di Python Aspose.PDF untuk pustaka Python via .NET. Anda dapat membuka PDF yang sudah ada, dokumen dari stream, dan dokumen PDF terenkripsi....pdf as ap # Buka dokumen document = ap . Document ( input_pdf...dari stream import aspose.pdf as ap input_pdf = DIR_INPUT + "sample...

    docs.aspose.com/pdf/id/python-net/open-pdf-docu...
  6. 将PDF转换为不同图像格式的Python方法|Aspose.PDF for Python vi...

    本主题向您展示如何使用Aspose.PDF for Python将PDF转换为多种图像格式,例如TIFF、BMP、EMF、JPEG、PNG、GIF、SVG,只需几行代码。...pdf as ap input_pdf = DIR_INPUT + "sample...document = ap . Document ( input_pdf ) # 创建分辨率对象 resolution = ap . devices...

    docs.aspose.com/pdf/zh/python-net/convert-pdf-t...
  7. Манипулировать PDF документом в Python через .N...

    Эта статья содержит информацию о том, как проверить PDF документ на соответствие стандарту PDF A с использованием Python, как работать с оглавлением, как установить срок действия PDF и т. д....pdf as ap # Открыть документ document = ap . Document (...document . validate ( output_xml , ap . PdfFormat . PDF_A_1A ) Следующий...

    docs.aspose.com/pdf/ru/python-net/manipulate-pd...
  8. Add Rectangle Object to PDF file|Aspose.PDF for...

    This article explains how to create a Rectangle object to your PDF using Aspose.PDF for Python via .NET....pdf as ap import aspose.pdf.drawing as...Document instance document = ap . Document () # Add page to pages...

    docs.aspose.com/pdf/python-net/add-rectangle/
  9. Counting Artifacts of a Particular Type in Pyth...

    This article illustrates how to inspect pagination artifacts in a PDF document using Aspose.PDF for Python via .NET....pdf as ap def count_pagination_artifacts...# Open the PDF document with ap . Document ( path_infile ) as...

    docs.aspose.com/pdf/python-net/counting-artifacts/
  10. Aspose.Page für Python – Häufig gestellte Fragen

    Umfassende FAQ zu Installation, Lizenzierung, unterstützten Formaten, Konvertierung, Rendering, Bearbeitung, Leistung und Fehlerbehebung für die reine Python-Bibliothek von Aspose.Page....page as ap 2 license = ap. License () 3 license...import aspose.page as ap 2 3 doc = ap. Document ( ' sample. ps...

    docs.aspose.com/page/de/python-net/faq/