Sort Score
Result 10 results
Languages All
Labels All
Results 11 - 20 of 4,431 for

ape

(0.09 sec)
  1. التعليقات التوضيحية الإضافية باستخدام Python|As...

    يصف هذا القسم كيفية إضافة، الحصول على، وحذف أنواع إضافية من التعليقات التوضيحية من مستند PDF الخاص بك....pdf as ap # فتح المستند document = ap . Document ( input_file...input_file ) caretAnnotation1 = ap . annotations . CaretAnnotation...

    docs.aspose.com/pdf/ar/python-net/extra-annotat...
  2. Интерактивные аннотации с использованием Python...

    Узнайте, как добавлять, считывать и удалять аннотации‑ссылки, а также как создавать навигационные и кнопки печати в PDF‑документах с использованием Aspose.PDF for Python via .NET....document = ap . Document ( infile ) text_fragment_absorber = ap . text...действие URI. link_annotation = ap . annotations . LinkAnnotation...

    docs.aspose.com/pdf/ru/python-net/interactive-a...
  3. Quoi de neuf|Aspose.PDF pour Python via .NET

    Cette page présente les nouvelles fonctionnalités les plus populaires dans Aspose.PDF pour Python via .NET qui ont été introduites dans les versions récentes....pdf as ap input_pdf_path = DIR_INPUT +...doc = ap . Document ( input_pdf_path ) save_options = ap . pdftomarkdown...

    docs.aspose.com/pdf/fr/python-net/whatsnew/
  4. Добавить эллиптические формы в PDF на Python|As...

    Узнайте, как рисовать, заполнять и подписывать эллиптические формы в PDF‑файлах на Python....pdf as ap import aspose.pdf.drawing as...( outfile : str ): document = ap . Document () page = document...

    docs.aspose.com/pdf/python-net/add-ellipse/
  5. Аннотации фигур через Python|Aspose.PDF for Pyt...

    Узнайте, как добавлять, проверять и удалять аннотации линий, квадратов, кругов, полигонов и полилиний в PDF‑документах с помощью Aspose.PDF for Python via .NET....Открытие исходного PDF document = ap . Document ( infile ) Создание...аннотацию линий line_annotation = ap . annotations . LineAnnotation...

    docs.aspose.com/pdf/ru/python-net/shape-annotat...
  6. Shape Annotations via Python|Aspose.PDF for Pyt...

    Learn how to add, inspect, and delete line, square, circle, polygon, and polyline annotations in PDF documents using Aspose.PDF for Python via .NET....Open the source PDF document = ap . Document ( infile ) Create...annotation line_annotation = ap . annotations . LineAnnotation...

    docs.aspose.com/pdf/python-net/shape-annotations/
  7. 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...
  8. 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...
  9. Extra Annotations using Python|Aspose.PDF for P...

    Learn how to add extra annotations like highlights or notes to PDFs in Python with Aspose.PDF for enhancing PDF content....pdf as ap # Open document document = ap . Document ( input_file...input_file ) caretAnnotation1 = ap . annotations . CaretAnnotation...

    docs.aspose.com/pdf/python-net/extra-annotations/
  10. إضافة تعليقات توضيحية على الأشكال باستخدام بايث...

    يصف هذا المقال كيفية إضافة، الحصول على، وحذف التعليقات التوضيحية للأشكال من مستند PDF الخاص بك باستخدام Aspose.PDF للبايثون عبر .NET...pdf as ap document = ap . Document ( input_file...input_file ) squareAnnotation = ap . annotations . SquareAnnotation (...

    docs.aspose.com/pdf/ar/python-net/figures-annot...