Sort Score
Result 10 results
Languages All
Labels All
Results 921 - 930 of 5,873 for

ape

(0.16 sec)
  1. Decorate Field|Aspose.PDF for Python via .NET

    This example demonstrates how to customize the appearance of a form field in a PDF document using Aspose.PDF for Python....pdf as ap import aspose.pydrawing as ap_pydrawing import...outfile ): # Open document doc = ap . Document ( infile ) # Create...

    docs.aspose.com/pdf/python-net/decorate-field/
  2. PDF 中的媒体注释|Aspose.PDF for Python via .NET

    了解如何向 PDF 文档添加声音、3D、屏幕和富媒体注释,以及如何使用 Aspose.PDF for Python via .NET 检查或删除多媒体注释。...dirname ( infile ) document = ap . Document ( infile ) page =...ann . SoundAnnotation ( page , ap . Rectangle ( 20 , 700 , 60 ...

    docs.aspose.com/pdf/zh/python-net/media-annotat...
  3. Anotações de mídia em PDF|Aspose.PDF for Python...

    Aprenda como adicionar anotações de som, 3D, tela e mídia rica a documentos PDF, e como inspecionar ou excluir anotações multimídia usando Aspose.PDF for Python via .NET....dirname ( infile ) document = ap . Document ( infile ) page =...ann . SoundAnnotation ( page , ap . Rectangle ( 20 , 700 , 60 ...

    docs.aspose.com/pdf/pt/python-net/media-annotat...
  4. PDF의 미디어 주석|Aspose.PDF for Python via .NET

    PDF 문서에 사운드, 3D, 화면 및 리치 미디어 주석을 추가하는 방법과 .NET을 통해 Python용 Aspose.PDF 를 사용하여 멀티미디어 주석을 검사하거나 삭제하는 방법을 알아봅니다....dirname ( infile ) document = ap . Document ( infile ) page =...ann . SoundAnnotation ( page , ap . Rectangle ( 20 , 700 , 60 ...

    docs.aspose.com/pdf/ko/python-net/media-annotat...
  5. استخراج صفحات PDF في بايثون|Aspose.PDF for Pyth...

    تعرف على كيفية استخراج صفحات PDF مفردة أو متعددة إلى ملفات جديدة في Python....المصدر باستخدام Document API ( ap.Document() ). قم بإنشاء ملف جديد...المحدد. import aspose.pdf as ap def extract_page ( input_file_name...

    docs.aspose.com/pdf/ar/python-net/extract-pages/
  6. Extrair Páginas PDF em Python|Aspose.PDF for Py...

    Aprenda como extrair páginas PDF individuais ou múltiplas para novos arquivos em Python....origem usando o Document API ( ap.Document() ). Crie um novo Document...especificado. import aspose.pdf as ap def extract_page ( input_file_name...

    docs.aspose.com/pdf/pt/python-net/extract-pages/
  7. Python을 사용하여 PDF 그래프의 모양 경계 확인하기|Aspose.PDF for...

    Python에서 PDF 그래프 컬렉션의 형상 경계를 검증하는 방법을 알아봅니다....pdf as ap import aspose.pdf.drawing as...( outfile : str ): document = ap . Document () page = document...

    docs.aspose.com/pdf/ko/python-net/aspose-pdf-dr...
  8. Extraction de texte de base avec Python|Aspose....

    Apprenez comment extraire du texte à partir de documents PDF en utilisant Aspose.PDF for Python — depuis toutes les pages à la fois ou depuis une page spécifique....pdf as ap def extract_text_from_all_pages...Open the PDF document document = ap . Document ( infile ) # Create...

    docs.aspose.com/pdf/fr/python-net/basic-text-ex...
  9. 아카이브

    아카이브...pdf as ap # 문서 개체 초기화 document = ap.Document() # 페이지...textfragment 객체 초기화 text_fragment = ap.text.TextFragment("Hello,world...

    blog.aspose.com/ko/pdf/create-pdf-files-in-python/
  10. 在 Python 中创建符合 PDF/3-A 标准的 PDF 并附加 ZUGFeRD 发票|A...

    了解如何在 Aspose.PDF for Python via .NET 中使用 ZUGFeRD 生成 PDF 文档...PDF 库,并为方便起见给它一个别名 ap。 定义输入和输出 PDF 文件所在目录的路径。 定义将要处理的...import os import aspose.pdf as ap def attach_invoice_zugferd_format...

    docs.aspose.com/pdf/zh/python-net/attach-zugferd/