Sort Score
Result 10 results
Languages All
Labels All
Results 1,221 - 1,230 of 5,749 for

ape

(0.31 sec)
  1. XFA フォームでの作業|Aspose.PDF for Python via .NET

    .NET API 経由の Aspose.PDF for Python を使用すると、PDF ドキュメント内の XFA フィールドと XFA アクロフォームフィールドを操作できます。...pdf as ap import sys from os import path...to standard AcroForm.""" with ap . Document ( infile ) as document...

    docs.aspose.com/pdf/ja/python-net/xfa-forms/
  2. 파이썬을 사용한 기본 텍스트 추출|Aspose.PDF for Python via .NET

    Python용 Aspose.PDF 를 사용하여 모든 페이지에서 한 번에 또는 특정 페이지에서 PDF 문서에서 텍스트를 추출하는 방법을 알아봅니다....pdf as ap def extract_text_from_all_pages...Open the PDF document document = ap . Document ( infile ) # Create...

    docs.aspose.com/pdf/ko/python-net/basic-text-ex...
  3. Classe Stamp|Aspose.PDF for Python via .NET

    Apprenez comment travailler avec la classe Stamp pour ajouter des tampons image, PDF et basés sur du texte aux documents PDF en Python....pdf as ap import aspose.pdf.facades as...def _create_text_state () -> ap . text . TextState : """Create...

    docs.aspose.com/pdf/fr/python-net/stamp-class/
  4. 档案

    档案...pdf as ap 提取文本:在 Python 中解析 PDF # 从 PDF...import aspose.pdf as ap # 打开 PDF 文档 document = ap.Document("AddText...

    blog.aspose.com/zh/pdf/parse-pdf-in-python/
  5. Add Attachments to PDF in Python|Aspose.PDF for...

    Learn how to add file attachments to PDF documents in Python using Aspose.PDF for Python via .NET....pdf as ap def add_attachments ( infile...with ap . Document ( infile ) as document : file_spec = ap . FileSpecification...

    docs.aspose.com/pdf/python-net/add-attachment-t...
  6. Añadiendo un archivo adjunto a un documento PDF...

    Esta página describe cómo agregar un archivo adjunto a un archivo PDF con Aspose.PDF para Python a través de la biblioteca .NET....pdf as ap # Abrir documento document = ap . Document (...como adjunto fileSpecification = ap . FileSpecification ( attachment_file...

    docs.aspose.com/pdf/es/python-net/add-attachmen...
  7. احصل على مظهر ميداني|Aspose.PDF for Python via ...

    تشرح هذه المقالة كيفية فتح PDF والوصول إلى حقل النموذج واسترداد إعدادات المظهر الخاصة به وعرضها. يوضح المثال استرداد مظهر الحقل المسمى «الاسم الأخير»....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/get-field-app...
  8. Rotacionar Páginas PDF em Python|Aspose.PDF for...

    Aprenda como rotacionar páginas PDF e alterar a orientação da página em Python....pdf as ap from os import path def rotate_page...infile , outfile ): document = ap . Document ( infile ) for page...

    docs.aspose.com/pdf/pt/python-net/rotate-pages/
  9. Modifier la taille de la page PDF en Python|Asp...

    Apprenez comment lire et modifier les dimensions de page PDF en Python....pdf as ap def set_page_size ( input_file_name...output_file_name ): document = ap . Document ( input_file_name...

    docs.aspose.com/pdf/fr/python-net/change-page-s...
  10. Arsip

    Arsip...pdf as ap # Muat file PDF document = ap.Document("input...pages: # Buat PDF baru splitPDF = ap.Document() # Tambahkan halaman...

    blog.aspose.com/id/pdf/split-pdf-in-python/