The ComPDFKit API provides a variety of operation APIs to support processing the following file formats:
function |
file format |
PDF to Word |
pdf/docx |
PDF to PPT |
pdf/pptx |
PDF to Excel |
pdf/xlsx |
function |
file format |
Word to PDF |
doc/pdf docx/pdf |
Excel to PDF |
xls/pdf xlsx/pdf |
PPT to PDF |
ppt/pdf pptx/pdf |
function |
file format |
TXT to PDF |
txt/pdf |
PNG to PDF |
png/pdf |
PDF to TXT |
pdf/txt |
PDF to picture |
pdf/png pdf/jpg |
PDF to CSV |
pdf/csv |
PDF to HTML |
pdf/html |
PDF to RTF |
pdf/rtf |
CSV to PDF |
csv/pdf |
HTML to PDF |
html/pdf |
RTF to PDF |
rtf/pdf |
PDF split |
pdf/split |
PDF merge |
pdf/merge |
ComPDFKit API will automatically detect the type of uploaded file - you don't have to modify the file extension.