Sort Score
Result 10 results
Languages All
Labels All
Results 271 - 280 of 4,096 for

ape

(0.39 sec)
  1. 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/
  2. Lưu trữ

    Lưu trữ...pdf as ap Bây giờ, hãy khám phá cách sử...aspose.pdf as ap # Tạo một tài liệu mới document = ap.Document()...

    blog.aspose.com/vi/pdf/best-python-pdf-library/
  3. تحويل PDF إلى EPUB، LaTeX، نص، XPS باستخدام باي...

    يوضح لك هذا الموضوع كيفية تحويل ملف PDF إلى صيغ ملفات أخرى مثل EPUB، LaTeX، نص، XPS إلخ باستخدام بايثون....pdf as ap input_pdf = DIR_INPUT + "sample...epub" # افتح مستند PDF document = ap . Document ( input_pdf ) # إنشاء...

    docs.aspose.com/pdf/ar/python-net/convert-pdf-t...
  4. العمل مع العناوين في PDF|Aspose.PDF لـ Python ع...

    إنشاء ترقيم في عنوان مستند PDF الخاص بك باستخدام Python. يوفر Aspose.PDF for Python عبر .NET أنواعًا مختلفة من أنماط الترقيم....pdf as ap document = ap . Document () document...document . page_info . margin = ap . MarginInfo () document . page_info...

    docs.aspose.com/pdf/ar/python-net/working-with-...
  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. Ajouter un en-tête et un pied de page au PDF en...

    Aspose.PDF pour Python via .NET vous permet d'ajouter des en-têtes et des pieds de page à votre fichier PDF en utilisant la classe TextStamp....pdf as ap # Ouvrir le document document = ap . Document (...Créer un en-tête textStamp = ap . TextStamp ( "Texte de l'en-tête"...

    docs.aspose.com/pdf/fr/python-net/add-headers-a...
  7. Tooltip em PDF usando Python|Aspose.PDF para Py...

    Aprenda como adicionar tooltip ao fragmento de texto em PDF usando Python e Aspose.PDF...pdf as ap document = ap . Document () document... add () . paragraphs . add ( ap . text . TextFragment ( "Mova...

    docs.aspose.com/pdf/pt/python-net/pdf-tooltip/
  8. Convertir un PDF en Différents Formats d'Image ...

    Ce sujet montre comment utiliser Aspose.PDF pour Python pour convertir un PDF en divers formats d'images, par exemple TIFF, BMP, EMF, JPEG, PNG, GIF, SVG avec quelques lignes de code....pdf as ap input_pdf = DIR_INPUT + "sample...Ouvrir le document PDF document = ap . Document ( input_pdf ) # Créer...

    docs.aspose.com/pdf/fr/python-net/convert-pdf-t...
  9. 创建 AcroForm - 在 Python 中创建可填写的 PDF|Aspose.PDF f...

    使用 Aspose.PDF for Python,您可以在 PDF 文件中从头开始创建表单...pdf as ap # 打开文档 pdfDocument = ap . Document ( input_file...input_file ) # 创建一个字段 textBoxField = ap . forms . TextBoxField ( pdfDocument...

    docs.aspose.com/pdf/zh/python-net/create-form/
  10. AcroForm 생성 - Python에서 작성 가능한 PDF 생성|Aspose.PDF...

    Aspose.PDF for Python을 사용하여 PDF 파일에서 처음부터 양식을 만들 수 있습니다....pdf as ap # 문서 열기 pdfDocument = ap . Document ( input_file...input_file ) # 필드 생성 textBoxField = ap . forms . TextBoxField ( pdfDocument...

    docs.aspose.com/pdf/ko/python-net/create-form/