2016-07-09 14:09:27 +00:00
|
|
|
/*
|
|
|
|
* This file is subject to the terms and conditions defined in
|
|
|
|
* file 'LICENSE.txt', which is part of this source code package.
|
|
|
|
*/
|
|
|
|
|
2016-07-09 21:05:53 +00:00
|
|
|
/*
|
|
|
|
UniDoc is a fast and powerful package for document manipulation starting off as a PDF
|
|
|
|
toolkit. This is a commercial library written and supported by the owners
|
|
|
|
of the FoxyUtils.com website.
|
|
|
|
|
|
|
|
Please See the [examples](https://github.com/unidoc/unidoc/tree/master/examples) folder.
|
|
|
|
*/
|
|
|
|
|
2016-07-09 14:09:27 +00:00
|
|
|
package unidoc
|
|
|
|
|
|
|
|
import (
|
|
|
|
_ "github.com/unidoc/unidoc/common"
|
|
|
|
_ "github.com/unidoc/unidoc/license"
|
|
|
|
_ "github.com/unidoc/unidoc/pdf"
|
|
|
|
)
|