Siphoc\PdfBundle\Converter\ConverterInterface
===============

The interface for our converters.

<p>This provides some basic structure for each
converter.</p>


* Interface name: ConverterInterface
* Namespace: Siphoc\PdfBundle\Converter
* This is an **interface**






Methods
-------


### convertToString

```
string Siphoc\PdfBundle\Converter\ConverterInterface::convertToString(string $html)
```

Convert a specified HTML string with proper implementation logic.



* Visibility: **public**

#### Arguments

* $html **string**


