add new functions for zip and byte slices
This commit is contained in:
@@ -17,7 +17,7 @@ func Convert(chromePath, inputFile, outputFile string) error {
|
||||
}
|
||||
defer c.Close()
|
||||
|
||||
return c.Convert(input)
|
||||
return c.ConvertToPdf(input)
|
||||
}
|
||||
|
||||
// NewConverterInstance start new chrome headless shell instance
|
||||
|
||||
Reference in New Issue
Block a user