Sort Score
Result 10 results
Languages All
Labels All
Results 901 - 910 of 4,093 for

ape

(0.18 sec)
  1. Ekstrak Gambar dari File PDF menggunakan Python...

    Bagian ini menunjukkan cara mengekstrak gambar dari file PDF menggunakan pustaka Python....pdf as ap # Buka dokumen document = ap . Document ( input_file...

    docs.aspose.com/pdf/id/python-net/extract-image...
  2. 搜索

    搜索...pdf as ap # 加載 PDF doc = ap.Document("input.pdf")...- newHeight) page.media_box = ap.Rectangle(newLLX, newLLY, newLLX...

    blog.aspose.com/zh-hant/pdf/rotate-pdf-in-python/
  3. Archiv

    Archiv...pdf as ap # Krok 2: Načtěte dokument PDF document = ap.Document("input...in document.pages: page.resize(ap.PageSize.A3) # Krok 4: Uložte...

    blog.aspose.com/cs/pdf/resize-pdf-document-in-p...
  4. 스탬프에서 텍스트 추출|Aspose.PDF for Java

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....XForm ap = annot . getNormalAppearance (); ta . visit ( ap ); System...

    docs.aspose.com/pdf/ko/java/extract-text-from-s...
  5. 아크로폼 추출 - Python에서 PDF의 양식 데이터 추출|Aspose.PDF fo...

    Aspose.PDF for Python 라이브러리를 사용하여 PDF 문서에서 양식을 추출합니다. PDF 파일의 개별 필드에서 값을 가져옵니다....pdf as ap # 문서 열기 pdfDocument = ap . Document ( input_file...

    docs.aspose.com/pdf/ko/python-net/extract-form/
  6. プログラムでPDFドキュメントを作成する|Aspose.PDF for Python via ...

    このページでは、Aspose.PDF for Python via .NETライブラリを使用して、PDFドキュメントをゼロから作成する方法を説明します。...pdf as ap # ドキュメントオブジェクトを初期化 document = ap . Document ()...テキストフラグメントオブジェクトを初期化 text_fragment = ap . text . TextFragment ( "Hello...

    docs.aspose.com/pdf/ja/python-net/create-document/
  7. تحديد فاصل السطر|Aspose.PDF لـ Python عبر .NET

    تعرف على كيفية تحديد فاصل السطر في TextFragment متعدد الأسطر باستخدام Python...pdf as ap def track_line_breaking (): """تتبع...إنشاء كائن وثيقة جديد document = ap . Document () page = document...

    docs.aspose.com/pdf/ar/python-net/determine-lin...
  8. Определить Перенос Строки|Aspose.PDF для Python...

    Узнайте больше о том, как определить перенос строки в многострочном TextFragment с использованием Python...pdf as ap def track_line_breaking (): """Отслеживание...новый объект документа document = ap . Document () page = document...

    docs.aspose.com/pdf/ru/python-net/determine-lin...
  9. How to crop PDF | Aspose.PDF

    Do you know how easily crop PDF documents using Python? Crop PDF files with high quality using Python PDF library....pdf as ap document = ap . Document ( input_pdf...Create new Box Rectagle new_box = ap . Rectangle ( 100 , 100 , 80...

    products.aspose.com/pdf/tutorial/crop-pdf/
  10. 아카이브

    아카이브...pdf as ap # PDF 로드 doc = ap.Document("input.pdf")...- newHeight) page.media_box = ap.Rectangle(newLLX, newLLY, newLLX...

    blog.aspose.com/ko/pdf/rotate-pdf-in-python/