Sort Score
Result 10 results
Languages All
Labels All
Results 111 - 120 of 4,102 for

ape

(0.1 sec)
  1. إضافة طوابع الصور في PDF باستخدام Python|Aspose...

    أضف طابع الصورة في مستند PDF الخاص بك باستخدام فئة ImageStamp مع مكتبة Aspose.PDF لـ Python....pdf as ap # فتح المستند document = ap . Document ( input_pdf...إنشاء ختم الصورة image_stamp = ap . ImageStamp ( input_image_file...

    docs.aspose.com/pdf/ar/python-net/image-stamps-...
  2. Tambahkan Cap Gambar di PDF menggunakan Python|...

    Tambahkan Cap Gambar dalam dokumen PDF Anda menggunakan kelas ImageStamp dengan perpustakaan Aspose.PDF untuk Python....pdf as ap # Buka dokumen document = ap . Document ( input_pdf...Buat cap gambar image_stamp = ap . ImageStamp ( input_image_file...

    docs.aspose.com/pdf/id/python-net/image-stamps-...
  3. 파이썬을 사용하여 도형 주석 추가하기|Aspose.PDF for Python via ...

    이 문서에서는 Aspose.PDF for Python을 통해 PDF 문서에서 도형 주석을 추가, 가져오기 및 삭제하는 방법을 설명합니다....pdf as ap document = ap . Document ( input_file...input_file ) squareAnnotation = ap . annotations . SquareAnnotation (...

    docs.aspose.com/pdf/ko/python-net/figures-annot...
  4. Archivio

    Archivio...pdf as ap Ora, esploriamo come utilizzare...aspose.pdf as ap # Crea un nuovo documento document = ap.Document()...

    blog.aspose.com/it/pdf/best-python-pdf-library/
  5. Procurar

    Procurar...pdf as ap Agora, vamos explorar como usar...aspose.pdf as ap # Criar um novo documento document = ap.Document()...

    blog.aspose.com/pt/pdf/best-python-pdf-library/
  6. arkiv

    arkiv...pdf as ap Nu, låt oss utforska hur man...aspose.pdf as ap # Skapa ett nytt dokument document = ap.Document()...

    blog.aspose.com/sv/pdf/best-python-pdf-library/
  7. أرشيف

    أرشيف...pdf as ap الآن، دعونا نستكشف كيفية استخدام...aspose.pdf as ap # إنشاء مستند جديد document = ap.Document() #...

    blog.aspose.com/ar/pdf/best-python-pdf-library/
  8. Format PDF Text in Python|Aspose.PDF for Python...

    Learn how to format text inside PDF documents in Python using spacing, borders, indentation, and styling options....pdf as ap import sys from os import path...case ( outfile ): document = ap . Document () page = document...

    docs.aspose.com/pdf/python-net/text-formatting-...
  9. Work with Tables in Tagged PDFs in Python|Aspos...

    Learn how to work with accessible tables in tagged PDFs in Python with Aspose.PDF for Python via .NET, including structure, spans, alignment, and PDF/UA-friendly table markup....pdf as ap import sys from os import path...): # Create PDF document with ap . Document () as document : tagged_content...

    docs.aspose.com/pdf/python-net/working-with-tab...
  10. Add Text to PDF in Python|Aspose.PDF for Python...

    Learn how to add text, HTML fragments, lists, links, and custom fonts to PDF documents in Python....pdf as ap # region Basic text insertion...Create a new document document = ap . Document () page = document...

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