Sort Score
Result 10 results
Languages All
Labels All
Results 201 - 210 of 4,093 for

ape

(0.24 sec)
  1. 使用 Python 为 PDF 添加页码|Aspose.PDF for Python via ...

    Aspose.PDF for Python via .NET 允许您使用 PageNumber Stamp 类为 PDF 文件添加页码。...pdf as ap # 打开文档 document = ap . Document ( input_pdf...# 创建页码图章 page_number_stamp = ap . PageNumberStamp () # 图章是否为背景...

    docs.aspose.com/pdf/zh/python-net/add-page-number/
  2. 파이썬에서 PDF를 다양한 이미지 형식으로 변환|Aspose.PDF for Pytho...

    이 주제는 Aspose.PDF for Python을 사용하여 PDF를 TIFF, BMP, EMF, JPEG, PNG, GIF, SVG와 같은 다양한 이미지 형식으로 몇 줄의 코드로 변환하는 방법을 보여줍니다....pdf as ap input_pdf = DIR_INPUT + "sample...tiff" # PDF 문서 열기 document = ap . Document ( input_pdf ) # 해상도...

    docs.aspose.com/pdf/ko/python-net/convert-pdf-t...
  3. PDF 粘性注释使用 Python|Aspose.PDF for Python via .NET

    本主题关于粘性注释,作为示例,我们展示文本中的水印注释。...pdf as ap document = ap . Document ( input_file...wa = ap . annotations . WatermarkAnnotation ( page , ap . Rectangle...

    docs.aspose.com/pdf/zh/python-net/sticky-annota...
  4. Annotations collantes PDF utilisant Python|Aspo...

    Ce sujet concerne les annotations collantes, en tant qu'exemple nous montrons l'Annotation Filigrane dans le texte....pdf as ap document = ap . Document ( input_file...wa = ap . annotations . WatermarkAnnotation ( page , ap . Rectangle...

    docs.aspose.com/pdf/fr/python-net/sticky-annota...
  5. Bekerja dengan Portofolio dalam PDF menggunakan...

    Cara Membuat Portofolio PDF dengan Python. Anda harus menggunakan File Microsoft Excel, dokumen Word, dan file gambar untuk membuat Portofolio PDF....pdf as ap # Memulai Objek Dokumen document = ap . Document...dokumen document . collection = ap . Collection () # Mendapatkan...

    docs.aspose.com/pdf/id/python-net/portfolio/
  6. Formatting PDF Document using Python|Aspose.PDF...

    Create and format the PDF Document with Aspose.PDF for Python via .NET. Use the next code snippet to resolve your tasks....pdf as ap # Open document document = ap . Document ( input_pdf...aspose.pdf as ap # Open document document = ap . Document ( input_pdf...

    docs.aspose.com/pdf/python-net/formatting-pdf-d...
  7. Chercher

    chercher...pdf as ap # Créer un objet PdfViewer viewer = ap.facades.PdfViewer();...import os import aspose.pdf as ap # Chemin du répertoire contenant...

    blog.aspose.com/fr/pdf/print-pdf-in-python/
  8. ค้นหา

    ค้นหา...pdf as ap # สร้างวัตถุ PdfViewer viewer = ap.facades.PdfViewer();...import os import aspose.pdf as ap # เส้นทางไดเร็กทอรีที่มีไฟล์...

    blog.aspose.com/th/pdf/print-pdf-in-python/
  9. Extract details from Signature|Aspose.PDF for P...

    How to extract image from digital signature in PDF documents using Aspose.PDF for Python....pdf as ap import aspose.pydrawing as drawing...outfile # Open PDF document with ap . Document ( path_infile ) as...

    docs.aspose.com/pdf/python-net/extract-image-an...
  10. How to add Smart Card signature to PDF|Aspose.P...

    Aspose.PDF for Python via .NET allows you to sign PDF documents from a smart card using signature field....pdf as ap import aspose.pydrawing as drawing...with ap . Document ( path_infile ) as document : with ap . facades...

    docs.aspose.com/pdf/python-net/sign-pdf-documen...