Sort Score
Result 10 results
Languages All
Labels All
Results 91 - 100 of 9,490 for

ape

(0.02 sec)
  1. 添加和验证 PDF 数字签名 Python | Aspose.PDF

    通过 COM Interop 在 .NET Framework、.NET Core 和 PHP、VBScript、C++ 上的 PDF 文档中创建电子签名的 Python 源代码。...pdf as ap inFile = "DigitallySign.pdf"...document = ap . Document ( inFile ) signature = ap . facades ...

    products.aspose.com/pdf/zh-hans/python-net/sign...
  2. ApsLoadOptions | Aspose.PDF for Java API Reference

    Class describes aps load options....describes aps load options. Option for import from APS XML format...

    reference.aspose.com/pdf/java/com.aspose.pdf/ap...
  3. RuntimeError: Proxy error(ArgumentNullException...

    Hi, I used to convert pdf to html using aspose.words. But to get better performance based on my document I would like to use aspose.pdf. here is my code : import aspose.pdf as ap converted_pdf_load = ap.Document("/ho…...pdf as ap converted_pdf_load = ap.Document("/home/Documents/test...'/home/Documents/testing.html' save_options = ap.HtmlSaveOptions() converted_pdf_load...

    forum.aspose.com/t/runtimeerror-proxy-error-arg...
  4. ลบลายน้ำจากเอกสาร PDF ผ่าน Python | Aspose.PDF

    รหัสที่มาของงูหลามเพื่อลบลายน้ำจากไฟล์ PDF บนกรอบ .NET, .NET หลักและ PHP, VBScript, C++ ผ่าน COM Interop...pdf as ap doc = ap . Document ( "1.pdf" ) if...artifacts [ 1 ] . subtype == ap . Artifact . ArtifactSubtype...

    products.aspose.com/pdf/th/python-net/watermark...
  5. SaveFormat | Aspose.PDF for Java API Reference

    Specifies format...MHT(WebArchieve) /// Aps Saving as APS XML file. PdfXml Internal...format Aps public static final SaveFormat Aps Saving as APS XML...

    reference.aspose.com/pdf/java/com.aspose.pdf/sa...
  6. Dodaj obrazy do pliku PDF poprzez Python | Aspo...

    Ta strona opisuje funkcje dodawania obrazów do dokumentów PDF za pomocą biblioteki .NET Framework, .NET Core, Aspose.PDF dla biblioteki Python....pdf as ap input_file = DIR_INPUT + "sample...jpg" # Open document document = ap . Document ( input_file ) document...

    products.aspose.com/pdf/pl/python-net/images/add/
  7. Example of Hello World using Python|Aspose.PDF ...

    This sample demonstrates how to create a simple PDF document with text Hello World using Aspose.PDF for Python via .NET....pdf as ap # Initialize document object document = ap . Document...textfragment object text_fragment = ap . text . TextFragment ( "Hello...

    docs.aspose.com/pdf/python-net/hello-world-exam...
  8. צור קובץ PDF באופן פרוגרמטי באמצעות Python for ...

    נושא זה מראה לך כיצד להשתמש ב-Aspose.PDF for Python API כדי ליצור ולקרוא בקלות קבצי PDF ביישומי Python....pdf as ap # Initialize document object document = ap . Document...textfragment object text_fragment = ap . text . TextFragment ( "Hello...

    products.aspose.com/pdf/he/python-net/create/
  9. Scal kilka plików typów plików w jeden plik za ...

    Kod źródłowy Pythona do łączenia różnych plików w .NET Framework, .NET Core....pdf as ap input_pdf_1 = DIR_INPUT_DOCUMENTS...Open first document document1 = ap . Document ( input_pdf_1 ) #...

    products.aspose.com/pdf/pl/python-net/merger/
  10. Aggiungi immagini al PDF tramite Python | Aspos...

    Questa pagina descrive le funzionalità dell'aggiunta di immagini nei documenti PDF utilizzando .NET Framework, .NET Core, Aspose.PDF per la libreria Python....pdf as ap input_file = DIR_INPUT + "sample...jpg" # Open document document = ap . Document ( input_file ) document...

    products.aspose.com/pdf/it/python-net/images/add/