Sort Score
Result 10 results
Languages All
Labels All
Results 461 - 470 of 4,059 for

ape

(0.06 sec)
  1. Simpan dokumen PDF secara programatis|Aspose.PD...

    Pelajari cara menyimpan file PDF dalam Python Aspose.PDF untuk Python melalui pustaka C++. Simpan dokumen PDF ke sistem file, ke aliran, dan dalam aplikasi web....AsposePDFPythonWrapp as ap document = ap . Document ( "sample.pdf"...

    docs.aspose.com/pdf/id/python-cpp/save-pdf-docu...
  2. Extract details from Signature|Aspose.PDF for P...

    How to extract image from digital signature in PDF documents using Aspose.PDF for Python....pdf as ap import aspose.pydrawing as drawing...outfile # Open PDF document with ap . Document ( path_infile ) as...

    docs.aspose.com/pdf/python-net/extract-image-an...
  3. How to add Smart Card signature to PDF|Aspose.P...

    Aspose.PDF for Python via .NET allows you to sign PDF documents from a smart card using signature field....pdf as ap import aspose.pydrawing as drawing...with ap . Document ( path_infile ) as document : with ap . facades...

    docs.aspose.com/pdf/python-net/sign-pdf-documen...
  4. 使用 Python 添加和删除书签|Aspose.PDF for Python via .NET

    你可以使用 Python 向 PDF 文档添加书签。可以从 PDF 文档中删除所有或特定书签。...pdf as ap # 打开文档 document = ap . Document ( input_pdf...input_pdf ) # 创建书签对象 outline = ap . OutlineItemCollectio ( document...

    docs.aspose.com/pdf/zh/python-net/add-and-delet...
  5. Sauvegarder le document PDF par programmation|A...

    Apprenez à sauvegarder un fichier PDF dans la bibliothèque Aspose.PDF pour Python via .NET. Sauvegardez le document PDF dans le système de fichiers, dans un flux, et dans les applications Web....pdf as ap document = ap . Document ( input_pdf... import aspose.pdf as ap document = ap . Document ( input_pdf...

    docs.aspose.com/pdf/fr/python-net/save-pdf-docu...
  6. Adicionar marca d'água ao PDF usando Python|Asp...

    Este artigo explica os recursos de trabalhar com artefatos e obter marcas d'água em PDFs programaticamente usando Python....pdf as ap document = ap . Document ( input_pdf...) artifact = ap . WatermarkArtifact () ts = ap . text . TextState...

    docs.aspose.com/pdf/pt/python-net/add-watermarks/
  7. 파이썬에서 PDF를 다양한 이미지 형식으로 변환|Aspose.PDF for Pytho...

    이 주제는 Aspose.PDF for Python을 사용하여 PDF를 TIFF, BMP, EMF, JPEG, PNG, GIF, SVG와 같은 다양한 이미지 형식으로 몇 줄의 코드로 변환하는 방법을 보여줍니다....pdf as ap input_pdf = DIR_INPUT + "sample...tiff" # PDF 문서 열기 document = ap . Document ( input_pdf ) # 해상도...

    docs.aspose.com/pdf/ko/python-net/convert-pdf-t...
  8. Memanipulasi Tabel dalam PDF yang Ada|Aspose.PD...

    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 # Muat file PDF yang ada pdf_document = ap . Document...untuk menemukan tabel absorber = ap . text . TableAbsorber () # Kunjungi...

    docs.aspose.com/pdf/id/python-net/manipulate-ta...
  9. Manipular Tabelas em PDF existente|Aspose.PDF p...

    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 # Carregar arquivo PDF existente pdf_document = ap . Document...encontrar tabelas absorber = ap . text . TableAbsorber () # Visitar...

    docs.aspose.com/pdf/pt/python-net/manipulate-ta...
  10. 在 PDF 中处理标题|Aspose.PDF for Python via .NET

    使用 Python 在 PDF 文档的标题中创建编号。Aspose.PDF for Python via .NET 提供不同类型的编号样式。...pdf as ap document = ap . Document () document...document . page_info . margin = ap . MarginInfo () document . page_info...

    docs.aspose.com/pdf/zh/python-net/working-with-...