Sort Score
Result 10 results
Languages All
Labels All
Results 571 - 580 of 4,093 for

ape

(0.07 sec)
  1. Archivo

    Archivo...pdf as ap # Cargar documento PDF de entrada document = ap.Document("input...texto de marca de agua stamp = ap.TextStamp("CONFIDENTIAL") # Establecer...

    blog.aspose.com/es/pdf/add-watermark-in-pdf-in-...
  2. Archiv

    Archiv...pdf as ap # Eingabe-PDF Dokument laden document = ap.Document("input...Wasserzeichentext festlegen stamp = ap.TextStamp("CONFIDENTIAL") # Legen...

    blog.aspose.com/de/pdf/add-watermark-in-pdf-in-...
  3. ארכיון

    ארכיון...pdf as ap # טען מסמך PDF לקלט document = ap.Document("input...הגדר טקסט של סימן מים stamp = ap.TextStamp("CONFIDENTIAL") # הגדר...

    blog.aspose.com/he/pdf/add-watermark-in-pdf-in-...
  4. 파이썬을 사용하여 PDF 페이지 회전|Aspose.PDF for Python via ...

    이 주제는 파이썬을 사용하여 기존 PDF 파일에서 페이지 방향을 프로그래밍 방식으로 회전하는 방법을 설명합니다....pdf as ap doc = ap . Document ( input_pdf )...newHeight ) page . media_box = ap . Rectangle ( newLLX , newLLY...

    docs.aspose.com/pdf/ko/python-net/rotate-pages/
  5. Working with Backgrounds as Artifacts with Pyth...

    Add background image to the your PDF file with Python. Use the BackgroundArtifact class....pdf as ap import io def add_background_image...a new PDF document document = ap . Document () # Add a blank page...

    docs.aspose.com/pdf/python-net/add-backgrounds/
  6. Comment créer un PDF en utilisant Python|Aspose...

    Créez et formatez le document PDF avec Aspose.PDF pour Python via .NET....pdf as ap # Initialiser l'objet document document = ap . Document...page page . paragraphs . add ( ap . text . TextFragment ( "Hello...

    docs.aspose.com/pdf/fr/python-net/create-pdf-do...
  7. إضافة خلفية إلى PDF باستخدام Python|Aspose.PDF ...

    إضافة صورة خلفية إلى ملف PDF الخاص بك باستخدام Python. استخدم فئة BackgroundArtifact....pdf as ap # إنشاء كائن مستند جديد document = ap . Document...الأثرية للخلفية background = ap . BackgroundArtifact () # تحديد...

    docs.aspose.com/pdf/ar/python-net/add-backgrounds/
  8. Adding Attachment to a PDF document using Pytho...

    This page describes how to add an attachment to a PDF file with Aspose.PDF for Python via .NET library....pdf as ap # Open document document = ap . Document ( input_pdf...attachment fileSpecification = ap . FileSpecification ( attachment_file...

    docs.aspose.com/pdf/python-net/add-attachment-t...
  9. Extract Table from PDF Document|Aspose.PDF for ...

    Aspose.PDF for Python via .NET makes it possible to carry out various manipulations with the tables contained in your pdf document....pdf as ap # Load source PDF document pdf_document = ap . Document...pdf_document . pages : absorber = ap . text . TableAbsorber () absorber...

    docs.aspose.com/pdf/python-net/extract-table-fr...
  10. PDF/3-A 준수 PDF 생성 및 ZUGFeRD 인보이스를 Python에 첨부|As...

    Aspose.PDF for Python via .NET에서 ZUGFeRD가 포함된 PDF 문서를 생성하는 방법을 알아봅니다....pdf as ap # 입력 및 출력 PDF 파일이 있는 디렉토리의 경로를..."ZUGFeRD/ZUGFeRD-test.pdf" document = ap . Document ( path ) # ZUGFeRD...

    docs.aspose.com/pdf/ko/python-net/attach-zugferd/