Sort Score
Result 10 results
Languages All
Labels All
Results 1,031 - 1,040 of 4,096 for

ape

(0.75 sec)
  1. การผสานไฟล์ PDF | Aspose.PDF

    การรวมเอกสาร PDF เข้ากับแอพข้ามแพลตฟอร์มฟรีและ API High Code สำหรับทุกแพลตฟอร์ม...pdf as ap # Open first document document1 = ap . Document...Open second document document2 = ap . Document ( input_pdf_2 ) #...

    products.aspose.com/pdf/th/merger/
  2. 記録

    記録...pdf as ap input_pdf = DIR_INPUT + "sample...pptx" # PDF ドキュメントを開く document = ap.Document(input_pdf) # PptxSaveOptions...

    blog.aspose.com/ja/pdf/convert-pdf-to-ppt-in-py...
  3. arkiv

    arkiv...pdf as ap input_html = "input.html" output_pdf...options = ap.HtmlLoadOptions() # ladda filen document = ap.Document(input_html...

    blog.aspose.com/sv/pdf/convert-html-to-pdf-in-p...
  4. Recortar Páginas de PDF programáticamente en Py...

    Puede obtener propiedades de página, como el ancho, altura, bleed-, crop- y trimbox utilizando Aspose.PDF para Python vía .NET....pdf as ap document = ap . Document ( input_pdf...Rectángulo de Caja new_box = ap . Rectangle ( 200 , 220 , 2170...

    docs.aspose.com/pdf/es/python-net/crop-pages/
  5. Архивы

    Архивы...pdf as ap input_pdf = DIR_INPUT + "sample...# Открыть PDF-файл document = ap.Document(input_pdf) # Создайте...

    blog.aspose.com/ru/pdf/convert-pdf-to-latex-in-...
  6. Procurar

    Procurar...pdf as ap input_pdf = DIR_INPUT + "sample...Carregar documento PDF document = ap.Document(input_pdf) # Salvar...

    blog.aspose.com/pt/pdf/convert-pdf-to-html-in-p...
  7. Архів

    Архів...pdf as ap input_pdf = DIR_INPUT + "sample...Завантажити документ PDF document = ap.Document(input_pdf) # Збережіть...

    blog.aspose.com/uk/pdf/convert-pdf-to-html-in-p...
  8. Archiv

    Archiv...pdf as ap input_pdf = DIR_INPUT + "sample...Otevřete soubor PDF document = ap.Document(input_pdf) # Vytvořte...

    blog.aspose.com/cs/pdf/convert-pdf-to-latex-in-...
  9. Convert PDF to HTML in Python|Aspose.PDF for Py...

    This topic show you how to convert PDF file to HTML format with Aspose.PDF for Python via .NET library.... Load the source PDF using ‘ap.Document’. Create ‘HtmlSaveOptions’...HTML. Load the source PDF using ‘ap.Document’. Create ‘HtmlSaveOptions’...

    docs.aspose.com/pdf/python-net/convert-pdf-to-h...
  10. 記録

    記録...pdf as ap # PDFを読み込む doc = ap.Document("input.pdf")...- newHeight) page.media_box = ap.Rectangle(newLLX, newLLY, newLLX...

    blog.aspose.com/ja/pdf/rotate-pdf-in-python/