Sort Score
Result 10 results
Languages All
Labels All
Results 31 - 40 of 5,749 for

ape

(0.9 sec)
  1. Membuat atau Menambahkan Tabel Dalam PDF menggu...

    Aspose.PDF untuk Python melalui .NET adalah perpustakaan yang digunakan untuk membuat, membaca, dan mengedit Tabel PDF. Periksa fungsi lanjutan lainnya dalam topik ini.... table = ap . Table () Menambahkan Tabel...aspose.pdf as ap # Memuat dokumen PDF sumber doc = ap . Document...

    docs.aspose.com/pdf/id/python-net/add-table-in-...
  2. 用Python添加图形注释|Aspose.PDF for Python via .NET

    本文描述了如何使用Aspose.PDF for Python通过.NET添加、获取和删除PDF文档中的图形注释...pdf as ap document = ap . Document ( input_file...input_file ) squareAnnotation = ap . annotations . SquareAnnotation (...

    docs.aspose.com/pdf/zh/python-net/figures-annot...
  3. Añadir Texto a PDF usando Python|Aspose.PDF par...

    Este artículo describe varios aspectos del trabajo con texto en Aspose.PDF. Aprende cómo añadir texto a PDF, añadir fragmentos HTML o usar fuentes OTF personalizadas....pdf as ap # Abrir documento document = ap . Document (...fragmento de texto text_fragment = ap . text . TextFragment ( "texto...

    docs.aspose.com/pdf/es/python-net/add-text-to-p...
  4. 在 Python 中处理 Tagged PDF 表格|Aspose.PDF for Pytho...

    了解如何在 Python 中使用 Aspose.PDF for Python via .NET 处理 Tagged PDF 中的可访问表格,包括结构、跨列、对齐以及符合 PDF/UA 的表格标记。...pdf as ap import sys from os import path...): # Create PDF document with ap . Document () as document : tagged_content...

    docs.aspose.com/pdf/zh/python-net/working-with-...
  5. العمل مع الجداول في ملفات PDF ذات العلامات في P...

    تعرف على كيفية التعامل مع الجداول التي يمكن الوصول إليها في ملفات PDF ذات العلامات في Python باستخدام Aspose.PDF لـ Python عبر .NET، بما في ذلك البنية والامتدادات والمحاذاة وترميز الجدول الملائم لـ PDF/UAA....pdf as ap import sys from os import path...): # Create PDF document with ap . Document () as document : tagged_content...

    docs.aspose.com/pdf/ar/python-net/working-with-...
  6. Работайте с таблицами в Tagged PDFs на Python|A...

    Узнайте, как работать с доступными таблицами в tagged PDFs на Python с Aspose.PDF for Python via .NET, включая структуру, spans, выравнивание и разметку таблиц, совместимую с PDF/UA....pdf as ap import sys from os import path...): # Create PDF document with ap . Document () as document : tagged_content...

    docs.aspose.com/pdf/ru/python-net/working-with-...
  7. Trabajar con tablas en PDFs etiquetados en Pyth...

    Aprenda cómo trabajar con tablas accesibles en PDFs etiquetados en Python con Aspose.PDF for Python via .NET, incluyendo estructura, intervalos, alineación y marcado de tabla compatible con PDF/UA....pdf as ap import sys from os import path...): # Create PDF document with ap . Document () as document : tagged_content...

    docs.aspose.com/pdf/es/python-net/working-with-...
  8. Anotasi Berbasis Teks menggunakan Python|Aspose...

    Pelajari cara menambahkan, memeriksa, dan menghapus anotasi teks bebas, sorot, garis bawah, bergelombang, dan coret dalam dokumen PDF menggunakan Aspose.PDF for Python via .NET.... Buka PDF sumber document = ap . Document ( infile ) Buat dan...bebas free_text_annotation = ap . annotations . FreeTextAnnotation...

    docs.aspose.com/pdf/id/python-net/text-based-an...
  9. Anotasi Sorotan PDF menggunakan Python|Aspose.P...

    Anotasi Markup disajikan dalam teks sebagai sorotan, garis bawah, coretan, atau garis bawah bergerigi dalam teks dokumen....pdf as ap # Buka dokumen document = ap . Document ( input_file...Annotation highlightAnnotation = ap . annotations . HighlightAnnotation...

    docs.aspose.com/pdf/id/python-net/highlights-an...
  10. PDFへのテキスト注釈の使用方法(Python経由)|Aspose.PDF for Pytho...

    Aspose.PDF for Pythonを使用すると、PDFドキュメントにテキスト注釈を追加、取得、および削除できます。...pdf as ap document = ap . Document ( input_file...input_file ) textAnnotation = ap . annotations . TextAnnotation ( document...

    docs.aspose.com/pdf/ja/python-net/text-annotation/