Sort Score
Result 10 results
Languages All
Labels All
Results 91 - 100 of 4,093 for

ape

(0.13 sec)
  1. 用Python添加图形注释|Aspose.PDF for Python via .NET

    本文描述了如何使用Aspose.PDF for Python通过.NET添加、获取和删除PDF文档中的图形注释...pdf as ap document = ap . Document ( input_file...input_file ) squareAnnotation = ap . annotations . SquareAnnotation (...

    docs.aspose.com/pdf/zh/python-net/figures-annot...
  2. Tambahkan Nomor Halaman ke PDF dengan Python|As...

    Aspose.PDF untuk Python melalui .NET memungkinkan Anda menambahkan Stempel Nomor Halaman ke file PDF Anda menggunakan kelas PageNumber Stamp....pdf as ap # Buka dokumen document = ap . Document ( input_pdf...nomor halaman page_number_stamp = ap . PageNumberStamp () # Apakah...

    docs.aspose.com/pdf/id/python-net/add-page-number/
  3. Trabajando con Portafolio en PDF usando Python|...

    Cómo Crear un Portafolio en PDF con Python. Debe usar un archivo de Microsoft Excel, un documento de Word y un archivo de imagen para crear un Portafolio en PDF....pdf as ap # Instanciar objeto Document document = ap . Document...documento document . collection = ap . Collection () # Obtener archivos...

    docs.aspose.com/pdf/es/python-net/portfolio/
  4. Python을 통한 PDF 문서 조작|Aspose.PDF for Python via ...

    이 기사는 Python을 사용하여 PDF A 표준에 대해 PDF 문서를 검증하는 방법, 목차 작업 방법, PDF 만료 날짜 설정 방법 등에 대한 정보를 포함하고 있습니다....pdf as ap # 문서 열기 document = ap . Document ( input_pdf...document . validate ( output_xml , ap . PdfFormat . PDF_A_1A ) 다음 코드...

    docs.aspose.com/pdf/ko/python-net/manipulate-pd...
  5. Manipuler un document PDF en Python via .NET|As...

    Cet article contient des informations sur la façon de valider un document PDF pour la norme PDF A en utilisant Python, comment travailler avec le TOC, comment définir une date d'expiration pour le PDF, etc....pdf as ap # Ouvrir le document document = ap . Document (...document . validate ( output_xml , ap . PdfFormat . PDF_A_1A ) L’exemple...

    docs.aspose.com/pdf/fr/python-net/manipulate-pd...
  6. Архивы

    Архивы...pdf as ap # Создать объект PDFViewer viewer = ap.facades.PdfViewer();...import os import aspose.pdf as ap # Путь к каталогу, содержащему...

    blog.aspose.com/ru/pdf/print-pdf-in-python/
  7. Anotasi Sorotan PDF menggunakan Python|Aspose.P...

    Anotasi Markup disajikan dalam teks sebagai sorotan, garis bawah, coretan, atau garis bawah bergerigi dalam teks dokumen....pdf as ap # Buka dokumen document = ap . Document ( input_file...Annotation highlightAnnotation = ap . annotations . HighlightAnnotation...

    docs.aspose.com/pdf/id/python-net/highlights-an...
  8. PDF Highlights Annotation using Python|Aspose.P...

    Learn how to add highlights annotations to PDF files in Python using Aspose.PDF for text emphasis....pdf as ap # Open document document = ap . Document ( input_file...Annotation highlightAnnotation = ap . annotations . HighlightAnnotation...

    docs.aspose.com/pdf/python-net/highlights-annot...
  9. 在 PDF 中添加文字印章通过 Python|Aspose.PDF for Python vi...

    使用 Aspose.PDF for Python 库的 TextStamp 类向 PDF 文档添加文字印章。...pdf as ap # 打开文档 document = ap . Document ( input_pdf...input_pdf ) # 创建文字印章 text_stamp = ap . TextStamp ( "Sample Stamp"...

    docs.aspose.com/pdf/zh/python-net/text-stamps-i...
  10. PDF 문서 프로그래밍 방식으로 열기|Aspose.PDF for Python via ...

    Python Aspose.PDF for Python via .NET 라이브러리를 사용하여 PDF 파일을 여는 방법을 알아보세요. 기존 PDF, 스트림의 문서 및 암호화된 PDF 문서를 열 수 있습니다....pdf as ap # 문서 열기 document = ap . Document ( input_pdf...PDF 문서 열기 import aspose.pdf as ap input_pdf = DIR_INPUT + "sample...

    docs.aspose.com/pdf/ko/python-net/open-pdf-docu...