Categories

Convert AVIF to PDF

Convert AVIF images to PDF format with customizable page size, orientation, and quality settings

Click to upload file or drag and drop file here

Maximum file size: 50MB Supported formats: image/avif

PDF document page size

Page orientation for the PDF

Quality setting for embedded image

Background color for the PDF page

0 10 25

Page margin as percentage of page size

PDF document title metadata

PDF document author metadata

PDF document subject metadata

PDF document keywords (comma-separated)

How the image should fit within the page

Center the image on the page

Maintain original image proportions

Key Facts

Category
Media
Input Types
file, select, range, text, checkbox
Output Type
file
Sample Coverage
4
API Ready
Yes

Overview

Easily convert your AVIF images into professional PDF documents with our streamlined conversion tool, offering full control over page layout, image quality, and document metadata.

When to Use

  • When you need to compile high-efficiency AVIF images into a single document for professional sharing or archiving.
  • When preparing images for print and requiring specific page sizes like A4, Letter, or Legal.
  • When you need to add document metadata such as titles, authors, or keywords to your image files.

How It Works

  • Upload your AVIF image file to the converter.
  • Adjust your preferred settings, including page size, orientation, and image fit mode.
  • Configure optional metadata like document title and author if needed.
  • Click convert to generate and download your new PDF file.

Use Cases

Creating professional portfolios or image archives from high-efficiency AVIF assets.
Formatting web-optimized AVIF images for standard document printing.
Standardizing image-based documents with specific page margins and metadata for professional distribution.

Examples

1. Professional Portfolio Export

Graphic Designer
Background
A designer has a high-quality portfolio piece saved in AVIF format and needs to send it to a client as a formal PDF document.
Problem
The image needs to be centered on an A4 page with professional margins and proper document metadata.
How to Use
Upload the AVIF file, select A4 page size, set the margin to 15%, and enter the project title and author in the metadata fields.
Example Config
pageSize: A4, orientation: portrait, margin: 15, title: 'Design Portfolio 2025', author: 'Jane Doe'
Outcome
A clean, professional PDF with the image perfectly centered and correctly labeled for the client.

2. Archiving Web Assets

Web Developer
Background
A developer needs to archive a collection of web-optimized AVIF icons and graphics into a printable reference document.
Problem
The images are of varying sizes and need to be standardized to fit within a specific page layout.
How to Use
Upload the AVIF file, set the fit mode to 'contain', and ensure 'Preserve Aspect Ratio' is checked to maintain image integrity.
Example Config
fitMode: contain, preserveAspectRatio: true, backgroundColor: white
Outcome
A standardized PDF document where the image is scaled appropriately to fit the page without distortion.

Try with Samples

pdf, image, video

Related Hubs

FAQ

Can I convert multiple AVIF files at once?

This tool is designed to process one AVIF image file per conversion task.

What page sizes are supported?

We support standard document sizes including A3, A4, A5, Letter, Legal, and Tabloid.

Can I change the orientation of the PDF page?

Yes, you can toggle between portrait and landscape orientations in the settings.

Does the tool support image quality adjustments?

Yes, you can select from four quality levels ranging from Low to Maximum to balance file size and visual clarity.

Is it possible to add metadata to the PDF?

Yes, you can input a document title, author name, subject, and keywords before converting.

API Documentation

Request Endpoint

POST /en/api/tools/avif-to-pdf

Request Parameters

Parameter Name Type Required Description
imageFile file (Upload required) Yes -
pageSize select No PDF document page size
orientation select No Page orientation for the PDF
quality select No Quality setting for embedded image
backgroundColor select No Background color for the PDF page
margin range No Page margin as percentage of page size
title text No PDF document title metadata
author text No PDF document author metadata
subject text No PDF document subject metadata
keywords text No PDF document keywords (comma-separated)
fitMode select No How the image should fit within the page
centerImage checkbox No Center the image on the page
preserveAspectRatio checkbox No Maintain original image proportions

File type parameters need to be uploaded first via POST /upload/avif-to-pdf to get filePath, then pass filePath to the corresponding file field.

Response Format

{
  "filePath": "/public/processing/randomid.ext",
  "fileName": "output.ext",
  "contentType": "application/octet-stream",
  "size": 1024,
  "metadata": {
    "key": "value"
  },
  "error": "Error message (optional)",
  "message": "Notification message (optional)"
}
File: File

AI MCP Documentation

Add this tool to your MCP server configuration:

{
  "mcpServers": {
    "elysiatools-avif-to-pdf": {
      "name": "avif-to-pdf",
      "description": "Convert AVIF images to PDF format with customizable page size, orientation, and quality settings",
      "baseUrl": "https://elysiatools.com/mcp/sse?toolId=avif-to-pdf",
      "command": "",
      "args": [],
      "env": {},
      "isActive": true,
      "type": "sse"
    }
  }
}

You can chain multiple tools, e.g.: `https://elysiatools.com/mcp/sse?toolId=png-to-webp,jpg-to-webp,gif-to-webp`, max 20 tools.

Supports URL file links or Base64 encoding for file parameters.

If you encounter any issues, please contact us at [email protected]