Sort Score
Result 10 results
Languages All
Labels All
Results 261 - 270 of 4,096 for

ape

(0.12 sec)
  1. Membuat AcroForm - Membuat PDF yang Dapat Diisi...

    Dengan Aspose.PDF untuk Python Anda dapat membuat formulir dari awal di file PDF Anda...pdf as ap # Buka dokumen pdfDocument = ap . Document (...# Buat bidang textBoxField = ap . forms . TextBoxField ( pdfDocument...

    docs.aspose.com/pdf/id/python-net/create-form/
  2. Formatting PDF Document using Python|Aspose.PDF...

    Create and format the PDF Document with Aspose.PDF for Python via .NET. Use the next code snippet to resolve your tasks....pdf as ap # Open document document = ap . Document ( input_pdf...aspose.pdf as ap # Open document document = ap . Document ( input_pdf...

    docs.aspose.com/pdf/python-net/formatting-pdf-d...
  3. 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/
  4. 操作现有PDF中的表格|Aspose.PDF for Python via .NET

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....pdf as ap # 加载现有 PDF 文件 pdf_document = ap . Document (...TableAbsorber 对象以查找表格 absorber = ap . text . TableAbsorber () # 使用吸收器访问第一页...

    docs.aspose.com/pdf/zh/python-net/manipulate-ta...
  5. Manipuler les tables dans un PDF existant|Aspos...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....as ap # Charger un fichier PDF existant pdf_document = ap . Document...trouver des tables absorber = ap . text . TableAbsorber () # Visiter...

    docs.aspose.com/pdf/fr/python-net/manipulate-ta...
  6. العمل مع العناوين في PDF|Aspose.PDF لـ Python ع...

    إنشاء ترقيم في عنوان مستند PDF الخاص بك باستخدام Python. يوفر Aspose.PDF for Python عبر .NET أنواعًا مختلفة من أنماط الترقيم....pdf as ap document = ap . Document () document...document . page_info . margin = ap . MarginInfo () document . page_info...

    docs.aspose.com/pdf/ar/python-net/working-with-...
  7. 创建 AcroForm - 在 Python 中创建可填写的 PDF|Aspose.PDF f...

    使用 Aspose.PDF for Python,您可以在 PDF 文件中从头开始创建表单...pdf as ap # 打开文档 pdfDocument = ap . Document ( input_file...input_file ) # 创建一个字段 textBoxField = ap . forms . TextBoxField ( pdfDocument...

    docs.aspose.com/pdf/zh/python-net/create-form/
  8. AcroForm 생성 - Python에서 작성 가능한 PDF 생성|Aspose.PDF...

    Aspose.PDF for Python을 사용하여 PDF 파일에서 처음부터 양식을 만들 수 있습니다....pdf as ap # 문서 열기 pdfDocument = ap . Document ( input_file...input_file ) # 필드 생성 textBoxField = ap . forms . TextBoxField ( pdfDocument...

    docs.aspose.com/pdf/ko/python-net/create-form/
  9. 创建一个复杂的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/zh/python-net/complex-pdf-e...
  10. Add digital signature or digitally sign PDF in ...

    Digitally sign PDF documents, verify, or validate the digitally sign PDFs using Python....pdf as ap import aspose.pydrawing as drawing...pfxfile # Open PDF document with ap . Document ( path_infile ) as...

    docs.aspose.com/pdf/python-net/digitally-sign-p...