Sort Score
Result 10 results
Languages All
Labels All
Results 81 - 90 of 4,096 for

ape

(0.07 sec)
  1. PDF Highlights Annotation using Python|Aspose.P...

    Learn how to add highlights annotations to PDF files in Python using Aspose.PDF for text emphasis....pdf as ap # Open document document = ap . Document ( input_file...Annotation highlightAnnotation = ap . annotations . HighlightAnnotation...

    docs.aspose.com/pdf/python-net/highlights-annot...
  2. تحويل PDF إلى تنسيقات صور مختلفة في بايثون|Aspo...

    يوضّح هذا الموضوع كيفية استخدام Aspose.PDF لبايثون لتحويل PDF إلى تنسيقات صور مختلفة مثل TIFF وBMP وEMF وJPEG وPNG وGIF وSVG ببضع سطور من التعليمات البرمجية....pdf as ap input_pdf = DIR_INPUT + "sample...tiff" # افتح مستند PDF document = ap . Document ( input_pdf ) # إنشاء...

    docs.aspose.com/pdf/ar/python-net/convert-pdf-t...
  3. Convert other file formats to PDF in Python|Asp...

    This topic show you how to Aspose.PDF allows to convert other file formats such as EPUB, MD, PCL, XPS, PS, XML and LaTeX to PDF document....pdf as ap path_infile = path . join ( self...load_options = ap . OfdLoadOptions () document = ap . Document (...

    docs.aspose.com/pdf/python-net/convert-other-fi...
  4. Форматирование PDF документа с использованием P...

    Создание и форматирование PDF документа с помощью Aspose.PDF для Python через .NET. Используйте следующий фрагмент кода для решения ваших задач....pdf as ap # Открыть документ document = ap . Document (...aspose.pdf as ap # Открыть документ document = ap . Document (...

    docs.aspose.com/pdf/ru/python-net/formatting-pd...
  5. Оптимизация, Сжатие или Уменьшение размера PDF ...

    Оптимизация PDF файла, сжатие всех изображений, уменьшение размера PDF, удаление встроенных шрифтов, удаление неиспользуемых объектов с помощью Python....pdf as ap # Открыть документ document = ap . Document (...aspose.pdf as ap # Открыть документ document = ap . Document (...

    docs.aspose.com/pdf/ru/python-net/optimize-pdf/
  6. Working with Table in Tagged PDFs using Python|...

    This article explains how to works with table in Tagged PDF document with Aspose.PDF for Python via .NET....pdf as ap # region Working with Table in...): # Create PDF document with ap . Document () as document : tagged_content...

    docs.aspose.com/pdf/python-net/working-with-tab...
  7. Add Circle Object to PDF file|Aspose.PDF for Py...

    This article explains how to create a circle 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 page page...

    docs.aspose.com/pdf/python-net/add-circle/
  8. Using Link Annotations in PDF|Aspose.PDF for Py...

    Aspose.PDF for Python via .NET allows you to Add, Get, and Delete Link Annotation from your PDF document....pdf as ap document = ap . Document ( input_file...number textFragmentAbsorber = ap . text . TextFragmentAbsorber...

    docs.aspose.com/pdf/python-net/link-annotations/
  9. Annotation de surlignage PDF en utilisant Pytho...

    Les annotations de balisage sont présentées dans le texte sous forme de surlignages, de soulignements, de barrés ou de soulignements en zigzag dans le texte d'un document....pdf as ap # Ouvrir le document document = ap . Document (...Cercle highlightAnnotation = ap . annotations . HighlightAnnotation...

    docs.aspose.com/pdf/fr/python-net/highlights-an...
  10. استخدام التعليقات النصية لملفات PDF عبر بايثون|...

    Aspose.PDF لبايثون يتيح لك إضافة، الحصول على، وحذف التعليقات النصية من وثيقة PDF الخاصة بك....pdf as ap document = ap . Document ( input_file...input_file ) textAnnotation = ap . annotations . TextAnnotation ( document...

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