Sort Score
Result 10 results
Languages All
Labels All
Results 71 - 80 of 5,740 for

ape

(0.15 sec)
  1. Python を使用したマークアップアノテーション|Aspose.PDF for Python...

    .NET 経由で Aspose.PDF for Python を使用して、PDF ドキュメント内のテキスト、キャレット、注釈を追加、読み取り、削除する方法、および注釈を置換する方法について説明します。... ソース PDF を開く document = ap . Document ( infile ) テキスト注釈の作成と設定...イコンを設定します。 text_annotation = ap . annotations . TextAnnotation...

    docs.aspose.com/pdf/ja/python-net/markup-annota...
  2. 有什么新功能|Aspose.PDF for Python via .NET

    本页介绍了Aspose.PDF for Python via .NET在最近发布版本中引入的最受欢迎的新功能。...pdf as ap input_pdf_path = DIR_INPUT +...doc = ap . Document ( input_pdf_path ) save_options = ap . pdftomarkdown...

    docs.aspose.com/pdf/zh/python-net/whatsnew/
  3. 새로운 기능|Aspose.PDF for Python via .NET

    이 페이지에서는 최근 릴리스에서 소개된 Aspose.PDF for Python via .NET의 가장 인기 있는 새로운 기능을 소개합니다....pdf as ap input_pdf_path = DIR_INPUT +...doc = ap . Document ( input_pdf_path ) save_options = ap . pdftomarkdown...

    docs.aspose.com/pdf/ko/python-net/whatsnew/
  4. Agregar formas de elipse a PDF en Python|Aspose...

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

    docs.aspose.com/pdf/es/python-net/add-ellipse/
  5. 在 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-ellipse/
  6. Adicionar formas de elipse ao PDF em Python|Asp...

    Aprenda como desenhar, preencher e rotular formas de elipse em arquivos PDF em Python....pdf as ap import aspose.pdf.drawing as...( outfile : str ): document = ap . Document () page = document...

    docs.aspose.com/pdf/pt/python-net/add-ellipse/
  7. 在 Python 中使用 FloatingBox 进行 PDF 布局|Aspose.PDF f...

    学习如何在 PDF 文档中使用 FloatingBox 进行文本布局、多列内容和精确定位(使用 Python)。...pdf as ap def create_and_add_floating_box...): # Create PDF document with ap . Document () as document : #...

    docs.aspose.com/pdf/zh/python-net/floating-box/
  8. Anotaciones Extras usando Python|Aspose.PDF par...

    Esta sección describe cómo agregar, obtener y eliminar tipos adicionales de anotaciones de su documento PDF....pdf as ap # Abrir documento document = ap . Document (...input_file ) caretAnnotation1 = ap . annotations . CaretAnnotation...

    docs.aspose.com/pdf/es/python-net/extra-annotat...
  9. Anotaciones interactivas usando Python|Aspose.P...

    Aprenda cómo agregar, leer y eliminar anotaciones de enlace, y cómo crear botones de navegación e impresión en documentos PDF usando Aspose.PDF for Python via .NET....document = ap . Document ( infile ) text_fragment_absorber = ap . text...acción URI a él. link_annotation = ap . annotations . LinkAnnotation...

    docs.aspose.com/pdf/es/python-net/interactive-a...
  10. إضافة جداول إلى PDF في Python|Aspose.PDF for Py...

    تعرف على كيفية إضافة الجداول وتكوينها في مستندات PDF الموجودة في Python....pdf as ap from aspose.pdf import Color...Create new PDF document document = ap . Document () page = document...

    docs.aspose.com/pdf/ar/python-net/adding-tables/