Sort Score
Result 10 results
Languages All
Labels All
Results 91 - 100 of 4,110 for

ape

(0.13 sec)
  1. 複雑な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...
  2. Modifying AcroForm|Aspose.PDF for Python via .NET

    Modifying form in your PDF file with Aspose.PDF for Python via .NET library. You can add or remove fields in existing form, get and set field limit and etc....pdf as ap from aspose.pycore import cast...dataDir + outfile document = ap . Document ( path_infile ) #...

    docs.aspose.com/pdf/python-net/modifying-form/
  3. 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/
  4. إنشاء 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/
  5. PDF에 이미지 스탬프 추가하기 (Python 사용)|Aspose.PDF for Py...

    Aspose.PDF for Python 라이브러리의 ImageStamp 클래스를 사용하여 PDF 문서에 이미지 스탬프를 추가합니다....pdf as ap # 문서 열기 document = ap . Document ( input_pdf...) # 이미지 스탬프 생성 image_stamp = ap . ImageStamp ( input_image_file...

    docs.aspose.com/pdf/ko/python-net/image-stamps-...
  6. O que há de novo|Aspose.PDF para Python via .NET

    Nesta página são apresentadas as novas funcionalidades mais populares no Aspose.PDF para Python via .NET que foram introduzidas em lançamentos recentes....pdf as ap input_pdf_path = DIR_INPUT +...doc = ap . Document ( input_pdf_path ) save_options = ap . pdftomarkdown...

    docs.aspose.com/pdf/pt/python-net/whatsnew/
  7. ما الجديد|Aspose.PDF لـ Python عبر .NET

    في هذه الصفحة يتم تقديم الميزات الجديدة الأكثر شيوعًا في Aspose.PDF لـ Python عبر .NET التي تم تقديمها في الإصدارات الأخيرة....pdf as ap input_pdf_path = DIR_INPUT +...doc = ap . Document ( input_pdf_path ) save_options = ap . pdftomarkdown...

    docs.aspose.com/pdf/ar/python-net/whatsnew/
  8. Qué hay de nuevo|Aspose.PDF para Python a travé...

    En esta página se presentan las características nuevas más populares en Aspose.PDF para Python a través de .NET que se han introducido en lanzamientos recientes....pdf as ap input_pdf_path = DIR_INPUT +...doc = ap . Document ( input_pdf_path ) save_options = ap . pdftomarkdown...

    docs.aspose.com/pdf/es/python-net/whatsnew/
  9. 使用文本注释处理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/
  10. Adding Header and Footer to PDF using Python|As...

    Aspose.PDF for Python via .NET allows you to add headers and footers to your PDF file using TextStamp class....pdf as ap # Global configuration DATA_DIR...Create header text header_text = ap . text . TextFragment ( "Demo...

    docs.aspose.com/pdf/python-net/add-headers-and-...