Sort Score
Result 10 results
Languages All
Labels All
Results 151 - 160 of 3,647 for

ape

(0.08 sec)
  1. إنشاء AcroForm - إنشاء PDF قابل للتعبئة في بايث...

    باستخدام Aspose.PDF لبايثون يمكنك إنشاء نموذج من البداية في ملف PDF الخاص بك...pdf as ap # افتح المستند pdfDocument = ap . Document (...) # إنشاء حقل textBoxField = ap . forms . TextBoxField ( pdfDocument...

    docs.aspose.com/pdf/ar/python-net/create-form/
  2. Crear AcroForm - Crear PDF Rellenable en Python...

    Con Aspose.PDF para Python puedes crear un formulario desde cero en tu archivo PDF...pdf as ap # Abrir documento pdfDocument = ap . Document (...Crear un campo textBoxField = ap . forms . TextBoxField ( pdfDocument...

    docs.aspose.com/pdf/es/python-net/create-form/
  3. 파이썬을 사용하여 PDF에 텍스트 추가|Aspose.PDF for Python via...

    이 문서는 Aspose.PDF에서 텍스트 작업의 다양한 측면을 설명합니다. PDF에 텍스트를 추가하거나 HTML 조각을 추가하거나 사용자 정의 OTF 글꼴을 사용하는 방법을 알아보세요....pdf as ap # 문서 열기 document = ap . Document ( input_pdf...] # 텍스트 조각 생성 text_fragment = ap . text . TextFragment ( "main...

    docs.aspose.com/pdf/ko/python-net/add-text-to-p...
  4. إضافة رأس وتذييل إلى PDF باستخدام بايثون|Aspose...

    Aspose.PDF لبايثون عبر .NET يتيح لك إضافة رؤوس وتذييلات إلى ملف PDF الخاص بك باستخدام فئة TextStamp....pdf as ap # افتح المستند document = ap . Document ( input_pdf...input_pdf ) # إنشاء رأس textStamp = ap . TextStamp ( "Header Text" )...

    docs.aspose.com/pdf/ar/python-net/add-headers-a...
  5. Add Rectangle Object to PDF file|Aspose.PDF for...

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

    docs.aspose.com/pdf/python-net/add-rectangle/
  6. Add, Get or Remove Watermark in PDF using Pytho...

    Add, get or remove watermark from PDF file programmatically with Python sample code using Aspose.PDF for Python for .NET...pdf as ap input_pdf = DIR_INPUT_PAGES +...document = ap . Document ( input_pdf ) artifact = ap . WatermarkArtifact...

    products.aspose.com/pdf/python-net/watermark/
  7. 複雑なPDFの作成|Aspose.PDF for Python via .NET

    Aspose.PDF for Python via .NETを使用すると、画像、テキスト断片、およびテーブルを1つのドキュメントに含むより複雑なドキュメントを作成できます。...pdf as ap # ドキュメントオブジェクトを初期化 document = ap . Document ()...page . add_image ( image_file , ap . Rectangle ( 20 , 730 , 120...

    docs.aspose.com/pdf/ja/python-net/complex-pdf-e...
  8. Konversi PDF ke Excel di Python|Aspose.PDF untu...

    Aspose.PDF untuk perpustakaan Python memungkinkan Anda mengonversi PDF ke format Excel menggunakan Python. Format ini termasuk XLS, XLSX, XML 2003 Spreadsheet, CSV, ODS....pdf as ap input_pdf = DIR_INPUT + "sample...document = ap . Document ( input_pdf ) save_option = ap . ExcelSaveOptions...

    docs.aspose.com/pdf/id/python-net/convert-pdf-t...
  9. Text, Image or Page Stamps in PDF using Python ...

    Add stamps: text, image or page - to PDF programmatically with Python sample code using Aspose.PDF for Python via .NET....pdf as ap # Open document pdfDocument = ap . Document ()...Create text stamp textStamp = ap . TextStamp ( "Sample Stamp"...

    products.aspose.com/pdf/python-net/stamps/
  10. Python 를 사용하여 PDF에서 표 추가, 추출, 삭제 | Aspose.PDF

    COM Interop을 통해.NET 프레임워크, .NET 코어 및 PHP, VBScript, 델파이, C++에서 PDF 파일의 테이블과 함께 작동하는 파이썬 소스 코드입니다....pdf as ap input_file = DIR_INPUT_TABLE...Load source PDF document doc = ap . Document ( input_file ) # Initializes...

    products.aspose.com/pdf/ko/python-net/table/