Sort Score
Result 10 results
Languages All
Labels All
Results 1,551 - 1,560 of 5,740 for

ape

(0.46 sec)
  1. フィールドアピアランスを取得|Aspose.PDF for Python via .NET

    この記事では、PDF を開く方法、フォームフィールドにアクセスする方法、表示設定を取得する方法、およびフォームフィールドを表示する方法について説明します。この例は、「Last Name」という名前のフィールドの外観を取得する方法を示しています。...pdf as ap import aspose.pydrawing as ap_pydrawing import...outfile ): # Open document doc = ap . Document ( infile ) # Create...

    docs.aspose.com/pdf/ja/python-net/get-field-app...
  2. Chercher

    chercher...pdf as ap # Charger le PDF doc = ap.Document("input...- newHeight) page.media_box = ap.Rectangle(newLLX, newLLY, newLLX...

    blog.aspose.com/fr/pdf/rotate-pdf-in-python/
  3. PdfViewer 类|Aspose.PDF for Python via .NET

    了解如何在 Aspose.PDF for Python via .NET 中使用 PdfViewer 类来解码所有 PDF 页面、解码特定页面,并检查与查看器相关的 PDF 元数据。...pdf as ap import aspose.pdf.facades as...() viewer . coordinate_type = ap . PageCoordinateType . MEDIA_BOX...

    docs.aspose.com/pdf/zh/python-net/pdfviewer-class/
  4. プログラムでPDFドキュメントを保存する|Aspose.PDF for Python via C++

    Python Aspose.PDF for Python via C++ライブラリでPDFファイルを保存する方法を学びます。PDFドキュメントをファイルシステム、ストリーム、およびWebアプリケーションに保存します。...AsposePDFPythonWrapp as ap document = ap . Document ( "sample.pdf"...

    docs.aspose.com/pdf/ja/python-cpp/save-pdf-docu...
  5. PDFファイルから画像を削除するPythonの使用|Aspose.PDF for Python...

    このセクションでは、Aspose.PDF for Python via .NETを使用してPDFファイルから画像を削除する方法を説明します。...pdf as ap # ドキュメントを開く document = ap . Document ( input_file...import aspose.pdf as ap # ドキュメントを開く document = ap . Document ( input_file...

    docs.aspose.com/pdf/ja/python-net/delete-images...
  6. 파이썬에서 프로그래밍 방식으로 PDF 분할|Aspose.PDF for Python v...

    이 주제는 파이썬 애플리케이션에서 PDF 페이지를 개별 PDF 파일로 분할하는 방법을 보여줍니다....pdf as ap # 문서 열기 document = ap . Document ( input_pdf...document . pages : new_document = ap . Document () new_document ....

    docs.aspose.com/pdf/ko/python-net/split-pdf-doc...
  7. Mengubah PDF ke HTML dalam Python|Aspose.PDF un...

    Topik ini menunjukkan cara mengubah file PDF ke format HTML dengan pustaka Aspose.PDF untuk Python .NET....pdf as ap input_pdf = DIR_INPUT + "sample...# Buka dokumen PDF document = ap . Document ( input_pdf ) # simpan...

    docs.aspose.com/pdf/id/python-net/convert-pdf-t...
  8. Diviser les fichiers PDF en Python|Aspose.PDF f...

    Apprenez comment diviser les pages PDF en fichiers PDF distincts en Python....pdf as ap # Open document document = ap . Document ( input_pdf...document . pages : new_document = ap . Document () new_document ....

    docs.aspose.com/pdf/fr/python-net/split-pdf/
  9. Agregar numero de pagina a PDF|Aspose.PDF for P...

    Aprenda a agregar numeros de pagina a documentos PDF usando PdfFileStamp en Python....pdf as ap import aspose.pdf.facades as...import path import aspose.pdf as ap import aspose.pdf.facades as...

    docs.aspose.com/pdf/es/python-net/page-number/
  10. 在 PDF 中添加页码|Aspose.PDF for Python via .NET

    了解如何在 Python 中使用 PdfFileStamp 为 PDF 文档添加页码。...pdf as ap import aspose.pdf.facades as...import path import aspose.pdf as ap import aspose.pdf.facades as...

    docs.aspose.com/pdf/zh/python-net/page-number/