Sort Score
Result 10 results
Languages All
Labels All
Results 681 - 690 of 3,647 for

ape

(0.03 sec)
  1. PythonでPDFの有効期限を設定する|Aspose.PDF for Python via ...

    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....pdf as ap # PDF ドキュメントを作成 doc = ap . Document () # 有効期限を設定...有効期限を設定 expiration = ap . Expiration ( 2023 , 12 , 31 ) # ドキュメントに有効期限を設定...

    docs.aspose.com/pdf/ja/python-java/set-pdf-expi...
  2. หมุน PDF โดยใช้ Python | Aspose.PDF

    หน้านี้จะอธิบายคุณสมบัติของวิธีการหมุนไฟล์ PDF โดยใช้ Aspose.PDF สำหรับห้องสมุดหลาม...format: PDF Output file: doc = ap . Document ( input_pdf ) for...newHeight ) page . media_box = ap . Rectangle ( newLLX , newLLY...

    products.aspose.com/pdf/th/python-net/rotate/
  3. Заполнение AcroForm - Заполните PDF-форму с исп...

    Вы можете заполнять формы в вашем PDF-документе с помощью библиотеки Aspose.PDF для Python....pdf as ap # Открыть документ pdfDocument = ap . Document...

    docs.aspose.com/pdf/ru/python-net/fill-form/
  4. Aggiungi pagine al PDF usando Python for .NET |...

    Codice di esempio in Python per aggiungere pagine PDF del documento in modo programmatico su.NET Framework, .NET Core e PHP, VBScript, Delphi, C++ tramite COM Interop....pdf as ap # Open document document = ap . Document ( input_pdf...

    products.aspose.com/pdf/it/python-net/pages/add/
  5. Extraer Texto de Sellos|Aspose.PDF para 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/es/java/extract-text-from-s...
  6. Rogner les pages PDF par programmation en Pytho...

    Vous pouvez obtenir les propriétés des pages, telles que la largeur, la hauteur, bleed-, crop- et trimbox en utilisant Aspose.PDF pour Python via .NET....pdf as ap document = ap . Document ( input_pdf...nouveau Rectangle Box new_box = ap . Rectangle ( 200 , 220 , 2170...

    docs.aspose.com/pdf/fr/python-net/crop-pages/
  7. Wyodrębnij tekst z pliku PDF w Python | Aspose.PDF

    Kod źródłowy Pythona do wyodrębniania tekstu z pliku PDF w programie.NET Framework, .NET Core i PHP, VBScript, Delphi, C++ za pośrednictwem COM Interop....pdf as ap # Open document dataDir = "..." document = ap . Document...to extract text textAbsorber = ap . text . TextAbsorber () # Accept...

    products.aspose.com/pdf/pl/python-net/parser/text/
  8. ดึงข้อความจาก PDF ใน Python | Aspose.PDF

    รหัสที่มาของงูหลามเพื่อดึงข้อความจากไฟล์ PDF บนกรอบ NET, .NET หลักและ PHP, VBScript, Delphi, C++ ผ่าน COM Interop...pdf as ap # Open document dataDir = "..." document = ap . Document...to extract text textAbsorber = ap . text . TextAbsorber () # Accept...

    products.aspose.com/pdf/th/python-net/parser/text/
  9. Edit PDF using Python | Aspose.PDF

    Еdit PDF document programmatically with Python sample code using Aspose.PDF for Python for .NET...as apdf # load PDF file pdf = ap . Document ( 'input_file' ) #...text_fragment_absorber_address = ap . text . TextFragmentAbsorber...

    products.aspose.com/pdf/python-net/editor/
  10. 줄 바꿈 결정|Aspose.PDF for Python via .NET

    Python을 사용하여 여러 줄의 TextFragment의 줄 바꿈을 결정하는 방법에 대해 자세히 알아보세요...pdf as ap def track_line_breaking (): """여러...txt" # 새로운 문서 객체 생성 document = ap . Document () page = document...

    docs.aspose.com/pdf/ko/python-net/determine-lin...