Sort Score
Result 10 results
Languages All
Labels All
Results 1,411 - 1,420 of 5,749 for

ape

(0.28 sec)
  1. 在 Python 中删除 PDF 表单|Aspose.PDF for Python via .NET

    使用 Aspose.PDF for Python via .NET 从 PDF 页面中移除表单对象,包括完整清理和有针对性的删除。...pdf as ap def remove_all_forms ( input_file_name...output_file_name ): document = ap . Document ( input_file_name...

    docs.aspose.com/pdf/zh/python-net/remove-form/
  2. Aspose.Pdf open pdf file error - Free Support F...

    use python, aspose-pdf=25.5.0,open pdf file error document = ap.Document(file_path) RuntimeError: Proxy error(InvalidPdfFileFormatException): Trailer not found file: GB2828-2003 抽样标准.pdf (5.1 MB)...open pdf file error document = ap.Document(file_path) RuntimeError:...opened: import aspose.pdf as ap file_path = "path/to/your/file...

    forum.aspose.com/t/aspose-pdf-open-pdf-file-err...
  3. إضافة صفحات في PDF باستخدام بايثون|Aspose.PDF ل...

    تعلمك هذه المقالة كيفية إدراج (إضافة) صفحة في الموقع المطلوب في ملف PDF. تعرف على كيفية نقل، إزالة (حذف) الصفحات من ملف PDF باستخدام C#....pdf as ap # فتح المستند document = ap . Document ( input_pdf...import aspose.pdf as ap # فتح المستند document = ap . Document ( input_pdf...

    docs.aspose.com/pdf/ar/python-net/add-pages/
  4. Supprimer Forms du PDF en Python|Aspose.PDF for...

    Supprimer les objets form des pages PDF en utilisant Aspose.PDF for Python via .NET, y compris le nettoyage complet et la suppression ciblée....pdf as ap def remove_all_forms ( input_file_name...output_file_name ): document = ap . Document ( input_file_name...

    docs.aspose.com/pdf/fr/python-net/remove-form/
  5. Извлечь таблицу из PDF-документа|Aspose.PDF for...

    Узнайте, как извлекать данные таблиц из существующих PDF-документов на Python.... Загружает PDF в объект ap.Document. Перебирает страницы...построчно. import aspose.pdf as ap from os import path import sys...

    docs.aspose.com/pdf/ru/python-net/extracting-ta...
  6. Supprimer les pièces jointes d'un PDF en Python...

    Aspose.PDF peut supprimer les pièces jointes de vos documents PDF. Utilisez l’API PDF Python pour supprimer les pièces jointes dans les fichiers PDF à l’aide de la bibliothèque Aspose.PDF for Python via .NET....pdf as ap def remove_attachment ( infile...outfile ): # Open PDF document with ap . Document ( infile ) as document...

    docs.aspose.com/pdf/fr/python-net/removing-atta...
  7. PythonでPDFからタグ付けされたコンテンツを抽出する|Aspose.PDF for Py...

    Aspose.PDF for Python via .NET を使用して、Pythonでタグ付けされたPDFコンテンツを抽出する方法を学びます。タグ付けコンテンツ、ルート構造、子構造要素へのアクセスを含みます。...pdf as ap from aspose.pycore import cast...): # Create PDF Document with ap . Document () as document : #...

    docs.aspose.com/pdf/ja/python-net/extract-tagge...
  8. Архів

    Архів...pdf as ap # Створення екземпляра об’єкта...об’єкта TeXLoadOptions options = ap.TeXLoadOptions() # Завантажте...

    blog.aspose.com/uk/pdf/convert-latex-to-word-py...
  9. ארכיון

    ארכיון...pdf as ap # הצג אובייקט TeXLoadOptions options = ap.TeXLoadOptions()...טען את מסמך ה-TEX pdfDocument = ap.Document("sample.tex", options)...

    blog.aspose.com/he/pdf/convert-latex-to-word-py...
  10. Python で PDF アクションを操作する|Aspose.PDF for Python v...

    Python を使用して PDF ファイル内のドキュメント、ページ、およびフォームアクションを追加、更新、削除する方法について説明します。...pdf as ap from aspose.pycore import is_assignable...ons_out.pdf") Notes: - Uses `ap.annotations.JavascriptAction`...

    docs.aspose.com/pdf/ja/python-net/actions/