Sort Score
Result 10 results
Languages All
Labels All
Results 1,301 - 1,310 of 5,868 for

ape

(0.34 sec)
  1. ค้นหา

    ค้นหา...pdf as ap # โหลดไฟล์ PDF document = ap.Document("input...pages: # สร้าง PDF ใหม่ splitPDF = ap.Document() # เพิ่มหน้าใน PDF...

    blog.aspose.com/th/pdf/split-pdf-in-python/
  2. 将PDF转换为PowerPoint在Python中|Aspose.PDF for Python...

    Aspose.PDF允许您使用Python将PDF转换为PPT(PowerPoint)格式。可以通过将幻灯片作为图像的方式将PDF转换为PPTX。...pdf as ap input_pdf = DIR_INPUT + "sample...pptx" # 打开 PDF 文档 document = ap . Document ( input_pdf ) # 实例化...

    docs.aspose.com/pdf/zh/python-net/convert-pdf-t...
  3. احصل على مظهر ميداني|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...
  4. 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...
  5. 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/
  6. Lưu trữ

    Lưu trữ...pdf as ap # Tải tài liệu PDF đầu vào document = ap.Document("input...# Đặt văn bản hình mờ stamp = ap.TextStamp("CONFIDENTIAL") # Đặt...

    blog.aspose.com/vi/pdf/add-watermark-in-pdf-in-...
  7. آرشیوها

    آرشیوها...pdf as ap # سند PDF ورودی را بارگیری کنید document = ap.Document("input...# تنظیم متن واترمارک stamp = ap.TextStamp("CONFIDENTIAL") # ویژگی...

    blog.aspose.com/fa/pdf/add-watermark-in-pdf-in-...
  8. Python을 사용하여 주석 가져오기 및 내보내기|Aspose.PDF for Pyth...

    .NET을 통해 Python용 Aspose.PDF 를 사용하여 하나의 PDF에서 주석을 가져오고 새 PDF 문서로 내보내는 방법을 알아봅니다.... source_document = ap . Document ( infile ) 대상 PDF...없습니다. destination_document = ap . Document () 내보낸 주석을 위한 페이지...

    docs.aspose.com/pdf/ko/python-net/import-export...
  9. 设置字段外观|Aspose.PDF for Python via .NET

    本示例演示如何使用 Aspose.PDF for Python 更改 PDF 表单字段的视觉外观。...pdf as ap import aspose.pydrawing as ap_pydrawing import...outfile ): # Open document doc = ap . Document ( infile ) # Create...

    docs.aspose.com/pdf/zh/python-net/set-field-app...
  10. Remover Anexos de PDF em Python|Aspose.PDF for ...

    Aspose.PDF pode remover anexos dos seus documentos PDF. Use a API PDF para Python para remover anexos em arquivos PDF usando a biblioteca Aspose.PDF for Python via .NET....pdf as ap def remove_attachment ( infile...outfile ): # Open PDF document with ap . Document ( infile ) as document...

    docs.aspose.com/pdf/pt/python-net/removing-atta...