Sort Score
Result 10 results
Languages All
Labels All
Results 161 - 170 of 5,741 for

ape

(0.98 sec)
  1. Création d'un PDF complexe|Aspose.PDF pour Pyth...

    Aspose.PDF pour Python via .NET vous permet de créer des documents plus complexes contenant des images, des fragments de texte et des tableaux dans un seul document....pdf as ap # Initialiser l'objet document document = ap . Document...page . add_image ( image_file , ap . Rectangle ( 20 , 730 , 120...

    docs.aspose.com/pdf/fr/python-net/complex-pdf-e...
  2. Crear enlaces PDF en Python|Aspose.PDF for Pyth...

    Aprende cómo crear enlaces PDF internos, externos y remotos en Python....pdf as ap from os import path import sys...infile , outfile ): document = ap . Document ( infile ) page =...

    docs.aspose.com/pdf/es/python-net/create-links/
  3. 使用 Python 添加额外注释|Aspose.PDF for Python via .NET

    本节描述如何从您的 PDF 文档中添加、获取和删除额外类型的注释。...pdf as ap # 打开文档 document = ap . Document ( input_file...input_file ) caretAnnotation1 = ap . annotations . CaretAnnotation...

    docs.aspose.com/pdf/zh/python-net/extra-annotat...
  4. Python에서 디지털 서명 추가 또는 PDF에 디지털 서명|Aspose.PDF fo...

    Python에서 PDF 문서에 디지털 서명하고, 타임스탬프를 추가하고, 서명의 유효성을 검사하는 방법을 알아봅니다....pdf as ap import aspose.pydrawing as drawing...""" with ap . Document ( infile ) as document : with ap . facades...

    docs.aspose.com/pdf/ko/python-net/digitally-sig...
  5. Конвертировать PDF в HTML на Python|Aspose.PDF ...

    Узнайте, как конвертировать PDF в HTML на Python с помощью Aspose.PDF for Python via .NET, включая многостраничный вывод, внешние изображения, обработку SVG и слоистый рендеринг HTML....pdf as ap from os import path import sys...document = ap . Document ( infile ) save_options = ap . HtmlSaveOptions...

    docs.aspose.com/pdf/python-net/convert-pdf-to-h...
  6. Python에서 Tagged PDF의 테이블 작업|Aspose.PDF for Pyth...

    Aspose.PDF for Python via .NET를 사용하여 Python에서 태그가 지정된 PDF의 접근 가능한 테이블을 작업하는 방법을 배우세요. 여기에는 구조, 스팬, 정렬 및 PDF/UA 친화적인 테이블 마크업이 포함됩니다....pdf as ap import sys from os import path...): # Create PDF document with ap . Document () as document : tagged_content...

    docs.aspose.com/pdf/ko/python-net/working-with-...
  7. Create AcroForm - Create Fillable PDF in Python...

    Create AcroForm fields from scratch in PDF documents by using 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/python-net/create-form/
  8. Creating a complex PDF|Aspose.PDF for Python vi...

    Aspose.PDF for Python via .NET allows you to create more complex documents that contain images, text fragments, and tables in one document....pdf as ap def run_complex ( self ): # Initialize...Initialize document object document = ap . Document () # Add page page...

    docs.aspose.com/pdf/python-net/complex-pdf-exam...
  9. إنشاء ملف PDF معقد|Aspose.PDF لـ Python عبر .NET

    يتيح لك Aspose.PDF لـ Python عبر .NET إنشاء مستندات أكثر تعقيدًا تحتوي على صور وقطع نصية وجداول في مستند واحد....pdf as ap # تهيئة كائن المستند document = ap . Document ()...page . add_image ( image_file , ap . Rectangle ( 20 , 730 , 120...

    docs.aspose.com/pdf/ar/python-net/complex-pdf-e...
  10. Annotation de surlignage PDF en utilisant Pytho...

    Les annotations de balisage sont présentées dans le texte sous forme de surlignages, de soulignements, de barrés ou de soulignements en zigzag dans le texte d'un document....pdf as ap # Ouvrir le document document = ap . Document (...Cercle highlightAnnotation = ap . annotations . HighlightAnnotation...

    docs.aspose.com/pdf/fr/python-net/highlights-an...