Sort Score
Result 10 results
Languages All
Labels All
Results 91 - 100 of 15,947 for

ape

(0.06 sec)
  1. 通过 Python 处理 PDF 文档中的表格 | Aspose.PDF

    通过 COM Interop 在 .NET Framework、.NET Core 和 PHP、VBScript、C++ 上使用 PDF 文件中的表的 Python 源代码。...pdf as ap input_file = DIR_INPUT_TABLE...Load source PDF document doc = ap . Document ( input_file ) # Initializes...

    products.aspose.com/pdf/zh-hans/python-net/table/
  2. 通過Python在 PDF 文件中添加表格 | Aspose.PDF

    Python 原始程式碼,用於在 .NET 框架、.NET Core 和 PHP、VBScript、德爾福C++通過 COM 互操作在 PDF 檔中添加表。...pdf as ap input_file = DIR_INPUT_TABLE...Load source PDF document doc = ap . Document ( input_file ) # Initializes...

    products.aspose.com/pdf/zh-hant/python-net/tabl...
  3. 通过 Python 向 PDF 文档添加水印 | Aspose.PDF

    通过 COM Interop 在 .NET Framework、.NET Core 和 PHP、VBScript、C++ 上向 PDF 文件添加水印的 Python 源代码。...pdf as ap doc = ap . Document ( "1.pdf" ) artifact = ap . WatermarkArtifact...artifact_horizontal_alignment = ap . HorizontalAlignment . CENTER...

    products.aspose.com/pdf/zh-hans/python-net/wate...
  4. Create or Add Table In PDF using Python|Aspose....

    Aspose.PDF for Python via .NET is a library used to create, read, and edit PDF Tables. Check other advanced functions in this topic.... table = ap . Table () Adding Table in Existing...aspose.pdf as ap # Load source PDF document doc = ap . Document...

    docs.aspose.com/pdf/python-net/add-table-in-exi...
  5. Convert PDF to Microsoft Word Documents in Pyth...

    Learn how to convert PDF documents to Word format in Python using Aspose.PDF for easy document editing....pdf as ap input_pdf = DIR_INPUT + "sample...Open PDF document document = ap . Document ( input_pdf ) # Save...

    docs.aspose.com/pdf/python-net/convert-pdf-to-w...
  6. Get, Update and Expand a Bookmark using Python|...

    This article describes how to use bookmarks in a PDF file with our Aspose.PDF for Python library....pdf as ap # Open document document = ap . Document ( input_pdf...pdf as ap # Create PdfBookmarkEditor bookmarkEditor = ap . facades...

    docs.aspose.com/pdf/python-net/get-update-and-e...
  7. การทำงานกับตารางในเอกสาร PDF ผ่าน Python | Aspo...

    Python ซอร์สโค้ดที่จะทำงานร่วมกับตารางในไฟล์ PDF บน NET Framework, .NET หลักและ PHP, VBScript, C++ ผ่าน COM Interop...pdf as ap input_file = DIR_INPUT_TABLE...Load source PDF document doc = ap . Document ( input_file ) # Initializes...

    products.aspose.com/pdf/th/python-net/table/
  8. Dodaj stempel strony do pliku PDF za pomocą Pyt...

    Kod źródłowy Python, aby dodać znaczek strony do pliku PDF na .NET Framework, .NET Core....pdf as ap # Open document dataDir = "...."PageStamp.pdf" pdfDocument = ap . Document ( dataDir + inputFileName...

    products.aspose.com/pdf/pl/python-net/stamps/page/
  9. Delete Images from PDF File using Python|Aspose...

    This section explain how to delete Images from PDF File using Aspose.PDF for Python via .NET....pdf as ap # Open document document = ap . Document ( input_file...aspose.pdf as ap # Open document document = ap . Document ( input_file...

    docs.aspose.com/pdf/python-net/delete-images-fr...
  10. Add Watermark to PDF using Python | Aspose.PDF

    Add watermark to PDF file programmatically with Python sample code using Aspose.PDF for Python for .NET...pdf as ap doc = ap . Document ( "1.pdf" ) artifact = ap . WatermarkArtifact...artifact_horizontal_alignment = ap . HorizontalAlignment . CENTER...

    products.aspose.com/pdf/python-net/watermark/add/