Sort Score
Result 10 results
Languages All
Labels All
Results 701 - 710 of 4,196 for

ape

(0.09 sec)
  1. Archiv

    Archiv...pdf as ap input_pdf = DIR_INPUT + "sample...Otevřete dokument PDF document = ap.Document(input_pdf) # Uložit...

    blog.aspose.com/cs/pdf/convert-pdf-to-doc-in-py...
  2. ค้นหา

    ค้นหา...pdf as ap # โหลดเอกสาร PDF อินพุต document = ap.Document("input...ตั้งค่าข้อความลายน้ำ stamp = ap.TextStamp("CONFIDENTIAL") # ...

    blog.aspose.com/th/pdf/add-watermark-in-pdf-in-...
  3. Ekstrak Tabel dari Dokumen PDF|Aspose.PDF untuk...

    Aspose.PDF untuk Python via .NET memungkinkan untuk melakukan berbagai manipulasi dengan tabel yang terdapat dalam dokumen pdf Anda....pdf as ap # Muat dokumen PDF sumber pdf_document = ap . Document...pdf_document . pages : absorber = ap . text . TableAbsorber () absorber...

    docs.aspose.com/pdf/id/python-net/extract-table...
  4. Menambahkan Lampiran ke Dokumen PDF menggunakan...

    Halaman ini menjelaskan bagaimana menambahkan lampiran ke file PDF dengan Aspose.PDF untuk Python via .NET library....pdf as ap # Buka dokumen document = ap . Document ( input_pdf...lampiran fileSpecification = ap . FileSpecification ( attachment_file...

    docs.aspose.com/pdf/id/python-net/add-attachmen...
  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. PDFをEPUB、LaTeX、Text、XPSに変換するPython|Aspose.PDF f...

    このトピックでは、Pythonを使用してPDFファイルをEPUB、LaTeX、Text、XPSなどの他のファイル形式に変換する方法を示します。...pdf as ap input_pdf = DIR_INPUT + "sample...epub" # PDFドキュメントを開く document = ap . Document ( input_pdf ) # Epub...

    docs.aspose.com/pdf/ja/python-net/convert-pdf-t...
  8. Obtenir et Définir les Propriétés des Pages ave...

    Cette section montre comment obtenir le nombre de pages dans un fichier PDF, obtenir des informations sur les propriétés des pages PDF telles que la couleur et définir les propriétés des pages....pdf as ap # Ouvrir le document document = ap . Document (...as ap # Instancier une instance de Document document = ap . Document...

    docs.aspose.com/pdf/fr/python-net/get-and-set-p...
  9. 파이썬을 사용하여 페이지 속성 가져오기 및 설정하기|Aspose.PDF for Pyt...

    이 섹션에서는 PDF 파일의 페이지 수를 가져오는 방법, 색상과 같은 PDF 페이지 속성에 대한 정보를 얻는 방법 및 페이지 속성을 설정하는 방법을 보여줍니다....pdf as ap # 문서 열기 document = ap . Document ( input_pdf...aspose.pdf as ap # Document 인스턴스 생성 document = ap . Document ()...

    docs.aspose.com/pdf/ko/python-net/get-and-set-p...
  10. Tambahkan Halaman dalam PDF dengan Python|Aspos...

    Artikel ini mengajarkan cara menyisipkan (menambahkan) halaman pada lokasi yang diinginkan dalam file PDF. Pelajari cara memindahkan, menghapus (menghilangkan) halaman dari file PDF menggunakan C#....pdf as ap # Buka dokumen document = ap . Document ( input_pdf...aspose.pdf as ap # Buka dokumen document = ap . Document ( input_pdf...

    docs.aspose.com/pdf/id/python-net/add-pages/