Skip to main content

Supported Formats

DocuHub supports 108+ file formats for conversion, compression, and PDF operations.

Back to Docs

Overview

The DocuHub API can convert, compress, merge, split, and manipulate files across 108+ formats. This page provides a complete reference of every supported source and target format, organised by category.

Every tool listed below is available through the API. Pass the appropriate parameters to the /v1/convert or /v1/pdf/* endpoints to use them programmatically.

API Format Strings

When calling the API, specify the target format using the output_format parameter as a lowercase string matching the target file extension.

curl -X POST https://api.docuhub.live/v1/convert \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -F "file=@document.pdf" \
  -F "output_format=docx"

# Accepted values: "docx", "pdf", "png", "jpg", "xlsx",
#   "pptx", "txt", "md", "json", "html", "csv", ...

Common Conversions

These are the most frequently used conversion paths:

SourceTargetDescription
PDFDOCXExtract editable Word documents from PDFs
PDFPNGRender PDF pages as high-resolution images
DOCXPDFCreate portable PDFs from Word files
ImagesPDFCombine images into a single PDF document
PDFTextExtract plain text content from PDFs

Format Categories

Convert Documents

Transform documents between different formats with high accuracy.

SourceTargetDescription
pdfpdfMake scanned PDF searchable
pdfdocConvert PDF to Word document
pdfxlsxConvert PDF to Excel document
pdfpptxConvert PDF to PowerPoint document
pdftxtConvert PDF to Text document
pdfrtfConvert PDF to RTF document
pdfhtmlConvert PDF to HTML document
pdfxmlConvert PDF to XML document
pdfjsonConvert PDF to JSON document
pdfcsvConvert PDF to CSV document
docxpdfConvert Word to PDF document
xlsxpdfConvert Excel to PDF document
pptxpdfConvert PowerPoint to PDF document
txtpdfConvert Text to PDF document
rtfpdfConvert RTF to PDF document
odtpdfConvert OpenOffice Writer to PDF document
odspdfConvert OpenOffice Calc to PDF document
odppdfConvert OpenOffice Impress to PDF document
epubpdfConvert EPUB to PDF document
mobipdfConvert MOBI to PDF document
htmlpdfConvert HTML to PDF document
xmlpdfConvert XML to PDF document
pdfjpgConvert PDF pages to JPG images
jpgpdfConvert JPG images to PDF
pdfpngConvert PDF pages to PNG images
pngpdfConvert PNG images to PDF
pdfwebpConvert PDF pages to WebP images
webppdfConvert WebP images to PDF
pdftiffConvert PDF pages to TIFF images
tiffpdfConvert TIFF images to PDF
pdfbmpConvert PDF pages to BMP images
bmppdfConvert BMP images to PDF
pdfheicConvert PDF pages to HEIC images
heicpdfConvert HEIC images to PDF
pdfgifConvert PDF pages to GIF images
gifpdfConvert GIF images to PDF
pdfavifConvert PDF pages to AVIF images
avifpdfConvert AVIF images to PDF
mdpdfConvert Markdown to PDF
djvupdfConvert DJVU to PDF
csvpdfConvert CSV to PDF
heifpdfConvert HEIF to PDF
pdfheifConvert PDF to HEIF

Compress Files

Reduce file sizes while maintaining quality.

SourceTargetDescription
pdfpdfReduce PDF file size online

Merge Documents

Combine multiple files into a single document.

SourceTargetDescription
pdfpdfCombine multiple PDFs into one

Split Documents

Extract pages or split documents into multiple files.

SourceTargetDescription
pdfpdfExtract pages from PDF

PDF Security

Protect or unlock PDF documents with password encryption.

SourceTargetDescription
pdfpdfEncrypt PDF with password
pdfpdfRemove PDF password security

PDF Utilities

Additional tools for working with PDF files.

SourceTargetDescription
pdfpdfRotate PDF pages permanently
pdfpdfRemove unwanted pages from PDF
pdfpdfAdd page numbers to PDF
pdfpdfAdd watermark to PDF documents
pdfpdfFix damaged PDF files
pdfpdfFlatten PDF forms and layers
pdfpdfConvert PDF to black and white
pdfpdfSort and reorder PDF pages
pdfpdfAdd digital signature to PDF

Image Conversions

Convert between image formats with high quality.

SourceTargetDescription
jpgpngConvert JPG to PNG
jpgwebpConvert JPG to WebP
jpgtiffConvert JPG to TIFF
jpgbmpConvert JPG to BMP
jpgheicConvert JPG to HEIC
jpggifConvert JPG to GIF
jpgavifConvert JPG to AVIF
pngjpgConvert PNG to JPG
pngwebpConvert PNG to WebP
pngtiffConvert PNG to TIFF
pngbmpConvert PNG to BMP
pngheicConvert PNG to HEIC
pnggifConvert PNG to GIF
pngavifConvert PNG to AVIF
webpjpgConvert WebP to JPG
webppngConvert WebP to PNG
webptiffConvert WebP to TIFF
webpbmpConvert WebP to BMP
webpheicConvert WebP to HEIC
webpgifConvert WebP to GIF
webpavifConvert WebP to AVIF
tiffjpgConvert TIFF to JPG
tiffpngConvert TIFF to PNG
tiffwebpConvert TIFF to WebP
tiffbmpConvert TIFF to BMP
tiffheicConvert TIFF to HEIC
tiffgifConvert TIFF to GIF
tiffavifConvert TIFF to AVIF
bmpjpgConvert BMP to JPG
bmppngConvert BMP to PNG
bmpwebpConvert BMP to WebP
bmptiffConvert BMP to TIFF
bmpheicConvert BMP to HEIC
bmpgifConvert BMP to GIF
bmpavifConvert BMP to AVIF
heicjpgConvert HEIC to JPG
heicpngConvert HEIC to PNG
heicwebpConvert HEIC to WebP
heictiffConvert HEIC to TIFF
heicbmpConvert HEIC to BMP
heicgifConvert HEIC to GIF
heicavifConvert HEIC to AVIF
gifjpgConvert GIF to JPG
gifpngConvert GIF to PNG
gifwebpConvert GIF to WebP
giftiffConvert GIF to TIFF
gifbmpConvert GIF to BMP
gifheicConvert GIF to HEIC
gifavifConvert GIF to AVIF
avifjpgConvert AVIF to JPG
avifpngConvert AVIF to PNG
avifwebpConvert AVIF to WebP
aviftiffConvert AVIF to TIFF
avifbmpConvert AVIF to BMP
avifheicConvert AVIF to HEIC
avifgifConvert AVIF to GIF
heifjpgConvert HEIF to JPG

Next steps

Get started