Unisci TIFF in PDF in Python

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

Unisci TIFF in 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 TIFF a PDF, combini effettivamente le immagini per ottenere un singolo file PDF.

Unisci TIFF in PDF in Python

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

Codice Python per l'unione di TIFF in 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.tiff"))
	slide.shapes.add_picture_frame(slides.ShapeType.RECTANGLE, 0, 0, 100, 100, image1)

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

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

Come unire TIFF in 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 i file TIFF che vuoi unire come cornici.

  5. Salva il 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