Sort Score
Result 10 results
Languages All
Labels All
Results 491 - 500 of 5,749 for

ape

(0.37 sec)
  1. استخراج معلومات التوقيع من PDF في Python|Aspose...

    تعرف على كيفية استخراج صور التوقيع والشهادات وتفاصيل التوقيع الرقمي من ملفات PDF في Python....pdf as ap import aspose.pydrawing as drawing...in a signature field.""" with ap . Document ( infile ) as document...

    docs.aspose.com/pdf/ar/python-net/extract-image...
  2. 在 Python 中更新 PDF 链接|Aspose.PDF for Python via .NET

    了解如何在 Python 中更新 PDF 链接的外观和目标。...pdf as ap import sys from os import path...infile , outfile ): document = ap . Document ( infile ) link_annotations...

    docs.aspose.com/pdf/zh/python-net/update-links/
  3. 在 Python 中向 PDF 添加矩形形状|Aspose.PDF for Python vi...

    学习如何在 Python 中绘制和填充 PDF 文件中的矩形形状。...pdf as ap import aspose.pdf.drawing as...( outfile : str ): document = ap . Document () page = document...

    docs.aspose.com/pdf/zh/python-net/add-rectangle/
  4. Ajouter des formes rectangulaires à un PDF en P...

    Apprenez comment dessiner et remplir des formes rectangulaires dans des fichiers PDF en Python....pdf as ap import aspose.pdf.drawing as...( outfile : str ): document = ap . Document () page = document...

    docs.aspose.com/pdf/fr/python-net/add-rectangle/
  5. Ajouter une numérotation Bates au PDF en Python...

    Apprenez comment ajouter et supprimer la numérotation Bates dans les documents PDF en utilisant Python avec Aspose.PDF for Python via .NET....pdf as ap def _create_bates_artifact ():...default settings.""" artifact = ap . BatesNArtifact () artifact...

    docs.aspose.com/pdf/fr/python-net/add-bates-num...
  6. Ajouter des arrière-plans PDF en Python|Aspose....

    Apprenez comment ajouter une image d'arrière-plan aux pages PDF en Python en utilisant la classe BackgroundArtifact dans Aspose.PDF for Python via .NET....pdf as ap import sys def add_background_image_to_pdf...with ap . Document ( infile ) as document : artifact = ap . BackgroundArtifact...

    docs.aspose.com/pdf/fr/python-net/add-backgrounds/
  7. Trabalhar com Operadores PDF em Python|Aspose.P...

    Aprenda como usar operadores PDF de baixo nível em Python para manipulação precisa de fluxo de conteúdo e controle de gráficos....pdf as ap from os import path def add_... imagefile , outfile ): with ap . Document ( infile ) as document...

    docs.aspose.com/pdf/pt/python-net/working-with-...
  8. Aspose.Page pour Python – Foire aux questions

    FAQ complète couvrant l'installation, les licences, les formats pris en charge, la conversion, le rendu, l'édition, les performances et le dépannage de la bibliothèque pure‑Python d'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/fr/python-net/faq/
  9. Convert PDF to Image Formats in Python|Aspose.P...

    Explore how to convert PDF pages into images such as PNG, JPEG, or TIFF using Aspose.PDF in Python via .NET....pdf as ap from io import FileIO from os...document = ap . Document ( infile ) resolution = ap . devices...

    docs.aspose.com/pdf/python-net/convert-pdf-to-i...
  10. 파이썬에서 HTML을 PDF로 변환|Aspose.PDF for Python via .NET

    .NET을 통해 파이썬용 Aspose.PDF 를 사용하여 파이썬에서 HTML과 MHTML을 PDF로 변환하는 방법을 알아보세요. 여기에는 CSS 미디어 설정, 포함된 글꼴, 태그가 지정된 PDF 출력 등이 포함됩니다....pdf as ap path_infile = path . join ( self..."python" , outfile ) load_options = ap . HtmlLoadOptions () load_options...

    docs.aspose.com/pdf/ko/python-net/convert-html-...