Sort Score
Result 10 results
Languages All
Labels All
Results 881 - 890 of 5,741 for

ape

(0.12 sec)
  1. Архів

    Архів...pdf as ap # Інстанціюйте об'єкт LoadOption...параметри завантаження EPUB option = ap.EpubLoadOptions() # Завантажити...

    blog.aspose.com/uk/pdf/convert-epub-to-pdf-in-p...
  2. Arsip

    Arsip...pdf as ap # Instantiate LoadOption object...option = ap.EpubLoadOptions() # Muat file EPUB document = ap.Document("sample...

    blog.aspose.com/id/pdf/convert-epub-to-pdf-in-p...
  3. Contar Artefatos PDF em Python|Aspose.PDF for P...

    Aprenda como inspecionar e contar artefatos de paginação em documentos PDF usando Python com Aspose.PDF for Python via .NET....pdf as ap def count_pdf_artifacts ( infile...types on the first page.""" with ap . Document ( infile ) as document...

    docs.aspose.com/pdf/pt/python-net/counting-arti...
  4. 複数列の PDF からのテキスト抽出の改善|Aspose.PDF for Python via...

    Aspose.PDF for Python を使用して、複数列の PDF レイアウトからのテキスト抽出を改善する方法を学びましょう。...pdf as ap def extract_text_reduce_font...""" doc = ap . Document ( infile ) frag_absorber = ap . text ....

    docs.aspose.com/pdf/ja/python-net/text-extracti...
  5. 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...
  6. 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...
  7. 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...
  8. PDF에 페이지 번호 추가하기 (Python 사용)|Aspose.PDF for Pyt...

    Aspose.PDF for Python via .NET을 사용하여 PageNumber Stamp 클래스를 통해 PDF 파일에 페이지 번호 스탬프를 추가할 수 있습니다....pdf as ap # 문서 열기 document = ap . Document ( input_pdf...번호 스탬프 생성 page_number_stamp = ap . PageNumberStamp () # 스탬프가 배경인지...

    docs.aspose.com/pdf/ko/python-net/add-page-number/
  9. Mover Páginas de PDF programaticamente via Pyth...

    Tente mover páginas para a localização desejada ou para o final de um arquivo PDF usando Aspose.PDF para Python via .NET....pdf as ap srcDocument = ap . Document ( src_file_name...src_file_name ) dstDocument = ap . Document ( dst_File_name ) page =...

    docs.aspose.com/pdf/pt/python-net/move-pages/
  10. Добавить страницы PDF в Python|Aspose.PDF для P...

    Узнайте, как добавлять или вставлять страницы в PDF‑документы с помощью Python....pdf as ap def insert_empty_page ( input_file_name...: str ) -> None : document = ap . Document ( input_file_name...

    docs.aspose.com/pdf/ru/python-net/add-pages/