Sort Score
Result 10 results
Languages All
Labels All
Results 381 - 390 of 4,096 for

ape

(0.29 sec)
  1. PDF 크기 최적화, 압축 또는 줄이기|Aspose.PDF for Python via...

    PDF 파일 최적화, 모든 이미지 축소, PDF 크기 줄이기, 폰트 비내장화, 사용되지 않는 객체 제거를 Python으로 수행합니다....pdf as ap # 문서 열기 document = ap . Document ( input_pdf...import aspose.pdf as ap # 문서 열기 document = ap . Document ( input_pdf...

    docs.aspose.com/pdf/ko/python-net/optimize-pdf/
  2. 기존 PDF에서 테이블 제거|Aspose.PDF for Python via .NET

    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 문서 로드 pdf_document = ap . Document (...TableAbsorber 객체 생성 absorber = ap . text . TableAbsorber () # 첫...

    docs.aspose.com/pdf/ko/python-net/remove-tables...
  3. Create Tagged PDF using Python|Aspose.PDF for P...

    This article explains how to create structure's elements for Tagged PDF document programmatically using Aspose.PDF for Python via .NET....pdf as ap def create_tagged_pdf_document_simple...): # Create PDF Document with ap . Document () as document : #...

    docs.aspose.com/pdf/python-net/create-tagged-pdf/
  4. 使用 Python 处理 PDF 中的作品集|Aspose.PDF for Python vi...

    如何使用 Python 创建 PDF 作品集。您应该使用 Microsoft Excel 文件、Word 文档和图像文件来创建 PDF 作品集。...pdf as ap # 实例化 Document 对象 document = ap . Document ()...collection = ap . Collection () # 获取要添加到投资组合的文件 excel = ap . FileSpecification...

    docs.aspose.com/pdf/zh/python-net/portfolio/
  5. Working with PDF layers using Python|Aspose.PDF...

    This article explains how to lock a PDF layer, extract PDF layer elements, flatten a layered PDF, and merge all layers inside a PDF into one....pdf as ap def lock_layer ( path_infile...path_infile , path_outfile ): with ap . Document ( path_infile ) as document...

    docs.aspose.com/pdf/python-net/work-with-pdf-la...
  6. Arşiv

    Arşiv...pdf as ap # Giriş PDF belgesini yükle document = ap.Document("input...Filigran metnini ayarla stamp = ap.TextStamp("CONFIDENTIAL") # Filigran...

    blog.aspose.com/tr/pdf/add-watermark-in-pdf-in-...
  7. Working with Portfolio in PDF using Python|Aspo...

    How to Create a PDF Portfolio with Python. You should use a Microsoft Excel File, a Word document, and an image file to create a PDF Portfolio....pdf as ap # Instantiate Document Object document = ap . Document...object document . collection = ap . Collection () # Get Files to...

    docs.aspose.com/pdf/python-net/portfolio/
  8. Create AcroForm - Create Fillable PDF in Python...

    With Aspose.PDF for Python you may create a form from scratch in your PDF file...pdf as ap data_dir = "/path/to/your/pdf/files/"...# Open document pdfDocument = ap . Document ( path_infile ) #...

    docs.aspose.com/pdf/python-net/create-form/
  9. Créer un AcroForm - Créer un PDF remplissable e...

    Avec Aspose.PDF pour Python, vous pouvez créer un formulaire à partir de zéro dans votre fichier PDF...pdf as ap # Ouvrir le document pdfDocument = ap . Document...Créer un champ textBoxField = ap . forms . TextBoxField ( pdfDocument...

    docs.aspose.com/pdf/fr/python-net/create-form/
  10. How to rotate PDF | Aspose.PDF

    Do you know how easily rotate PDF documents in Python? Rotate PDF files with high quality using Python via .NET PDF library....PDF library as ‘ap’. Load the input PDF file named...using the ‘rotate’ property with ‘ap.Rotation.ON90’ to rotate by 90...

    products.aspose.com/pdf/tutorial/rotate-pdf/