Sort Score
Result 10 results
Languages All
Labels All
Results 11 - 20 of 3,647 for

ape

(0.06 sec)
  1. Anotación de Resaltados en PDF usando Python|As...

    Las anotaciones de marcado se presentan en el texto como resaltados, subrayados, tachados o subrayados irregulares en el texto de un documento....pdf as ap # Abrir documento document = ap . Document (...Círculo highlightAnnotation = ap . annotations . HighlightAnnotation...

    docs.aspose.com/pdf/es/python-net/highlights-an...
  2. تعليق التظليل في PDF باستخدام بايثون|Aspose.PDF...

    يتم تقديم التعليقات التوضيحية للترميز في النص كتظليل أو خطوط تحتية أو شطب أو خطوط تحتية متعرجة في نص المستند....pdf as ap # فتح المستند document = ap . Document ( input_file...توضيحي دائري highlightAnnotation = ap . annotations . HighlightAnnotation...

    docs.aspose.com/pdf/ar/python-net/highlights-an...
  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. Adicionar Texto ao PDF usando Python|Aspose.PDF...

    Este artigo descreve vários aspectos do trabalho com texto no Aspose.PDF. Aprenda como adicionar texto ao PDF, adicionar fragmentos HTML ou usar fontes OTF personalizadas....pdf as ap # Abrir documento document = ap . Document (...fragmento de texto text_fragment = ap . text . TextFragment ( "main...

    docs.aspose.com/pdf/pt/python-net/add-text-to-p...
  5. 파이썬을 사용한 PDF 하이라이트 주석|Aspose.PDF for Python via...

    마크업 주석은 문서의 텍스트에서 하이라이트, 밑줄, 취소선 또는 지그재그 밑줄로 표시됩니다....pdf as ap # 문서 열기 document = ap . Document ( input_file...원형 주석 생성 highlightAnnotation = ap . annotations . HighlightAnnotation...

    docs.aspose.com/pdf/ko/python-net/highlights-an...
  6. Menggunakan Anotasi Teks untuk PDF melalui Pyth...

    Aspose.PDF untuk Python memungkinkan Anda Menambahkan, Mendapatkan, dan Menghapus Anotasi Teks dari dokumen PDF Anda....pdf as ap document = ap . Document ( input_file...input_file ) textAnnotation = ap . annotations . TextAnnotation ( document...

    docs.aspose.com/pdf/id/python-net/text-annotation/
  7. Add Ellipse Object to PDF file|Aspose.PDF for P...

    This article explains how to create a Ellipse object to your PDF using Aspose.PDF for Python via .NET....pdf as ap import aspose.pdf.drawing as...Create PDF document document = ap . Document () # Add a page page...

    docs.aspose.com/pdf/python-net/add-ellipse/
  8. Annotations supplémentaires en utilisant Python...

    Cette section décrit comment ajouter, obtenir et supprimer des types supplémentaires d'annotations de votre document PDF....pdf as ap # Ouvrir le document document = ap . Document (...input_file ) caretAnnotation1 = ap . annotations . CaretAnnotation...

    docs.aspose.com/pdf/fr/python-net/extra-annotat...
  9. إضافة أختام نصية في PDF عبر بايثون|Aspose.PDF ل...

    إضافة ختم نصي إلى مستند PDF باستخدام فئة TextStamp مع مكتبة Aspose.PDF لبايثون....pdf as ap # فتح المستند document = ap . Document ( input_pdf...# إنشاء ختم نصي text_stamp = ap . TextStamp ( "ختم تجريبي" )...

    docs.aspose.com/pdf/ar/python-net/text-stamps-i...
  10. 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-...