Sort Score
Result 10 results
Languages All
Labels All
Results 921 - 930 of 5,749 for

ape

(0.69 sec)
  1. Open PDF document programmatically|Aspose.PDF f...

    Learn how to open a PDF file in Python Aspose.PDF for Python via C++ library. You can open existing PDF, document from stream, and encrypted PDF document....AsposePDFPythonWrapp as ap # Open document document = ap . Document ( "sample...AsposePDFPythonWrapp as ap # Open document document = ap . Document ( "sample...

    docs.aspose.com/pdf/python-cpp/open-pdf-document/
  2. Supprimer les tableaux des documents PDF exista...

    Apprenez comment supprimer un ou plusieurs tableaux des documents PDF existants en Python....pdf as ap from os import path import sys...existing PDF document document = ap . Document ( infile ) # Create...

    docs.aspose.com/pdf/fr/python-net/removing-tables/
  3. PDF/3-A 호환 PDF 작성 및 파이썬으로 ZugFERD 인보이스 첨부|Aspos...

    .NET을 통해 파이썬용 Aspose.PDF 파일에서 ZugFerd를 사용하여 PDF 문서를 생성하는 방법을 알아보세요....pdf as ap def attach_invoice_zugferd_format...invoice , outfile ): document = ap . Document ( infile ) # Create...

    docs.aspose.com/pdf/ko/python-net/attach-zugferd/
  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.PDF f...

    تعرف على كيفية إضافة التعليقات التوضيحية الصوتية والثلاثية الأبعاد والشاشة والوسائط الغنية إلى مستندات PDF، وكيفية فحص التعليقات التوضيحية للوسائط المتعددة أو حذفها باستخدام Aspose.PDF لـ Python عبر .NET....dirname ( infile ) document = ap . Document ( infile ) page =...ann . SoundAnnotation ( page , ap . Rectangle ( 20 , 700 , 60 ...

    docs.aspose.com/pdf/ar/python-net/media-annotat...
  6. Media Annotations in PDF|Aspose.PDF for Python ...

    Learn how to add sound, 3D, screen, and rich media annotations to PDF documents, and how to inspect or delete multimedia annotations using Aspose.PDF for Python via .NET....dirname ( infile ) document = ap . Document ( infile ) page =...ann . SoundAnnotation ( page , ap . Rectangle ( 20 , 700 , 60 ...

    docs.aspose.com/pdf/python-net/media-annotations/
  7. معالجة الجداول في مستندات 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-...
  8. Управление таблицами в существующем 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-...
  9. 파이썬으로 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...
  10. Python で他のファイル形式を PDF に変換する方法|Aspose.PDF for Py...

    .NET 経由の Aspose.PDF for Python を使用して、EPUB、Markdown、PCL、XPS、PostScript、XML、LaTeX ファイルを Python で PDF に変換する方法を学びましょう。...pdf as ap import sys def convert_OFD_to_PDF...load_options = ap . OfdLoadOptions () document = ap . Document (...

    docs.aspose.com/pdf/ja/python-net/convert-other...