Sort Score
Result 10 results
Languages All
Labels All
Results 231 - 240 of 4,096 for

ape

(0.08 sec)
  1. 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/
  2. 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/
  3. أرشيف

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

    blog.aspose.com/ar/pdf/best-python-pdf-library/
  4. Aspose.Page per Python - Domande frequenti

    Domande frequenti complete su installazione, licenza, formati supportati, conversione, rendering, modifica, prestazioni e risoluzione dei problemi per la libreria pure‑Python di Aspose.Page....page as ap 2 license = ap. License () 3 license...import aspose.page as ap 2 3 doc = ap. Document ( ' sample. ps...

    docs.aspose.com/page/it/python-net/faq/
  5. Annotations and Special Text using Python|Aspos...

    This section contains articles on annotation and special Text extraction from PDF documents using Aspose.PDF in Python....pdf as ap def extract_text_from_stamp (...will be saved. """ document = ap . Document ( infile ) try : page...

    docs.aspose.com/pdf/python-net/annotation-and-s...
  6. Программное сохранение PDF документа|Aspose.PDF...

    Узнайте, как сохранить PDF файл в библиотеке Python Aspose.PDF для Python через .NET. Сохраните PDF документ в файловой системе, в поток и в веб-приложениях....pdf as ap document = ap . Document ( input_pdf... import aspose.pdf as ap document = ap . Document ( input_pdf...

    docs.aspose.com/pdf/ru/python-net/save-pdf-docu...
  7. Simpan dokumen PDF secara programatis|Aspose.PD...

    Pelajari cara menyimpan file PDF di Python Aspose.PDF untuk perpustakaan Python via .NET. Simpan dokumen PDF ke sistem file, ke aliran, dan dalam aplikasi Web....pdf as ap document = ap . Document ( input_pdf... import aspose.pdf as ap document = ap . Document ( input_pdf...

    docs.aspose.com/pdf/id/python-net/save-pdf-docu...
  8. PDF에 텍스트 스탬프 추가하기 (Python 사용)|Aspose.PDF for Py...

    Aspose.PDF for Python 라이브러리의 TextStamp 클래스를 사용하여 PDF 문서에 텍스트 스탬프를 추가합니다....pdf as ap # 문서 열기 document = ap . Document ( input_pdf...input_pdf ) # 텍스트 스탬프 생성 text_stamp = ap . TextStamp ( "Sample Stamp"...

    docs.aspose.com/pdf/ko/python-net/text-stamps-i...
  9. 使用 Python 为 PDF 添加页码|Aspose.PDF for Python via ...

    Aspose.PDF for Python via .NET 允许您使用 PageNumber Stamp 类为 PDF 文件添加页码。...pdf as ap # 打开文档 document = ap . Document ( input_pdf...# 创建页码图章 page_number_stamp = ap . PageNumberStamp () # 图章是否为背景...

    docs.aspose.com/pdf/zh/python-net/add-page-number/
  10. Adding Header and Footer to PDF using Python|As...

    Aspose.PDF for Python via .NET allows you to add headers and footers to your PDF file using TextStamp class....pdf as ap # Global configuration DATA_DIR...Create header text header_text = ap . text . TextFragment ( "Demo...

    docs.aspose.com/pdf/python-net/add-headers-and-...