Sort Score
Result 10 results
Languages All
Labels All
Results 371 - 380 of 5,741 for

ape

(0.22 sec)
  1. 使用Python通过.NET操作PDF文档|Aspose.PDF for Python via...

    本文包含有关如何使用Python验证PDF A标准的PDF文档,如何处理目录,如何设置PDF到期日期等信息。...pdf as ap # 打开文档 document = ap . Document ( input_pdf...document . validate ( output_xml , ap . PdfFormat . PDF_A_1A ) 以下代码片段向您展示如何验证...

    docs.aspose.com/pdf/zh/python-net/manipulate-pd...
  2. Enkripsi dan Dekripsi File PDF di Python|Aspose...

    Pelajari cara mengatur hak istimewa PDF, mengenkripsi file, mendekripsi PDF yang dilindungi, dan mengubah kata sandi dalam Python....pdf as ap import aspose.pydrawing as drawing...existing PDF document.""" with ap . Document ( infile ) as document...

    docs.aspose.com/pdf/id/python-net/set-privilege...
  3. Criptografar e Decifrar Arquivos PDF em Python|...

    Aprenda como definir privilégios de PDF, criptografar arquivos, descriptografar PDFs protegidos e alterar senhas em Python....pdf as ap import aspose.pydrawing as drawing...existing PDF document.""" with ap . Document ( infile ) as document...

    docs.aspose.com/pdf/pt/python-net/set-privilege...
  4. Konversi PDF ke Excel di Python|Aspose.PDF untu...

    Aspose.PDF untuk perpustakaan Python memungkinkan Anda mengonversi PDF ke format Excel menggunakan Python. Format ini termasuk XLS, XLSX, XML 2003 Spreadsheet, CSV, ODS....pdf as ap input_pdf = DIR_INPUT + "sample...document = ap . Document ( input_pdf ) save_option = ap . ExcelSaveOptions...

    docs.aspose.com/pdf/id/python-net/convert-pdf-t...
  5. العمل مع مشغلي PDF في بايثون|Aspose.PDF for Pyt...

    تعرف على كيفية استخدام مشغلات PDF منخفضة المستوى في Python لمعالجة تدفق المحتوى بدقة والتحكم في الرسومات....pdf as ap from os import path def add_... imagefile , outfile ): with ap . Document ( infile ) as document...

    docs.aspose.com/pdf/ar/python-net/working-with-...
  6. Konversi Format Gambar ke PDF dalam Python|Aspo...

    Pelajari cara mengonversi BMP, CGM, DICOM, PNG, TIFF, EMF, SVG, dan format gambar lainnya ke PDF dalam Python dengan Aspose.PDF for Python via .NET....pdf as ap from os import path import sys...infile , outfile ): document = ap . Document () page = document...

    docs.aspose.com/pdf/id/python-net/convert-image...
  7. دمج جداول PDF مع مصادر البيانات في Python|Aspos...

    تعرف على كيفية دمج جداول PDF مع مصادر البيانات مثل قواعد البيانات والباندا DataFrames في Python....بإنشاء مستند PDF فارغ باستخدام ap.Document() . أضف صفحة إلى المستند...pandas as pd import aspose.pdf as ap from config import set_license...

    docs.aspose.com/pdf/ar/python-net/integrate-table/
  8. تحديث روابط PDF في بايثون|Aspose.PDF for Python...

    تعرف على كيفية تحديث مظهر رابط PDF والوجهات في Python....pdf as ap import sys from os import path...infile , outfile ): document = ap . Document ( infile ) link_annotations...

    docs.aspose.com/pdf/ar/python-net/update-links/
  9. Add Bates Numbering to PDF in Python|Aspose.PDF...

    Learn how to add and remove Bates numbering in PDF documents using Python with Aspose.PDF for Python via .NET....pdf as ap def _create_bates_artifact ():...default settings.""" artifact = ap . BatesNArtifact () artifact...

    docs.aspose.com/pdf/python-net/add-bates-number...
  10. Ekstrak Informasi Tanda Tangan dari PDF di Pyth...

    Pelajari cara mengekstrak gambar tanda tangan, sertifikat, dan detail tanda tangan digital dari file PDF menggunakan Python....pdf as ap import aspose.pydrawing as drawing...in a signature field.""" with ap . Document ( infile ) as document...

    docs.aspose.com/pdf/id/python-net/extract-image...