Sort Score
Result 10 results
Languages All
Labels All
Results 351 - 360 of 5,869 for

ape

(0.13 sec)
  1. Добавить фоны PDF в Python|Aspose.PDF for Pytho...

    Узнайте, как добавить изображение фона на страницы PDF в Python, используя класс BackgroundArtifact в 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/ru/python-net/add-backgrounds/
  2. Python을 사용한 대화형 주석|Aspose.PDF for Python via .NET

    링크 주석을 추가, 읽기 및 삭제하는 방법과 .NET을 통해 Python용 Aspose.PDF 를 사용하여 PDF 문서에서 탐색 및 인쇄 버튼을 만드는 방법을 알아봅니다....document = ap . Document ( infile ) text_fragment_absorber = ap . text...작업을 할당합니다. link_annotation = ap . annotations . LinkAnnotation...

    docs.aspose.com/pdf/ko/python-net/interactive-a...
  3. Agregar tablas a PDF en Python|Aspose.PDF for P...

    Aprenda a agregar y configurar tablas en documentos PDF existentes en Python....pdf as ap from aspose.pdf import Color...Create new PDF document document = ap . Document () page = document...

    docs.aspose.com/pdf/es/python-net/adding-tables/
  4. Créer ou Ajouter une Table dans un PDF en utili...

    Aspose.PDF pour Python via .NET est une bibliothèque utilisée pour créer, lire et éditer des Tables PDF. Consultez d'autres fonctions avancées dans ce sujet.... table = ap . Table () Ajout de Table dans...aspose.pdf as ap # Charger le document PDF source doc = ap . Document...

    docs.aspose.com/pdf/fr/python-net/add-table-in-...
  5. Adicionar assinatura digital ou assinar PDF dig...

    Aprenda a assinar digitalmente documentos PDF, adicionar carimbos de horário e validar assinaturas em Python....pdf as ap import aspose.pydrawing as drawing...""" with ap . Document ( infile ) as document : with ap . facades...

    docs.aspose.com/pdf/pt/python-net/digitally-sig...
  6. Что нового|Aspose.PDF for Python via .NET

    На этой странице представлены самые популярные новые функции в Aspose.PDF for Python via .NET, которые были введены в последних релизах....pdf as ap def optimize_pdf_with_loss_l...n ( infile , outfile ): with ap . Document ( infile ) as document...

    docs.aspose.com/pdf/ru/python-net/whatsnew/
  7. 파이썬에서 PDF 텍스트 포맷 지정하기|Aspose.PDF for Python via...

    간격, 테두리, 들여쓰기 및 스타일 지정 옵션을 사용하여 Python에서 PDF 문서 내의 텍스트 서식을 지정하는 방법을 알아봅니다....pdf as ap import sys from os import path...case ( outfile ): document = ap . Document () page = document...

    docs.aspose.com/pdf/ko/python-net/text-formatti...
  8. Watermark Annotations using Python|Aspose.PDF f...

    Learn how to add, inspect, and delete watermark annotations in PDF documents using Aspose.PDF for Python via .NET....get the target page document = ap . Document ( infile ) page =...watermark_annotation = ap . annotations . WatermarkAnnotation ( page , ap . Rectangle...

    docs.aspose.com/pdf/python-net/watermark-annota...
  9. Rotacionar Texto PDF em Python|Aspose.PDF for P...

    Aprenda como rotacionar fragmentos de texto e parágrafos dentro de documentos PDF em Python....pdf as ap def rotate_text_inside_pdf_1...): # Create PDF document with ap . Document () as document : #...

    docs.aspose.com/pdf/pt/python-net/rotate-text-i...
  10. Faire pivoter le texte PDF en Python|Aspose.PDF...

    Apprenez comment faire pivoter les fragments de texte et les paragraphes à l'intérieur des documents PDF en Python....pdf as ap def rotate_text_inside_pdf_1...): # Create PDF document with ap . Document () as document : #...

    docs.aspose.com/pdf/fr/python-net/rotate-text-i...