Unisci JPG a PDF in Python

Libreria Python ad alta velocità e multipiattaforma per l’unione di file JPG in PDF utilizzando il codice Python

Unisci JPG a PDF utilizzando Aspose.Slides

Aspose.Slides per Python tramite .NET è una potente libreria Python utilizzata per creare, convertire, unire e manipolare presentazioni, PDF , immagini e altri file. Quando unisci JPG a PDF, stai effettivamente combinando immagini JPG per ottenere un singolo file PDF.

Unisci JPG a PDF in Python

Utilizzando Aspose.Slides per Python tramite .NET , puoi unire rapidamente JPG a PDF con poche righe di codice

Codice Python per unire JPG a PDF


import aspose.slides as slides
import aspose.pydrawing as drawing

with slides.Presentation() as pres:
    slide = pres.slides[0]
    image1 = pres.images.add_image(drawing.Bitmap("image1.jpg"))
	slide.shapes.add_picture_frame(slides.ShapeType.RECTANGLE, 0, 0, 100, 100, image1)

    image2 = pres.images.add_image(drawing.Bitmap("image2.jpg"))
	slide.shapes.add_picture_frame(slides.ShapeType.RECTANGLE, 0, 200, 100, 100, image2)

    pres.save("pres.pdf", slides.export.SaveFormat.PDF)

Come unire JPG a PDF in Python

  1. Install Aspose.Slides for Python via .NET. See Installation .

  2. Aggiungi la libreria come riferimento nel tuo progetto.

  3. Crea un’istanza della classe Presentation.

  4. Carica le immagini JPG che vuoi unire insieme come cornici.

  5. Salva il file PDF risultante.

Unisci file PDF online

Come unire PDF in Python

Unisci altri file

Puoi anche combinare file in altri formati per ottenere un unico file