Sort Score
Result 10 results
Languages All
Labels All
Results 111 - 120 of 5,740 for

ape

(0.13 sec)
  1. Uso de Anotación de Texto para PDF a través de ...

    Aspose.PDF para Python le permite Agregar, Obtener y Eliminar Anotación de Texto de su documento PDF....pdf as ap document = ap . Document ( input_file...input_file ) textAnnotation = ap . annotations . TextAnnotation ( document...

    docs.aspose.com/pdf/es/python-net/text-annotation/
  2. 使用 Python 的安全注释|Aspose.PDF for Python via .NET

    了解如何使用 Aspose.PDF for Python via .NET 标记要进行编辑的文本、应用编辑注释,以及在 PDF 文件中编辑图像区域。...document = ap . Document ( infile ) text_fragment_absorber = ap . text...search_term ) text_search_options = ap . text . TextSearchOptions (...

    docs.aspose.com/pdf/zh/python-net/security-anno...
  3. Anotações Extras usando Python|Aspose.PDF para ...

    Esta seção descreve como adicionar, obter e deletar tipos extras de anotações do seu documento PDF....pdf as ap # Abrir documento document = ap . Document (...input_file ) caretAnnotation1 = ap . annotations . CaretAnnotation...

    docs.aspose.com/pdf/pt/python-net/extra-annotat...
  4. Gunakan FloatingBox untuk Tata Letak PDF di Pyt...

    Pelajari cara menggunakan FloatingBox untuk tata letak teks, konten multi‑kolom, dan penempatan yang presisi dalam dokumen PDF dengan Python....pdf as ap def create_and_add_floating_box...): # Create PDF document with ap . Document () as document : #...

    docs.aspose.com/pdf/id/python-net/floating-box/
  5. إنشاء روابط PDF في بايثون|Aspose.PDF for Python...

    تعرف على كيفية إنشاء روابط PDF داخلية وخارجية وبعيدة في Python....pdf as ap from os import path import sys...infile , outfile ): document = ap . Document ( infile ) page =...

    docs.aspose.com/pdf/ar/python-net/create-links/
  6. Add digital signature or digitally sign PDF in ...

    Learn how to digitally sign PDF documents, add timestamps, and validate signatures in Python....pdf as ap import aspose.pydrawing as drawing...""" with ap . Document ( infile ) as document : with ap . facades...

    docs.aspose.com/pdf/python-net/digitally-sign-p...
  7. Criar links PDF em Python|Aspose.PDF for Python...

    Aprenda como criar links PDF internos, externos e remotos em Python....pdf as ap from os import path import sys...infile , outfile ): document = ap . Document ( infile ) page =...

    docs.aspose.com/pdf/pt/python-net/create-links/
  8. Annotations de balisage avec Python|Aspose.PDF ...

    Apprenez comment ajouter, lire et supprimer du texte, du caret, et remplacer les annotations dans les documents PDF à l’aide d’Aspose.PDF for Python via .NET....Ouvrez le PDF source document = ap . Document ( infile ) Créer et...son icône. text_annotation = ap . annotations . TextAnnotation...

    docs.aspose.com/pdf/fr/python-net/markup-annota...
  9. Python을 사용한 마크업 주석|Aspose.PDF for Python via .NET

    .NET을 통해 Aspose.PDF for Python을 사용하여 PDF 문서에서 텍스트, 캐럿 및 주석을 추가, 읽고, 삭제하고, 주석을 바꾸는 방법을 알아봅니다.... 원본 PDF 열기 document = ap . Document ( infile ) 텍스트 주석...아이콘을 설정합니다. text_annotation = ap . annotations . TextAnnotation...

    docs.aspose.com/pdf/ko/python-net/markup-annota...
  10. 파이썬에서 PDF 레이아웃에 플로팅 박스 사용하기|Aspose.PDF for Pyth...

    Python으로 PDF 문서에서 FloatingBox를 사용하여 텍스트 레이아웃, 여러 열 콘텐츠 및 정확한 위치 지정을 수행하는 방법을 알아봅니다....pdf as ap def create_and_add_floating_box...): # Create PDF document with ap . Document () as document : #...

    docs.aspose.com/pdf/ko/python-net/floating-box/