Sort Score
Result 10 results
Languages All
Labels All
Results 781 - 790 of 4,096 for

ape

(0.31 sec)
  1. أرشيف

    أرشيف...pdf as ap # الخطوة 2: قم بتحميل مستند PDF document = ap.Document("input...in document.pages: page.resize(ap.PageSize.A3) # الخطوة 4: احفظ...

    blog.aspose.com/ar/pdf/resize-pdf-document-in-p...
  2. 从 PDF 文档中提取表格|Aspose.PDF for Python via .NET

    Aspose.PDF for Python via .NET 可以对您的 PDF 文档中包含的表格进行各种操作。...pdf as ap # 加载源 PDF 文档 pdf_document = ap . Document ( input_file...pdf_document . pages : absorber = ap . text . TableAbsorber () absorber...

    docs.aspose.com/pdf/zh/python-net/extract-table...
  3. Lưu trữ

    Lưu trữ...pdf as ap # Khởi tạo đối tượng TeXLoadOptions options = ap.TeXLoadOptions()...Tải tài liệu TEX pdfDocument = ap.Document("sample.tex", options)...

    blog.aspose.com/vi/pdf/convert-latex-to-word-py...
  4. Lưu trữ

    Lưu trữ...pdf as ap input_pdf = DIR_INPUT + "sample...# Mở tài liệu PDF document = ap.Document(input_pdf) # Lưu PDF...

    blog.aspose.com/vi/pdf/convert-pdf-to-doc-in-py...
  5. 从 PDF 文件中删除图像使用 Python|Aspose.PDF for Python vi...

    本节解释如何使用 Aspose.PDF for Python via .NET 从 PDF 文件中删除图像。...pdf as ap # 打开文档 document = ap . Document ( input_file...import aspose.pdf as ap # 打开文档 document = ap . Document ( input_file...

    docs.aspose.com/pdf/zh/python-net/delete-images...
  6. Adicionando Anexo a um Documento PDF usando Pyt...

    Esta página descreve como adicionar um anexo a um arquivo PDF com Aspose.PDF para Python via biblioteca .NET....pdf as ap # Abrir documento document = ap . Document (...como anexo fileSpecification = ap . FileSpecification ( attachment_file...

    docs.aspose.com/pdf/pt/python-net/add-attachmen...
  7. Extraire un tableau d'un document PDF|Aspose.PD...

    Aspose.PDF pour Python via .NET permet d'effectuer diverses manipulations avec les tableaux contenus dans votre document PDF....as ap # Charger le document PDF source pdf_document = ap . Document...pdf_document . pages : absorber = ap . text . TableAbsorber () absorber...

    docs.aspose.com/pdf/fr/python-net/extract-table...
  8. 档案

    档案...pdf as ap # 加载PDF文件 document = ap.Document("input.pdf")..."owner_password", ap.facades.DocumentPrivilege.forbid_all, ap.CryptoAlgorithm...

    blog.aspose.com/zh/pdf/encrypt-decrypt-pdf-in-p...
  9. Archivo

    Archivo...pdf as ap input_pdf = DIR_INPUT + "sample...Abrir documento PDF document = ap.Document(input_pdf) # Crear instancia...

    blog.aspose.com/es/pdf/convert-pdf-to-ppt-in-py...
  10. Archiv

    Archiv...pdf as ap # PDF-Datei laden document = ap.Document("input...eine neue PDF-Datei splitPDF = ap.Document() # Seite zu PDF hinzufügen...

    blog.aspose.com/de/pdf/split-pdf-in-python/