Sort Score
Result 10 results
Languages All
Labels All
Results 651 - 660 of 5,741 for

ape

(0.12 sec)
  1. حفظ مستند PDF برمجيًا|Aspose.PDF لـ Python عبر ...

    تعلم كيفية حفظ ملف PDF في 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/ar/python-net/save-pdf-docu...
  2. معالجة الجداول في ملفات PDF الموجودة|Aspose.PDF...

    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...للعثور على الجداول absorber = ap . text . TableAbsorber () # زيارة...

    docs.aspose.com/pdf/ar/python-net/manipulate-ta...
  3. 在 Python 中比较 PDF 文档|Aspose.PDF for Python via .NET

    了解如何在 Python 中使用 Aspose.PDF for Python via .NET 通过并排和图形差异输出比较 PDF 文档。...pdf as ap import sys from os import path...document_1 = ap . Document ( infile1 ) document_2 = ap . Document...

    docs.aspose.com/pdf/zh/python-net/compare-pdf-d...
  4. PDF에서 제목 작업하기|Aspose.PDF for Python via .NET

    Python을 사용하여 PDF 문서의 제목에 번호 매기기를 생성합니다. Aspose.PDF for Python via .NET은 다양한 종류의 번호 매기기 스타일을 제공합니다....pdf as ap document = ap . Document () document...document . page_info . margin = ap . MarginInfo () document . page_info...

    docs.aspose.com/pdf/ko/python-net/working-with-...
  5. 양식 데이터 가져오기 및 내보내기|Aspose.PDF for Python via .NET

    .NET을 통해 파이썬용 Aspose.PDF 를 사용하여 XML, FDF, XFDF 및 JSON 형식의 AcroForm 필드 데이터를 가져오고 내보낼 수 있습니다....pdf as ap def import_data_from_xml ( input_file_name..., output_file_name ): form = ap . facades . Form () form . bind_pdf...

    docs.aspose.com/pdf/ko/python-net/import-export...
  6. Ajouter et Supprimer un Signet en Python|Aspose...

    Vous pouvez ajouter un signet à un document PDF avec Python. Il est possible de supprimer tous les signets ou certains d'entre eux d'un document PDF....pdf as ap # Ouvrir le document document = ap . Document (...Créer un objet signet outline = ap . OutlineItemCollectio ( document...

    docs.aspose.com/pdf/fr/python-net/add-and-delet...
  7. 在 Python 中为 PDF 添加贝茨编号|Aspose.PDF for Python vi...

    了解如何使用 Python 通过 Aspose.PDF for Python via .NET 在 PDF 文档中添加和删除贝茨编号。...pdf as ap def _create_bates_artifact ():...default settings.""" artifact = ap . BatesNArtifact () artifact...

    docs.aspose.com/pdf/zh/python-net/add-bates-num...
  8. 파이썬에서 PDF에 베이츠 넘버링 추가|Aspose.PDF for Python via...

    .NET을 통해 파이썬용 Aspose.PDF 와 함께 Python을 사용하여 PDF 문서에서 베이츠 넘버링을 추가하고 제거하는 방법을 알아봅니다....pdf as ap def _create_bates_artifact ():...default settings.""" artifact = ap . BatesNArtifact () artifact...

    docs.aspose.com/pdf/ko/python-net/add-bates-num...
  9. 기존 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/ko/python-net/manipulate-ta...
  10. Añadir Número de Página a PDF con Python|Aspose...

    Aspose.PDF para Python a través de .NET te permite añadir un Sello de Número de Página a tu archivo PDF usando la clase PageNumberStamp....pdf as ap # Abrir documento document = ap . Document (...de página page_number_stamp = ap . PageNumberStamp () # Si el...

    docs.aspose.com/pdf/es/python-net/add-page-number/