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

ape

(0.59 sec)
  1. Criar documento PDF programaticamente|Aspose.PD...

    Esta página descreve como criar um documento PDF do zero com Aspose.PDF para Python via .NET library....pdf as ap # Inicializar objeto de documento document = ap . Document...textfragment text_fragment = ap . text . TextFragment ( "Hello...

    docs.aspose.com/pdf/pt/python-net/create-document/
  2. تحويل HTML إلى PDF في بايثون|Aspose.PDF لـ Pyth...

    يوضح هذا الموضوع كيفية تحويل HTML إلى PDF وMHTML إلى PDF باستخدام Aspose.PDF لبايثون....pdf as ap input_pdf = DIR_INPUT + "little_html...pdf" options = ap . HtmlLoadOptions () document = ap . Document (...

    docs.aspose.com/pdf/ar/python-net/convert-html-...
  3. Rotate PDF Pages in Python|Aspose.PDF for Pytho...

    Learn how to rotate PDF pages and change page orientation in Python....pdf as ap from os import path def rotate_page...infile , outfile ): document = ap . Document ( infile ) for page...

    docs.aspose.com/pdf/python-net/rotate-pages/
  4. Convertir des formats PDF en PDF/A en Python|As...

    Ce sujet vous montre comment Aspose.PDF pour Python via Python permet de convertir un fichier PDF en un fichier PDF conforme au format PDF/A....pdf as ap input_pdf = DIR_INPUT + "sample...Ouvrir le document PDF document = ap . Document ( input_pdf ) # Convertir...

    docs.aspose.com/pdf/fr/python-net/convert-pdf-t...
  5. 파이썬에서 PDF에서 첨부 파일 제거|Aspose.PDF for Python via ...

    Aspose.PDF 는 PDF 문서에서 첨부 파일을 제거할 수 있습니다.파이썬용 Aspose.PDF 파일을.NET 라이브러리를 통해 파이썬 PDF API를 사용하여 PDF 파일에서 첨부 파일을 제거하세요....pdf as ap def remove_attachment ( infile...outfile ): # Open PDF document with ap . Document ( infile ) as document...

    docs.aspose.com/pdf/ko/python-net/removing-atta...
  6. Excluir páginas PDF em Python|Aspose.PDF for Py...

    Aprenda como excluir páginas de arquivos PDF em Python....pdf as ap def delete_page ( input_file_name...: str ) -> None : document = ap . Document ( input_file_name...

    docs.aspose.com/pdf/pt/python-net/delete-pages/
  7. PDF から添付ファイルを抽出|Aspose.PDF for Python via .NET

    Python と Aspose.PDF を使用して PDF 添付ファイルを操作する方法を学びましょう。...pdf as ap def extract_single_attachment...attachment_name , outfile ): with ap . Document ( infile ) as document...

    docs.aspose.com/pdf/ja/python-net/extract-attac...
  8. Python で PDF からフォームを削除する方法|Aspose.PDF for Pytho...

    .NET 経由で Aspose.PDF for Python を使用して PDF ページからフォームオブジェクトを削除します。これには、完全なクリーンアップや対象を絞った削除が含まれます。...pdf as ap def remove_all_forms ( input_file_name...output_file_name ): document = ap . Document ( input_file_name...

    docs.aspose.com/pdf/ja/python-net/remove-form/
  9. Get Field Appearance|Aspose.PDF for Python via ...

    This article explains how to open a PDF, access a form field, retrieve its appearance settings, and display them. The example demonstrates retrieving the appearance of a field named "Last Name"....pdf as ap import aspose.pydrawing as ap_pydrawing import...outfile ): # Open document doc = ap . Document ( infile ) # Create...

    docs.aspose.com/pdf/python-net/get-field-appear...
  10. Получить внешний вид поля|Aspose.PDF for Python...

    В этой статье объясняется, как открыть PDF, получить доступ к полю формы, извлечь его настройки внешнего вида и отобразить их. Пример демонстрирует извлечение внешнего вида поля с именем 'Last Name'....pdf as ap import aspose.pydrawing as ap_pydrawing import...outfile ): # Open document doc = ap . Document ( infile ) # Create...

    docs.aspose.com/pdf/ru/python-net/get-field-app...