Sort Score
Result 10 results
Languages All
Labels All
Results 1,421 - 1,430 of 5,873 for

ape

(0.21 sec)
  1. 스탬프 클래스|Aspose.PDF for Python via .NET

    Stamp 클래스를 사용하여 Python에서 PDF 문서에 이미지, PDF 및 텍스트 기반 스탬프를 추가하는 방법을 알아봅니다....pdf as ap import aspose.pdf.facades as...def _create_text_state () -> ap . text . TextState : """Create...

    docs.aspose.com/pdf/ko/python-net/stamp-class/
  2. Python で PDF にページスタンプを追加する方法|Aspose.PDF for Pyt...

    Python で PDF ページスタンプをオーバーレイまたは背景として追加する方法を学びましょう。... ap.Document() (参照 Document ). を作成...import sys import aspose.pdf as ap from os import path def add_page_stamp...

    docs.aspose.com/pdf/ja/python-net/page-stamps-i...
  3. Converter PDF para DOCX em Python

    Converter PDF para DOCX em Python com Aspose.PDF for Python via .NET. Siga este guia para configuração, exemplo de código e dicas para garantir uma conversão de documentos confiável....pdf as ap # Load the source PDF document pdf_document = ap . Document(...preserve formatting) save_options = ap . DocSaveOptions() save_options...

    blog.aspose.com/pt/pdf/convert-pdf-to-docx-in-p...
  4. Converti PDF in DOCX con Python

    Converti PDF in DOCX in Python con Aspose.PDF for Python via .NET. Segui questa guida per la configurazione, l'esempio di codice e i suggerimenti per garantire una conversione affidabile dei documenti....pdf as ap # Load the source PDF document pdf_document = ap . Document(...preserve formatting) save_options = ap . DocSaveOptions() save_options...

    blog.aspose.com/it/pdf/convert-pdf-to-docx-in-p...
  5. 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...
  6. 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/
  7. Извлечь таблицу из 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...
  8. 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...
  9. 在 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/
  10. 搜索

    搜索...pdf as ap input_pdf = DIR_INPUT + "sample..."convert_pdf_to_doc.doc" # 打開 PDF 文檔 document = ap.Document(input_pdf) # 將 PDF 另存為...

    blog.aspose.com/zh-hant/pdf/convert-pdf-to-doc-...