Sort Score
Result 10 results
Languages All
Labels All
Results 461 - 470 of 4,431 for

ape

(1.15 sec)
  1. ארכיון

    ארכיון...pdf as ap # אתחול אובייקט מסמך document = ap.Document() #...textfragment text_fragment = ap.text.TextFragment("Hello,world...

    blog.aspose.com/he/pdf/create-pdf-files-in-python/
  2. Добавить и удалить закладки PDF в Python|Aspose...

    Узнайте, как добавлять и удалять закладки в PDF‑документах с помощью Python....pdf as ap import sys from os import path...Open PDF document document = ap . Document ( infile ) # Create...

    docs.aspose.com/pdf/ru/python-net/add-and-delet...
  3. Improving Text Extraction from Multi‑Column PDF...

    Learn techniques for improving text extraction from multi-column PDF layouts with Aspose.PDF for Python....pdf as ap def extract_text_reduce_font...""" doc = ap . Document ( infile ) frag_absorber = ap . text ....

    docs.aspose.com/pdf/python-net/text-extraction-...
  4. Work with PDF Actions in Python|Aspose.PDF for ...

    Learn how to add, update, and remove document, page, and form actions in PDF files using Python....pdf as ap from aspose.pycore import is_assignable...ons_out.pdf") Notes: - Uses `ap.annotations.JavascriptAction`...

    docs.aspose.com/pdf/python-net/actions/
  5. Медийные аннотации в PDF|Aspose.PDF for Python ...

    Узнайте, как добавлять звуковые, 3D, экранные и rich media аннотации в документы PDF, а также как просматривать или удалять мультимедийные аннотации с помощью 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/ru/python-net/media-annotat...
  6. Media Annotations in PDF|Aspose.PDF for Python ...

    Learn how to add sound, 3D, screen, and rich media annotations to PDF documents, and how to inspect or delete multimedia annotations using 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/python-net/media-annotations/
  7. أرشيف

    أرشيف...pdf as ap # إنشاء كائن PdfViewer viewer = ap.facades.PdfViewer();...import os import aspose.pdf as ap # مسار الدليل الذي يحتوي على...

    blog.aspose.com/ar/pdf/print-pdf-in-python/
  8. Python으로 PDF 포트폴리오 작업하기|Aspose.PDF for Python v...

    Python으로 PDF 포트폴리오를 만드는 방법. Microsoft Excel 파일, Word 문서 및 이미지 파일을 사용하여 PDF 포트폴리오를 만들어야 합니다....pdf as ap # 문서 객체 인스턴스화 document = ap . Document () #...collection = ap . Collection () # 포트폴리오에 추가할 파일 가져오기 excel = ap . FileSpecification...

    docs.aspose.com/pdf/ko/python-net/portfolio/
  9. Trabajando con formularios XFA|Aspose.PDF for P...

    Aspose.PDF for Python via .NET API le permite trabajar con campos XFA y XFA Acroform en un documento PDF....pdf as ap import sys from os import path...to standard AcroForm.""" with ap . Document ( infile ) as document...

    docs.aspose.com/pdf/es/python-net/xfa-forms/
  10. نقل صفحات PDF برمجياً باستخدام بايثون|Aspose.PD...

    حاول نقل الصفحات إلى الموقع المطلوب أو إلى نهاية ملف PDF باستخدام Aspose.PDF لبايثون عبر .NET....pdf as ap srcDocument = ap . Document ( src_file_name...src_file_name ) dstDocument = ap . Document ( dst_File_name ) page =...

    docs.aspose.com/pdf/ar/python-net/move-pages/