Sort Score
Result 10 results
Languages All
Labels All
Results 601 - 610 of 5,873 for

ape

(0.65 sec)
  1. Python에서 PDF에 이미지 스탬프 추가|Aspose.PDF for Python ...

    Python에서 PDF 페이지에 이미지 스탬프를 추가하는 방법을 알아보세요.... ‘AP.Document () ‘를 사용하여 PDF를 로드합니다...import sys import aspose.pdf as ap from os import path def add_image_stamp...

    docs.aspose.com/pdf/ko/python-net/image-stamps-...
  2. 아크로폼 수정|Aspose.PDF for Python via .NET

    .NET을 통해 Python용 Aspose.PDF 를 사용하여 텍스트 지우기, 제한 설정, 필드 스타일 지정 및 필드 제거를 포함하여 PDF 문서의 AcroForm 필드를 수정할 수 있습니다....pdf as ap def clear_text_in_form ( input_file_name...output_file_name ): document = ap . Document ( input_file_name...

    docs.aspose.com/pdf/ko/python-net/modifying-form/
  3. Python で四角形シェイプを PDF に追加する方法|Aspose.PDF for Pyt...

    Python で PDF ファイルに四角形を描画して塗りつぶす方法を学びましょう。...pdf as ap import aspose.pdf.drawing as...( outfile : str ): document = ap . Document () page = document...

    docs.aspose.com/pdf/ja/python-net/add-rectangle/
  4. 在 Python 中统计 PDF 工件|Aspose.PDF for Python via .NET

    了解如何使用 Python 通过 Aspose.PDF for Python via .NET 检查并统计 PDF 文档中的分页工件。...pdf as ap def count_pdf_artifacts ( infile...types on the first page.""" with ap . Document ( infile ) as document...

    docs.aspose.com/pdf/zh/python-net/counting-arti...
  5. Compter les artefacts PDF en Python|Aspose.PDF ...

    Apprenez à inspecter et à compter les artefacts de pagination dans les documents PDF en utilisant Python avec Aspose.PDF for Python via .NET....pdf as ap def count_pdf_artifacts ( infile...types on the first page.""" with ap . Document ( infile ) as document...

    docs.aspose.com/pdf/fr/python-net/counting-arti...
  6. Convertir PDF en Word en Python|Aspose.PDF for ...

    Apprenez comment convertir PDF en Word en Python, y compris PDF en DOC, PDF en DOCX, et la reconnaissance avancée de mise en page avec Aspose.PDF....Chargez le PDF dans un objet ‘ap.Document’. Créez une instance...import path import aspose.pdf as ap import sys def convert_PDF_to_DOC...

    docs.aspose.com/pdf/fr/python-net/convert-pdf-t...
  7. 파이썬으로 PDF 문서 포맷 지정하기|Aspose.PDF for Python via ...

    Python에서 PDF 문서의 서식을 지정하고, 글꼴을 포함하고, 뷰어 설정을 제어하고, 표시 옵션을 조정하는 방법을 알아봅니다....pdf as ap def get_document_window ( input_pdf...for inspection.""" document = ap . Document ( input_pdf ) print...

    docs.aspose.com/pdf/ko/python-net/formatting-pd...
  8. Mengonversi PDF ke Berbagai Format Gambar dalam...

    Topik ini menunjukkan kepada Anda bagaimana menggunakan Aspose.PDF untuk Python untuk mengonversi PDF ke berbagai format gambar seperti TIFF, BMP, EMF, JPEG, PNG, GIF, SVG dengan beberapa baris kode....pdf as ap input_pdf = DIR_INPUT + "sample...# Buka dokumen PDF document = ap . Document ( input_pdf ) # Buat...

    docs.aspose.com/pdf/id/python-net/convert-pdf-t...
  9. Abrir documento PDF programáticamente|Aspose.PD...

    Aprenda cómo abrir un archivo PDF en Python con la biblioteca Aspose.PDF for Python via .NET. Puede abrir un PDF existente, un documento desde un flujo y un documento PDF cifrado....pdf as ap def open_document_from_file (...): # Open document document = ap . Document ( infile ) print (...

    docs.aspose.com/pdf/es/python-net/open-pdf-docu...
  10. Get and Set PDF Page Properties in Python|Aspos...

    Learn how to inspect and update PDF page properties such as size, count, and color information in Python....pdf as ap from os import path def get_page_count...): # Open document document = ap . Document ( input_file_name...

    docs.aspose.com/pdf/python-net/get-and-set-page...