Sort Score
Result 10 results
Languages All
Labels All
Results 81 - 90 of 5,749 for

ape

(0.11 sec)
  1. Python에서 디지털 서명 추가 또는 PDF에 디지털 서명|Aspose.PDF fo...

    Python에서 PDF 문서에 디지털 서명하고, 타임스탬프를 추가하고, 서명의 유효성을 검사하는 방법을 알아봅니다....pdf as ap import aspose.pydrawing as drawing...""" with ap . Document ( infile ) as document : with ap . facades...

    docs.aspose.com/pdf/ko/python-net/digitally-sig...
  2. Tambahkan Tabel ke PDF dengan Python|Aspose.PDF...

    Pelajari cara menambahkan dan mengonfigurasi tabel dalam dokumen PDF yang ada menggunakan Python....pdf as ap from aspose.pdf import Color...Create new PDF document document = ap . Document () page = document...

    docs.aspose.com/pdf/id/python-net/adding-tables/
  3. Using Text Annotation for PDF via Python|Aspose...

    Aspose.PDF for Python allows you to Add, Get, and Delete Text Annotation from your PDF document....pdf as ap document = ap . Document ( input_file...input_file ) textAnnotation = ap . annotations . TextAnnotation ( document...

    docs.aspose.com/pdf/python-net/text-annotation/
  4. Anotaciones de marcado usando Python|Aspose.PDF...

    Aprende cómo agregar, leer y eliminar texto, cursor y reemplazar anotaciones en documentos PDF usando Aspose.PDF for Python via .NET....Abra el PDF de origen document = ap . Document ( infile ) Crear y...color e ícono. text_annotation = ap . annotations . TextAnnotation...

    docs.aspose.com/pdf/es/python-net/markup-annota...
  5. Utilisez FloatingBox pour la mise en page PDF e...

    Apprenez à utiliser FloatingBox pour la mise en page du texte, le contenu multi-colonnes et le positionnement précis dans les documents PDF avec Python....pdf as ap def create_and_add_floating_box...): # Create PDF document with ap . Document () as document : #...

    docs.aspose.com/pdf/fr/python-net/floating-box/
  6. Использование FloatingBox для размещения текста...

    Узнайте, как использовать FloatingBox для верстки текста и стилизованных контейнеров содержимого в PDF‑документах на Python....pdf as ap from os import path def crea...): # Create PDF document with ap . Document () as document : #...

    docs.aspose.com/pdf/ru/python-net/floating-box/
  7. Buat Tautan PDF di Python|Aspose.PDF for Python...

    Pelajari cara membuat tautan PDF internal, eksternal, dan remote di Python....pdf as ap from os import path import sys...infile , outfile ): document = ap . Document ( infile ) page =...

    docs.aspose.com/pdf/id/python-net/create-links/
  8. 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/ko/python-net/add-ellipse/
  9. Nouveautés|Aspose.PDF for Python via .NET

    Cette page présente les fonctionnalités nouvelles les plus populaires d'Aspose.PDF for Python via .NET qui ont été introduites dans les dernières versions....pdf as ap def optimize_pdf_with_loss_l...n ( infile , outfile ): with ap . Document ( infile ) as document...

    docs.aspose.com/pdf/fr/python-net/whatsnew/
  10. Добавить колонтитулы в PDF в Python|Aspose.PDF ...

    Узнайте, как добавить верхние и нижние колонтитулы в PDF‑файлы с помощью Python, используя текст, изображения и структурированное содержимое....pdf as ap def add_header_and_footer_as_text...Create header text header_text = ap . text . TextFragment ( "Demo...

    docs.aspose.com/pdf/ru/python-net/add-headers-a...