Sort Score
Result 10 results
Languages All
Labels All
Results 231 - 240 of 5,864 for

ape

(0.16 sec)
  1. Travailler avec les calques PDF en Python|Aspos...

    Apprenez comment ajouter, verrouiller, extraire, aplatir et fusionner des calques PDF en Python....pdf as ap def add_layers ( outfile : str...str ) -> None : document = ap . Document () page = document ....

    docs.aspose.com/pdf/fr/python-net/working-with-...
  2. Annotations de sécurité avec Python|Aspose.PDF ...

    Apprenez comment marquer du texte pour la rédaction, appliquer des annotations de rédaction et rédiger les zones d'image dans les fichiers PDF en utilisant Aspose.PDF for Python via .NET....document = ap . Document ( infile ) text_fragment_absorber = ap . text...search_term ) text_search_options = ap . text . TextSearchOptions (...

    docs.aspose.com/pdf/fr/python-net/security-anno...
  3. Agregar formas de curva a PDF en Python|Aspose....

    Aprenda cómo dibujar y rellenar formas de curva en archivos PDF en Python....pdf as ap import aspose.pdf.drawing as...( outfile : str ): document = ap . Document () page = document...

    docs.aspose.com/pdf/es/python-net/add-curve/
  4. Convertir HTML en PDF en Python|Aspose.PDF for ...

    Apprenez comment convertir HTML et MHTML en PDF en Python avec Aspose.PDF for Python via .NET, y compris les paramètres de médias CSS, les polices intégrées et la sortie Tagged PDF....pdf as ap path_infile = path . join ( self..."python" , outfile ) load_options = ap . HtmlLoadOptions () load_options...

    docs.aspose.com/pdf/fr/python-net/convert-html-...
  5. Usar FloatingBox para Layout de PDF em Python|A...

    Aprenda a usar FloatingBox para layout de texto, conteúdo em várias colunas e posicionamento preciso em documentos PDF com Python....pdf as ap def create_and_add_floating_box...): # Create PDF document with ap . Document () as document : #...

    docs.aspose.com/pdf/pt/python-net/floating-box/
  6. Annotations interactives avec Python|Aspose.PDF...

    Apprenez à ajouter, lire et supprimer des annotations de lien, ainsi qu'à créer des boutons de navigation et d'impression dans les documents PDF à l'aide d'Aspose.PDF for Python via .NET....document = ap . Document ( infile ) text_fragment_absorber = ap . text...action URI. link_annotation = ap . annotations . LinkAnnotation...

    docs.aspose.com/pdf/fr/python-net/interactive-a...
  7. Create PDF Links in Python|Aspose.PDF for Pytho...

    Learn how to create internal, external, and remote PDF links in Python....pdf as ap from os import path import sys...infile , outfile ): document = ap . Document ( infile ) page =...

    docs.aspose.com/pdf/python-net/create-links/
  8. Posting Forms in PDF via Python|Aspose.PDF for ...

    Add submit buttons and submission actions to PDF AcroForms by using Aspose.PDF for Python via .NET....pdf as ap def add_submit_button ( input_file_name...output_file_name ): editor = ap . facades . FormEditor ( input_file_name...

    docs.aspose.com/pdf/python-net/posting-form/
  9. 파이썬을 사용한 보안 주석|Aspose.PDF for Python via .NET

    .NET을 통해 Aspose.PDF for Python을 사용하여 교정할 텍스트를 표시하고, 수정 주석을 적용하고, PDF 파일의 이미지 영역을 수정하는 방법을 알아봅니다....document = ap . Document ( infile ) text_fragment_absorber = ap . text...search_term ) text_search_options = ap . text . TextSearchOptions (...

    docs.aspose.com/pdf/ko/python-net/security-anno...
  10. 在 Python 中向 PDF 添加图像印章|Aspose.PDF for Python vi...

    了解如何在 Python 中向 PDF 页面添加图像印章。... 使用 ‘ap.Document()’ 加载 PDF。 使用 ‘ImageStamp()’...import sys import aspose.pdf as ap from os import path def add_image_stamp...

    docs.aspose.com/pdf/zh/python-net/image-stamps-...