Sort Score
Result 10 results
Languages All
Labels All
Results 101 - 110 of 4,112 for

ape

(0.09 sec)
  1. Optimizar, Comprimir o Reducir el Tamaño de PDF...

    Optimizar archivo PDF, reducir todas las imágenes, reducir tamaño de PDF, Desincrustar fuentes, Eliminar objetos no utilizados con Python....pdf as ap # Abrir documento document = ap . Document (...aspose.pdf as ap # Abrir documento documento = ap . Document (...

    docs.aspose.com/pdf/es/python-net/optimize-pdf/
  2. Pythonを介してPDFドキュメントを操作する|Aspose.PDF for Python ...

    この記事には、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/ja/python-net/manipulate-pd...
  3. Pythonを使用してPDFにテキストを追加する|Aspose.PDF for Python ...

    この記事では、Aspose.PDFでのテキスト操作のさまざまな側面について説明します。PDFにテキストを追加する方法、HTMLフラグメントを追加する方法、またはカスタムOTFフォントを使用する方法を学びます。...pdf as ap # ドキュメントを開く document = ap . Document ( input_pdf...テキストフラグメントを作成 text_fragment = ap . text . TextFragment ( "main...

    docs.aspose.com/pdf/ja/python-net/add-text-to-p...
  4. 복잡한 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...
  5. PDF Tooltip menggunakan Python|Aspose.PDF untuk...

    Pelajari cara menambahkan tooltip ke fragmen teks dalam PDF menggunakan Python dan Aspose.PDF...pdf as ap document = ap . Document () document... add () . paragraphs . add ( ap . text . TextFragment ( "Gerakkan...

    docs.aspose.com/pdf/id/python-net/pdf-tooltip/
  6. Add Arc Object to PDF file|Aspose.PDF for Pytho...

    This article explains how to create a arc object to your PDF using Aspose.PDF for Python via .NET....pdf as ap import aspose.pdf.drawing as...Create PDF document document = ap . Document () # Add page page...

    docs.aspose.com/pdf/python-net/add-arc/
  7. Arşiv

    Arşiv...pdf as ap Şimdi, PDF’lerle etkili bir şekilde...aspose.pdf as ap # Yeni bir belge oluşturun document = ap.Document()...

    blog.aspose.com/tr/pdf/best-python-pdf-library/
  8. 파이썬을 사용하여 도형 주석 추가하기|Aspose.PDF for Python via ...

    이 문서에서는 Aspose.PDF for Python을 통해 PDF 문서에서 도형 주석을 추가, 가져오기 및 삭제하는 방법을 설명합니다....pdf as ap document = ap . Document ( input_file...input_file ) squareAnnotation = ap . annotations . SquareAnnotation (...

    docs.aspose.com/pdf/ko/python-net/figures-annot...
  9. Create Links in PDF file with Python|Aspose.PDF...

    This section explains how to create links in your PDF document with Python....pdf as ap from os import path path_infile...input PDF document document = ap . Document ( path_infile ) #...

    docs.aspose.com/pdf/python-net/create-links/
  10. Check shape bounds in Shapes collection using P...

    Learn how to check the bounds of an shApe when inserted into the ShApes collection to ensure it fits within its parent container....pdf as ap import aspose.pdf.drawing as...Document instance document = ap . Document () # Add page to pages...

    docs.aspose.com/pdf/python-net/aspose-pdf-drawi...