Sort Score
Result 10 results
Languages All
Labels All
Results 1,351 - 1,360 of 5,741 for

ape

(0.52 sec)
  1. 获取字段外观|Aspose.PDF for Python via .NET

    这篇文章解释了如何打开 PDF,访问表单字段,检索其外观设置并显示它们。示例演示了检索名为 "Last Name" 的字段的外观。...pdf as ap import aspose.pydrawing as ap_pydrawing import...outfile ): # Open document doc = ap . Document ( infile ) # Create...

    docs.aspose.com/pdf/zh/python-net/get-field-app...
  2. 필드 모양 가져오기|Aspose.PDF for Python via .NET

    이 문서에서는 PDF를 열고, 양식 필드에 액세스하고, 모양 설정을 검색하고, 표시하는 방법을 설명합니다.이 예제에서는 “성”이라는 이름의 필드 모양을 검색하는 방법을 보여 줍니다....pdf as ap import aspose.pydrawing as ap_pydrawing import...outfile ): # Open document doc = ap . Document ( infile ) # Create...

    docs.aspose.com/pdf/ko/python-net/get-field-app...
  3. آرشیوها

    آرشیوها...pdf as ap input_pdf = DIR_INPUT + "sample...سند PDF را باز کنید document = ap.Document(input_pdf) # نمونه PptxSaveOptions...

    blog.aspose.com/fa/pdf/convert-pdf-to-ppt-in-py...
  4. ค้นหา

    ค้นหา...pdf as ap # โหลด PDF doc = ap.Document("input.pdf")...- newHeight) page.media_box = ap.Rectangle(newLLX, newLLY, newLLX...

    blog.aspose.com/th/pdf/rotate-pdf-in-python/
  5. Archiwa

    Archiwa...pdf as ap # Załaduj plik PDF doc = ap.Document("input...- newHeight) page.media_box = ap.Rectangle(newLLX, newLLY, newLLX...

    blog.aspose.com/pl/pdf/rotate-pdf-in-python/
  6. Kelas PdfViewer|Aspose.PDF for Python via .NET

    Pelajari cara menggunakan kelas PdfViewer dalam Aspose.PDF for Python via .NET untuk mendekode semua halaman PDF, mendekode halaman tertentu, dan memeriksa metadata PDF terkait penampil....pdf as ap import aspose.pdf.facades as...() viewer . coordinate_type = ap . PageCoordinateType . MEDIA_BOX...

    docs.aspose.com/pdf/id/python-net/pdfviewer-class/
  7. فئة عارض ملفات PDF|Aspose.PDF for Python via .NET

    تعرف على كيفية استخدام فئة PDFViewer في Aspose.PDF لـ Python عبر .NET لفك تشفير جميع صفحات PDF وفك شفرة صفحة معينة وفحص بيانات PDF الوصفية المتعلقة بالعارض....pdf as ap import aspose.pdf.facades as...() viewer . coordinate_type = ap . PageCoordinateType . MEDIA_BOX...

    docs.aspose.com/pdf/ar/python-net/pdfviewer-class/
  8. Extraire un tableau d'un document PDF|Aspose.PD...

    Aspose.PDF pour Python via .NET permet d'effectuer diverses manipulations avec les tableaux contenus dans votre document PDF....as ap # Charger le document PDF source pdf_document = ap . Document...pdf_document . pages : absorber = ap . text . TableAbsorber () absorber...

    docs.aspose.com/pdf/fr/python-net/extract-table...
  9. Adicionando Anexo a um Documento PDF usando Pyt...

    Esta página descreve como adicionar um anexo a um arquivo PDF com Aspose.PDF para Python via biblioteca .NET....pdf as ap # Abrir documento document = ap . Document (...como anexo fileSpecification = ap . FileSpecification ( attachment_file...

    docs.aspose.com/pdf/pt/python-net/add-attachmen...
  10. Create PDF document programmatically|Aspose.PDF...

    This page describes how to create PDF document from scratch with Aspose.PDF for Python via .NET library....pdf as ap # Initialize document object document = ap . Document...page page . paragraphs . add ( ap . text . TextFragment ( "Hello...

    docs.aspose.com/pdf/python-net/create-document/