Sort Score
Result 10 results
Languages All
Labels All
Results 151 - 160 of 4,110 for

ape

(0.12 sec)
  1. Añadir Anotaciones de Figuras usando Python|Asp...

    Este artículo describe cómo agregar, obtener y eliminar anotaciones de figuras de su documento PDF con Aspose.PDF para Python a través de .NET...pdf as ap document = ap . Document ( input_file...input_file ) squareAnnotation = ap . annotations . SquareAnnotation (...

    docs.aspose.com/pdf/es/python-net/figures-annot...
  2. Anotasi PDF sticky menggunakan Python|Aspose.PD...

    Topik ini tentang anotasi sticky, sebagai contoh kami menunjukkan Anotasi Watermark dalam teks....pdf as ap document = ap . Document ( input_file...wa = ap . annotations . WatermarkAnnotation ( page , ap . Rectangle...

    docs.aspose.com/pdf/id/python-net/sticky-annota...
  3. Tambahkan Cap Teks di PDF melalui Python|Aspose...

    Tambahkan cap teks ke dokumen PDF menggunakan kelas TextStamp dengan pustaka Aspose.PDF untuk Python....pdf as ap # Buka dokumen document = ap . Document ( input_pdf...# Buat cap teks text_stamp = ap . TextStamp ( "Sample Stamp"...

    docs.aspose.com/pdf/id/python-net/text-stamps-i...
  4. Arşiv

    Arşiv...pdf as ap # Belge nesnesini başlat document = ap.Document()...nesnesini başlat text_fragment = ap.text.TextFragment("Hello,world...

    blog.aspose.com/tr/pdf/create-pdf-files-in-python/
  5. أرشيف

    أرشيف...pdf as ap # تهيئة كائن المستند document = ap.Document() #...كائن تجزئة النص text_fragment = ap.text.TextFragment("Hello,world...

    blog.aspose.com/ar/pdf/create-pdf-files-in-python/
  6. 将 PDF 转换为 EPUB、LaTeX、文本、XPS 在 Python 中|Aspose.P...

    本主题向您展示如何使用 Python 将 PDF 文件转换为其他文件格式,如 EPUB、LaTeX、文本、XPS 等。...pdf as ap input_pdf = DIR_INPUT + "sample..."convert_pdf_to_epub.epub" # 打开PDF文档 document = ap . Document ( input_pdf ) # 实例化Epub保存选项...

    docs.aspose.com/pdf/zh/python-net/convert-pdf-t...
  7. 복잡한 PDF 만들기|Aspose.PDF for Python via .NET

    Aspose.PDF for Python via .NET을 사용하면 하나의 문서에 이미지, 텍스트 조각 및 테이블이 포함된 더 복잡한 문서를 만들 수 있습니다....pdf as ap # 문서 객체 초기화 document = ap . Document () #...page . add_image ( image_file , ap . Rectangle ( 20 , 730 , 120...

    docs.aspose.com/pdf/ko/python-net/complex-pdf-e...
  8. Archivio

    Archivio...pdf as ap # Crea un oggetto PdfViewer viewer = ap.facades.PdfViewer();...import os import aspose.pdf as ap # Percorso della directory contenente...

    blog.aspose.com/it/pdf/print-pdf-in-python/
  9. Procurar

    Procurar...pdf as ap # Criar objeto PDFViewer viewer = ap.facades.PdfViewer();...import os import aspose.pdf as ap # Caminho do diretório contendo...

    blog.aspose.com/pt/pdf/print-pdf-in-python/
  10. Pythonを使用してPDFに画像スタンプを追加する|Aspose.PDF for Pytho...

    ImageStampクラスを使用して、Aspose.PDF for PythonライブラリでPDFドキュメントに画像スタンプを追加します。...pdf as ap # ドキュメントを開く document = ap . Document ( input_pdf...input_pdf ) # 画像スタンプを作成 image_stamp = ap . ImageStamp ( input_image_file...

    docs.aspose.com/pdf/ja/python-net/image-stamps-...