Sort Score
Result 10 results
Languages All
Labels All
Results 421 - 430 of 5,847 for

ape

(0.14 sec)
  1. Ajouter une image à un PDF existant en Python|A...

    Apprenez comment ajouter une image à un fichier PDF existant en Python, la placer à des coordonnées fixes, définir un texte alternatif et utiliser la compression d'image....Charger un PDF existant avec ap.Document(infile) . Sélectionnez...à jour. import aspose.pdf as ap def add_image ( infile , image_file...

    docs.aspose.com/pdf/fr/python-net/add-image-to-...
  2. 파이썬에서 PDF를 EPUB, 텍스트, XPS 등으로 변환|Aspose.PDF for...

    .NET을 통해 파이썬용 Aspose.PDF 파일을 파이썬에서 EPUB, LaTeX, 마크다운, 텍스트, XPS, MobiXML로 변환하는 방법을 알아보세요....pdf as ap from os import path import sys...document = ap . Document ( infile ) save_options = ap . EpubSaveOptions...

    docs.aspose.com/pdf/ko/python-net/convert-pdf-t...
  3. 在 Python 中加密和解密 PDF 文件|Aspose.PDF for Python vi...

    了解如何在 Python 中设置 PDF 权限、加密文件、解密受保护的 PDF,以及更改密码。...pdf as ap import aspose.pydrawing as drawing...existing PDF document.""" with ap . Document ( infile ) as document...

    docs.aspose.com/pdf/zh/python-net/set-privilege...
  4. 파이썬에서 PDF 파일 암호화 및 암호 해독|Aspose.PDF for Python ...

    Python에서 PDF 권한을 설정하고, 파일을 암호화하고, 보호된 PDF의 암호를 해독하고, 암호를 변경하는 방법을 알아봅니다....pdf as ap import aspose.pydrawing as drawing...existing PDF document.""" with ap . Document ( infile ) as document...

    docs.aspose.com/pdf/ko/python-net/set-privilege...
  5. Impor dan Ekspor Data Form|Aspose.PDF for Pytho...

    Impor dan ekspor data bidang AcroForm dalam format XML, FDF, XFDF, dan JSON menggunakan Aspose.PDF for Python via .NET....pdf as ap def import_data_from_xml ( input_file_name..., output_file_name ): form = ap . facades . Form () form . bind_pdf...

    docs.aspose.com/pdf/id/python-net/import-export...
  6. 在 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/
  7. 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/
  8. Pythonを使用した追加注釈|Aspose.PDF for Python via .NET

    このセクションでは、PDFドキュメントに追加の種類の注釈を追加、取得、削除する方法について説明します。...pdf as ap # ドキュメントを開く document = ap . Document ( input_file...input_file ) caretAnnotation1 = ap . annotations . CaretAnnotation...

    docs.aspose.com/pdf/ja/python-net/extra-annotat...
  9. 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-...
  10. Qué hay de nuevo|Aspose.PDF for Python via .NET

    En esta página se presentan las funciones nuevas más populares en Aspose.PDF for Python via .NET que se han introducido en versiones recientes....pdf as ap def optimize_pdf_with_loss_l...n ( infile , outfile ): with ap . Document ( infile ) as document...

    docs.aspose.com/pdf/es/python-net/whatsnew/