ConversionApi class

API endpoints for PDF conversion

Inheritance

Constructors

ConversionApi.new(ApiClient client)
Constructor

Properties

client ApiClient
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

convertPdfTo(File file, ConversionFormat outputFormat, {ConversionOptions? options}) Future<ApiResponse>
Convert PDF to another format
convertToPdf(File file, ConversionFormat inputFormat, {ConversionOptions? options}) Future<ApiResponse>
Convert various formats to PDF
excelToPdf(File file, {ConversionOptions? options}) Future<ApiResponse>
Convert Excel spreadsheet to PDF
htmlToPdf(File file, {ConversionOptions? options}) Future<ApiResponse>
Convert HTML to PDF
jpgToPdf(File file, {ConversionOptions? options}) Future<ApiResponse>
Convert JPG image to PDF
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pdfToExcel(File file, {ConversionOptions? options}) Future<ApiResponse>
Convert PDF to Excel spreadsheet
pdfToHtml(File file, {ConversionOptions? options}) Future<ApiResponse>
Convert PDF to HTML
pdfToJpg(File file, {ConversionOptions? options}) Future<ApiResponse>
Convert PDF to images (JPG)
pdfToPng(File file, {ConversionOptions? options}) Future<ApiResponse>
Convert PDF to images (PNG)
pdfToPowerPoint(File file, {ConversionOptions? options}) Future<ApiResponse>
Convert PDF to PowerPoint presentation
pdfToWord(File file, {ConversionOptions? options}) Future<ApiResponse>
Convert PDF to Word document
pngToPdf(File file, {ConversionOptions? options}) Future<ApiResponse>
Convert PNG image to PDF
powerPointToPdf(File file, {ConversionOptions? options}) Future<ApiResponse>
Convert PowerPoint presentation to PDF
toString() String
A string representation of this object.
inherited
wordToPdf(File file, {ConversionOptions? options}) Future<ApiResponse>
Convert Word document to PDF

Operators

operator ==(Object other) bool
The equality operator.
inherited