Sort Score
Result 10 results
Languages All
Labels All
Results 991 - 1,000 of 5,871 for

ape

(0.49 sec)
  1. Vérifier les limites de forme dans les graphiqu...

    Apprenez comment valider les limites de forme dans les collections de graphiques PDF en Python....pdf as ap import aspose.pdf.drawing as...( outfile : str ): document = ap . Document () page = document...

    docs.aspose.com/pdf/fr/python-net/aspose-pdf-dr...
  2. 使用 Python 检查 PDF 图形中的形状边界|Aspose.PDF for Python...

    了解如何在 Python 中验证 PDF 图形集合中的形状边界。...pdf as ap import aspose.pdf.drawing as...( outfile : str ): document = ap . Document () page = document...

    docs.aspose.com/pdf/zh/python-net/aspose-pdf-dr...
  3. تعيين المظهر الميداني|Aspose.PDF for Python via...

    يوضح هذا المثال كيفية تغيير المظهر المرئي لحقل نموذج PDF باستخدام Aspose.PDF لـ Python....pdf as ap import aspose.pydrawing as ap_pydrawing import...outfile ): # Open document doc = ap . Document ( infile ) # Create...

    docs.aspose.com/pdf/ar/python-net/set-field-app...
  4. 파이썬에서 PDF 페이지 추출하기|Aspose.PDF for Python via .NET

    Python에서 단일 또는 여러 PDF 페이지를 새 파일로 추출하는 방법을 알아봅니다.... Document API ( ap.Document() ). 새 만들기 Document...파일로 가져옵니다. import aspose.pdf as ap def extract_page ( input_file_name...

    docs.aspose.com/pdf/ko/python-net/extract-pages/
  5. معالجة الجداول في مستندات PDF الحالية|Aspose.PD...

    تعرف على كيفية فحص وتعديل الجداول في مستندات PDF الحالية باستخدام Python....pdf as ap def replace_cell_text ( infile...Open PDF document document = ap . Document ( infile ) # Create...

    docs.aspose.com/pdf/ar/python-net/manipulating-...
  6. Управление таблицами в существующем PDF|Aspose....

    Узнайте, как просматривать и изменять таблицы в существующих PDF‑документах с помощью Python....pdf as ap def replace_cell_text ( infile...Open PDF document document = ap . Document ( infile ) # Create...

    docs.aspose.com/pdf/ru/python-net/manipulating-...
  7. 파이썬으로 PDF 파일 만들기|Aspose.PDF for Python via .NET

    .NET을 통해 파이썬용 Aspose.PDF 파일을 사용하여 파이썬에서 PDF 파일을 만들고 검색 가능한 PDF를 작성하는 방법을 알아봅니다....pdf as ap def create_new_document ( output_pdf...“Hello World!” page.""" document = ap . Document () page = document...

    docs.aspose.com/pdf/ko/python-net/create-pdf-do...
  8. Remove Tables from Existing PDF Documents|Aspos...

    Learn how to remove one or more tables from existing PDF documents in Python....pdf as ap from os import path import sys...existing PDF document document = ap . Document ( infile ) # Create...

    docs.aspose.com/pdf/python-net/removing-tables/
  9. Remove Tables from existing PDF|Aspose.PDF for ...

    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 # Load existing PDF document pdf_document = ap . Document...object to find tables absorber = ap . text . TableAbsorber () # Visit...

    docs.aspose.com/pdf/python-net/remove-tables-fr...
  10. 파이썬에서 PDF 아티팩트 계산|Aspose.PDF for Python via .NET

    .NET을 통해 Python용 Aspose.PDF 와 함께 Python을 사용하여 PDF 문서의 페이지 매김 아티팩트를 검사하고 계산하는 방법을 알아봅니다....pdf as ap def count_pdf_artifacts ( infile...types on the first page.""" with ap . Document ( infile ) as document...

    docs.aspose.com/pdf/ko/python-net/counting-arti...