Sort Score
Result 10 results
Languages All
Labels All
Results 201 - 210 of 5,866 for

ape

(0.26 sec)
  1. Ajouter des infobulles au texte PDF en Python|A...

    Apprenez comment ajouter des infobulles aux fragments de texte dans les documents PDF en Python....pdf as ap import aspose.pydrawing as drawing...): # Create PDF document with ap . Document () as document : document...

    docs.aspose.com/pdf/fr/python-net/pdf-tooltip/
  2. Converter PDF para PDF/A, PDF/E e PDF/X em Pyth...

    Aprenda como converter arquivos PDF para PDF/A, PDF/E e PDF/X em Python com Aspose.PDF for Python via .NET para arquivamento, acessibilidade e fluxos de trabalho de impressão....Carregue o documento PDF usando ‘ap.Document’. Chame o método convert...conformidade. Formato de destino - ‘ap.PdfFormat.PDF_A_1B’ (padrão de...

    docs.aspose.com/pdf/pt/python-net/convert-pdf-t...
  3. Python에서 PDF를 이미지 형식으로 변환|Aspose.PDF for Python...

    .NET을 통해 파이썬용 Aspose.PDF 파일을 사용하여 파이썬에서 PDF 페이지를 TIFF, BMP, EMF, JPEG, PNG, GIF 및 SVG 파일로 렌더링하는 방법을 알아봅니다....pdf as ap from io import FileIO from os...document = ap . Document ( infile ) resolution = ap . devices...

    docs.aspose.com/pdf/ko/python-net/convert-pdf-t...
  4. 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...
  5. PDF ハイライト注釈を使用したPython|Aspose.PDF for Python vi...

    マークアップ注釈は、ドキュメントのテキスト中にハイライト、下線、取り消し線、またはギザギザの下線として表示されます。...pdf as ap # ドキュメントを開く document = ap . Document ( input_file...円形注釈を作成する highlightAnnotation = ap . annotations . HighlightAnnotation...

    docs.aspose.com/pdf/ja/python-net/highlights-an...
  6. Créer AcroForm - Créer un PDF remplissable en P...

    Créez des champs AcroForm à partir de zéro dans les documents PDF en utilisant Aspose.PDF for Python via .NET....pdf as ap import aspose.pydrawing as drawing...output_file_name ): document = ap . Document () page = document...

    docs.aspose.com/pdf/fr/python-net/create-form/
  7. 使用文本注释处理PDF通过Python|Aspose.PDF for Python via .NET

    Aspose.PDF for Python 允许您从PDF文档中添加、获取和删除文本注释。...pdf as ap document = ap . Document ( input_file...input_file ) textAnnotation = ap . annotations . TextAnnotation ( document...

    docs.aspose.com/pdf/zh/python-net/text-annotation/
  8. Text Based Annotations using Python|Aspose.PDF ...

    Learn how to add, inspect, and delete free text, highlight, underline, squiggly, and strikeout annotations in PDF documents using Aspose.PDF for Python via .NET....Open the source PDF document = ap . Document ( infile ) Create...annotation free_text_annotation = ap . annotations . FreeTextAnnotation...

    docs.aspose.com/pdf/python-net/text-based-annot...
  9. قارن مستندات PDF في Python|Aspose.PDF for Pytho...

    تعرف على كيفية مقارنة مستندات PDF في Python باستخدام مخرجات الفرق جنبًا إلى جنب والرسوم البيانية مع Aspose.PDF لـ Python عبر .NET....pdf as ap import sys from os import path...document_1 = ap . Document ( infile1 ) document_2 = ap . Document...

    docs.aspose.com/pdf/ar/python-net/compare-pdf-d...
  10. Agregar Image Stamps a PDF en Python|Aspose.PDF...

    Aprende cómo agregar image stamps a páginas PDF en Python.... Cargue el PDF usando ‘ap.Document()’. Cree un sello de...import sys import aspose.pdf as ap from os import path def add_image_stamp...

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