Sort Score
Result 10 results
Languages All
Labels All
Results 311 - 320 of 5,749 for

ape

(0.25 sec)
  1. Watermark Annotations using Python|Aspose.PDF f...

    Learn how to add, inspect, and delete watermark annotations in PDF documents using Aspose.PDF for Python via .NET....get the target page document = ap . Document ( infile ) page =...watermark_annotation = ap . annotations . WatermarkAnnotation ( page , ap . Rectangle...

    docs.aspose.com/pdf/python-net/watermark-annota...
  2. Anotações de Segurança usando Python|Aspose.PDF...

    Aprenda como marcar texto para remoção, aplicar anotações de remoção e remover áreas de imagens em arquivos PDF usando Aspose.PDF for Python via .NET....document = ap . Document ( infile ) text_fragment_absorber = ap . text...search_term ) text_search_options = ap . text . TextSearchOptions (...

    docs.aspose.com/pdf/pt/python-net/security-anno...
  3. 파이썬에서 PDF 텍스트 포맷 지정하기|Aspose.PDF for Python via...

    간격, 테두리, 들여쓰기 및 스타일 지정 옵션을 사용하여 Python에서 PDF 문서 내의 텍스트 서식을 지정하는 방법을 알아봅니다....pdf as ap import sys from os import path...case ( outfile ): document = ap . Document () page = document...

    docs.aspose.com/pdf/ko/python-net/text-formatti...
  4. Example of Hello World using Python|Aspose.PDF ...

    This sample demonstrates how to create a simple PDF document with text Hello World using Aspose.PDF for Python via .NET....pdf as ap def run_simple ( self ): # Initialize...Initialize document object document = ap . Document () # Add page page...

    docs.aspose.com/pdf/python-net/hello-world-exam...
  5. PythonでPDFにテキストスタンプを追加|Aspose.PDF for Python vi...

    Aspose.PDF for Pythonライブラリを使用してTextStampクラスでPDFドキュメントにテキストスタンプを追加します。...pdf as ap # ドキュメントを開く document = ap . Document ( input_pdf...) # テキストスタンプを作成 text_stamp = ap . TextStamp ( "Sample Stamp"...

    docs.aspose.com/pdf/ja/python-net/text-stamps-i...
  6. Конвертировать форматы изображений в PDF на Pyt...

    Узнайте, как конвертировать BMP, CGM, DICOM, PNG, TIFF, EMF, SVG и другие форматы изображений в PDF на Python с помощью Aspose.PDF for Python via .NET....pdf as ap from os import path import sys...infile , outfile ): document = ap . Document () page = document...

    docs.aspose.com/pdf/python-net/convert-images-f...
  7. Converter formatos de imagem para PDF em Python...

    Aprenda como converter BMP, CGM, DICOM, PNG, TIFF, EMF, SVG e outros formatos de imagem para PDF em Python com Aspose.PDF for Python via .NET....pdf as ap from os import path import sys...infile , outfile ): document = ap . Document () page = document...

    docs.aspose.com/pdf/pt/python-net/convert-image...
  8. Rotacionar Texto PDF em Python|Aspose.PDF for P...

    Aprenda como rotacionar fragmentos de texto e parágrafos dentro de documentos PDF em Python....pdf as ap def rotate_text_inside_pdf_1...): # Create PDF document with ap . Document () as document : #...

    docs.aspose.com/pdf/pt/python-net/rotate-text-i...
  9. Faire pivoter le texte PDF en Python|Aspose.PDF...

    Apprenez comment faire pivoter les fragments de texte et les paragraphes à l'intérieur des documents PDF en Python....pdf as ap def rotate_text_inside_pdf_1...): # Create PDF document with ap . Document () as document : #...

    docs.aspose.com/pdf/fr/python-net/rotate-text-i...
  10. Python でカーブシェイプを PDF に追加する方法|Aspose.PDF for Pyt...

    Python で PDF ファイルにカーブシェイプを描画して塗りつぶす方法を学びましょう。...pdf as ap import aspose.pdf.drawing as...( outfile : str ): document = ap . Document () page = document...

    docs.aspose.com/pdf/ja/python-net/add-curve/