Sort Score
Result 10 results
Languages All
Labels All
Results 251 - 260 of 4,096 for

ape

(0.13 sec)
  1. PDFドキュメントをプログラムで開く|Aspose.PDF for Python via .NET

    Python Aspose.PDF for Python via .NETライブラリでPDFファイルを開く方法を学びます。既存のPDF、ストリームからのドキュメント、および暗号化されたPDFドキュメントを開くことができます。...pdf as ap # ドキュメントを開く document = ap . Document ( input_pdf...ストリームから既存のPDFドキュメントを開く import aspose.pdf as ap input_pdf = DIR_INPUT + "sample...

    docs.aspose.com/pdf/ja/python-net/open-pdf-docu...
  2. 使用Python格式化PDF文档|Aspose.PDF for Python via .NET

    使用Aspose.PDF for Python via .NET创建和格式化PDF文档。使用下面的代码片段来解决您的任务。...pdf as ap # 打开文档 document = ap . Document ( input_pdf...import aspose.pdf as ap # 打开文档 document = ap . Document ( input_pdf...

    docs.aspose.com/pdf/zh/python-net/formatting-pd...
  3. Creating tooltips in Text|Aspose.PDF for Python...

    Learn how to add tooltip to the text fragment in PDF using Python and Aspose.PDF...pdf as ap import aspose.pydrawing as drawing...""" # Create PDF document with ap . Document () as document : document...

    docs.aspose.com/pdf/python-net/pdf-tooltip/
  4. PDF에 이미지 스탬프 추가하기 (Python 사용)|Aspose.PDF for Py...

    Aspose.PDF for Python 라이브러리의 ImageStamp 클래스를 사용하여 PDF 문서에 이미지 스탬프를 추가합니다....pdf as ap # 문서 열기 document = ap . Document ( input_pdf...) # 이미지 스탬프 생성 image_stamp = ap . ImageStamp ( input_image_file...

    docs.aspose.com/pdf/ko/python-net/image-stamps-...
  5. Añadir Número de Página a PDF con Python|Aspose...

    Aspose.PDF para Python a través de .NET te permite añadir un Sello de Número de Página a tu archivo PDF usando la clase PageNumberStamp....pdf as ap # Abrir documento document = ap . Document (...de página page_number_stamp = ap . PageNumberStamp () # Si el...

    docs.aspose.com/pdf/es/python-net/add-page-number/
  6. Archiver

    les archives...pdf as ap Maintenant, explorons comment...aspose.pdf as ap # Créer un nouveau document document = ap.Document()...

    blog.aspose.com/fr/pdf/best-python-pdf-library/
  7. Counting Artifacts of a Particular Type in Pyth...

    This article illustrates how to inspect pagination artifacts in a PDF document using Aspose.PDF for Python via .NET....pdf as ap def count_pagination_artifacts...# Open the PDF document with ap . Document ( path_infile ) as...

    docs.aspose.com/pdf/python-net/counting-artifacts/
  8. Манипуляция таблицами в существующем PDF|Aspose...

    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....as ap # Загрузить существующий PDF файл pdf_document = ap . Document...для поиска таблиц absorber = ap . text . TableAbsorber () # Посетить...

    docs.aspose.com/pdf/ru/python-net/manipulate-ta...
  9. 파이썬을 사용하여 북마크 추가 및 삭제|Aspose.PDF for Python via...

    파이썬을 사용하여 PDF 문서에 북마크를 추가할 수 있습니다. PDF 문서에서 모든 또는 특정 북마크를 삭제할 수 있습니다....pdf as ap # 문서 열기 document = ap . Document ( input_pdf...input_pdf ) # 책갈피 객체 생성 outline = ap . OutlineItemCollectio ( document...

    docs.aspose.com/pdf/ko/python-net/add-and-delet...
  10. Create AcroForm - Criar PDF Preenchível em Pyth...

    Com Aspose.PDF para Python você pode criar um formulário do zero em seu arquivo PDF...pdf as ap # Abrir documento pdfDocument = ap . Document (...Criar um campo textBoxField = ap . forms . TextBoxField ( pdfDocument...

    docs.aspose.com/pdf/pt/python-net/create-form/