Sort Score
Result 10 results
Languages All
Labels All
Results 491 - 500 of 4,096 for

ape

(0.07 sec)
  1. الحصول على، تحديث وتوسيع إشارة مرجعية باستخدام ...

    تصف هذه المقالة كيفية استخدام الإشارات المرجعية في ملف PDF باستخدام مكتبة Aspose.PDF لبايثون....pdf as ap # افتح المستند document = ap . Document ( input_pdf...as ap # إنشاء محرر الإشارات المرجعية bookmarkEditor = ap . facades...

    docs.aspose.com/pdf/ar/python-net/get-update-an...
  2. 档案

    档案...pdf as ap # 创建 PdfViewer 对象 viewer = ap.facades.PdfViewer();...import os import aspose.pdf as ap # 包含要打印的 PDF 文件的目录路径 path = "D:\\Files\\"...

    blog.aspose.com/zh/pdf/print-pdf-in-python/
  3. Lưu trữ

    Lưu trữ...pdf as ap # Tạo đối tượng PdfViewer viewer = ap.facades.PdfViewer();...import os import aspose.pdf as ap # Đường dẫn thư mục chứa file...

    blog.aspose.com/vi/pdf/print-pdf-in-python/
  4. Convert PDF/x to PDF formats in Python|Aspose.P...

    This topic shows you how to convert PDF/x to PDF formats using Aspose.PDF for Python via .NET....Load the PDF document using ‘ap.Document’. Call ‘remove_pdfa_compliance()’...import path import aspose.pdf as ap path_infile = path . join ( self...

    docs.aspose.com/pdf/python-net/convert-pdf_x-to...
  5. Working with XFA Forms|Aspose.PDF for Python vi...

    Aspose.PDF for Python via .NET API lets you work with XFA and XFA Acroform fields in a PDF document....pdf as ap path_infile = self . data_dir...# Load dynamic XFA form with ap . Document ( path_infile ) as...

    docs.aspose.com/pdf/python-net/xfa-forms/
  6. 档案

    档案...pdf as ap # 初始化文档对象 document = ap.Document() # 添加页面...add() # 初始化文本片段对象 text_fragment = ap.text.TextFragment("Hello,world...

    blog.aspose.com/zh/pdf/create-pdf-files-in-python/
  7. Chercher

    chercher...pdf as ap # Initialiser l'objet document document = ap.Document()...textfragment text_fragment = ap.text.TextFragment("Hello,world...

    blog.aspose.com/fr/pdf/create-pdf-files-in-python/
  8. Python을 사용하여 PDF에 워터마크 추가|Aspose.PDF for Python...

    이 문서는 Python을 사용하여 PDF에서 아티팩트를 작업하고 워터마크를 얻는 기능을 설명합니다....pdf as ap document = ap . Document ( input_pdf...) artifact = ap . WatermarkArtifact () ts = ap . text . TextState...

    docs.aspose.com/pdf/ko/python-net/add-watermarks/
  9. Mover páginas de PDF programáticamente a través...

    Intente mover páginas a la ubicación deseada o al final de un archivo PDF usando Aspose.PDF para Python a través de .NET....pdf as ap srcDocument = ap . Document ( src_file_name...src_file_name ) dstDocument = ap . Document ( dst_File_name ) page =...

    docs.aspose.com/pdf/es/python-net/move-pages/
  10. 記録

    記録...pdf as ap # ドキュメント オブジェクトの初期化 document = ap.Document() #...オブジェクトを初期化する text_fragment = ap.text.TextFragment("Hello,world...

    blog.aspose.com/ja/pdf/create-pdf-files-in-python/