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

ape

(0.19 sec)
  1. Create PDF Links in Python|Aspose.PDF for Pytho...

    Learn how to create internal, external, and remote PDF links in Python....pdf as ap from os import path import sys...infile , outfile ): document = ap . Document ( infile ) page =...

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

    يصف هذا المقال كيفية إضافة، الحصول على، وحذف التعليقات التوضيحية للأشكال من مستند 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...
  3. Python을 통한 PDF의 텍스트 주석 사용|Aspose.PDF for Python...

    Aspose.PDF for Python은 PDF 문서에서 텍스트 주석을 추가, 가져오기 및 삭제할 수 있도록 합니다....pdf as ap document = ap . Document ( input_file...input_file ) textAnnotation = ap . annotations . TextAnnotation ( document...

    docs.aspose.com/pdf/ko/python-net/text-annotation/
  4. التعليقات التوضيحية الإضافية باستخدام 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...
  5. 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/
  6. Аннотация выделений в PDF с использованием Pyth...

    Аннотации разметки представлены в тексте как выделения, подчеркивания, зачеркивания или зубчатые подчеркивания в тексте документа....pdf as ap # Открыть документ document = ap . Document (...Highlight highlightAnnotation = ap . annotations . HighlightAnnotation...

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

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

    docs.aspose.com/pdf/ar/python-net/highlights-an...
  8. 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...
  9. Добавить эллиптические формы в 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/
  10. Using Text Annotation for PDF via Python|Aspose...

    Aspose.PDF for Python allows you to Add, Get, and Delete Text Annotation from your PDF document....pdf as ap document = ap . Document ( input_file...input_file ) textAnnotation = ap . annotations . TextAnnotation ( document...

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