Sort Score
Result 10 results
Languages All
Labels All
Results 131 - 140 of 4,093 for

ape

(0.12 sec)
  1. إنشاء AcroForm - إنشاء PDF قابل للتعبئة في بايث...

    باستخدام Aspose.PDF لبايثون يمكنك إنشاء نموذج من البداية في ملف PDF الخاص بك...pdf as ap # افتح المستند pdfDocument = ap . Document (...) # إنشاء حقل textBoxField = ap . forms . TextBoxField ( pdfDocument...

    docs.aspose.com/pdf/ar/python-net/create-form/
  2. Extract Vector Data from a PDF file using Pytho...

    Aspose.PDF makes it easy to extract vector data from a PDF file. You can get the vector data (path, polygon, polyline), such as position, color, linewidth, etc....Load the PDF document using ‘ap.Document’. Initialize a ‘GraphicsAbsorber’...import os import aspose.pdf as ap def extract_graphics_elements...

    docs.aspose.com/pdf/python-net/extract-vector-d...
  3. Tambahkan Cap Teks di PDF melalui Python|Aspose...

    Tambahkan cap teks ke dokumen PDF menggunakan kelas TextStamp dengan pustaka Aspose.PDF untuk Python....pdf as ap # Buka dokumen document = ap . Document ( input_pdf...# Buat cap teks text_stamp = ap . TextStamp ( "Sample Stamp"...

    docs.aspose.com/pdf/id/python-net/text-stamps-i...
  4. Set Privileges, Encrypt and Decrypt PDF|Aspose....

    Encrypt PDF File with Python using Different Encryption Types and Algorithms. Also, decrypt PDF Files using Owner Password....pdf as ap path_infile = self . data_dir...outfile # Open PDF document with ap . Document ( path_infile ) as...

    docs.aspose.com/pdf/python-net/set-privileges-e...
  5. 복잡한 PDF 만들기|Aspose.PDF for Python via .NET

    Aspose.PDF for Python via .NET을 사용하면 하나의 문서에 이미지, 텍스트 조각 및 테이블이 포함된 더 복잡한 문서를 만들 수 있습니다....pdf as ap # 문서 객체 초기화 document = ap . Document () #...page . add_image ( image_file , ap . Rectangle ( 20 , 730 , 120...

    docs.aspose.com/pdf/ko/python-net/complex-pdf-e...
  6. Создать или добавить таблицу в PDF с использова...

    Aspose.PDF для Python через .NET - это библиотека, используемая для создания, чтения и редактирования таблиц PDF. Ознакомьтесь с другими расширенными функциями в этой теме.... table = ap . Table () Добавление таблицы...pdf as ap # Загрузить исходный PDF документ doc = ap . Document...

    docs.aspose.com/pdf/ru/python-net/add-table-in-...
  7. Adding Watermark to PDF using Python|Aspose.PDF...

    This article explains the features of working with artifacts and getting watermarks in PDFs using programmatically the Python....pdf as ap def add_watermark ( input_pdf...existing PDF document document = ap . Document ( input_pdf ) # Create...

    docs.aspose.com/pdf/python-net/add-watermarks/
  8. إضافة رأس وتذييل إلى PDF باستخدام بايثون|Aspose...

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

    docs.aspose.com/pdf/ar/python-net/add-headers-a...
  9. PDF Tooltip menggunakan Python|Aspose.PDF untuk...

    Pelajari cara menambahkan tooltip ke fragmen teks dalam PDF menggunakan Python dan Aspose.PDF...pdf as ap document = ap . Document () document... add () . paragraphs . add ( ap . text . TextFragment ( "Gerakkan...

    docs.aspose.com/pdf/id/python-net/pdf-tooltip/
  10. 파이썬을 사용하여 PDF에 텍스트 추가|Aspose.PDF for Python via...

    이 문서는 Aspose.PDF에서 텍스트 작업의 다양한 측면을 설명합니다. PDF에 텍스트를 추가하거나 HTML 조각을 추가하거나 사용자 정의 OTF 글꼴을 사용하는 방법을 알아보세요....pdf as ap # 문서 열기 document = ap . Document ( input_pdf...] # 텍스트 조각 생성 text_fragment = ap . text . TextFragment ( "main...

    docs.aspose.com/pdf/ko/python-net/add-text-to-p...