[go-nuts] Re: [ANN] UniDoc PDF Toolkit for golang

2016-08-11 Thread Alfred Hall
Hi Jon. This is on the roadmap, be nice if you voted it up or placed a comment on it :). See https://trello.com/b/JcliaYYI/unidoc-feature-requests. On Thu, Aug 11, 2016 at 4:37 PM, Joe Blue wrote: > Hey Alf > > Does it have the ability to convert PDF to HTML5 (single page) ? > > thanks > > Joe

[go-nuts] Re: [ANN] UniDoc PDF Toolkit for golang

2016-08-11 Thread Joe Blue
Hey Alf Does it have the ability to convert PDF to HTML5 (single page) ? thanks Joe On Saturday, July 16, 2016 at 5:22:00 PM UTC+2, ah...@owlglobal.io wrote: > > Hi all. > > Today we are releasing UniDoc version 1.0, a comprehensive open source PDF > toolkit written in Go. Please see our relea

Re: [go-nuts] Re: [ANN] UniDoc PDF Toolkit for golang

2016-07-21 Thread Todd Neal
On Wednesday, July 20, 2016 at 6:19:44 PM UTC-5, kristian wrote: > > I agree with this. Go needs a pdf library that is apache, mit or > bsd licensed. > Have you seen github.com/jung-kurt/gofpdf? I think the API is a bit wonky as it's derived from FPDF, but it works and uses the MIT license.

[go-nuts] Re: [ANN] UniDoc PDF Toolkit for golang

2016-07-21 Thread Alfred Hall
No problem. Keep me posted how you get on with it and if there is anything I can help you with. Feedback is very important to us. Cheers. Alf On Thu, Jul 21, 2016 at 12:14 PM, Ali Zaid wrote: > Thanks a lot! I will give it a try, I'm planning a private project, if > it's successful, then I will

[go-nuts] Re: [ANN] UniDoc PDF Toolkit for golang

2016-07-21 Thread Ali Zaid
Thanks a lot! I will give it a try, I'm planning a private project, if it's successful, then I will properly open it as a service and get a licence. Regards, Ali Z. Anwar On Wed, Jul 20, 2016 at 1:22 AM, Alfred Hall wrote: > Hi Ali. > > We have just added PDF Clip and Rotate, see the examples o

Re: [go-nuts] Re: [ANN] UniDoc PDF Toolkit for golang

2016-07-20 Thread kristian
I agree with this. Go needs a pdf library that is apache, mit or bsd licensed. For a small commercial service where we don't want to share our own source code, AGPL prohibits use and the commercial license is probably not going to be affordable to a low-margin internet startup. It's weird t

[go-nuts] Re: [ANN] UniDoc PDF Toolkit for golang

2016-07-19 Thread Alfred Hall
Hi Ali. We have just added PDF Clip and Rotate, see the examples on github.com/unidoc/unidoc. Let us know how it works. Cheers. Alf On Mon, Jul 18, 2016 at 9:02 AM, Ali Anwar wrote: > Any plans to add clip/crop pdf files? > > On Saturday, July 16, 2016 at 5:22:00 PM UTC+2, ah...@owlglobal.io w

Re: [go-nuts] Re: [ANN] UniDoc PDF Toolkit for golang

2016-07-19 Thread Alfred Hall
Hi Eric. Thanks for the feedback. We are working with a lawyer to improve our LICENSE and make it easier to understand and hopefully cause less confusion. Cheers. Alf On Tue, Jul 19, 2016 at 12:38 AM, Eric Johnson wrote: > > On Monday, July 18, 2016 at 4:45:37 AM UTC-7, rog wrote: >> >> On 16

Re: [go-nuts] Re: [ANN] UniDoc PDF Toolkit for golang

2016-07-18 Thread 'Eric Johnson' via golang-nuts
On Monday, July 18, 2016 at 4:45:37 AM UTC-7, rog wrote: > > On 16 July 2016 at 16:33, Daniel Theophanes > wrote: > > I would also note that AGPL is probably unusable in most Go programs > > (statically linked and all). -Daniel > > Why so? You just need to make your program open source, which

Re: [go-nuts] Re: [ANN] UniDoc PDF Toolkit for golang

2016-07-18 Thread roger peppe
On 16 July 2016 at 16:33, Daniel Theophanes wrote: > I would also note that AGPL is probably unusable in most Go programs > (statically linked and all). -Daniel Why so? You just need to make your program open source, which shouldn't be too onerous a requirement I'd've thought. -- You received t

[go-nuts] Re: [ANN] UniDoc PDF Toolkit for golang

2016-07-18 Thread Alfred Hall
Yes, it shouldn't take long to implement. On Mon, Jul 18, 2016 at 9:02 AM, Ali Anwar wrote: > Any plans to add clip/crop pdf files? > > On Saturday, July 16, 2016 at 5:22:00 PM UTC+2, ah...@owlglobal.io wrote: >> >> Hi all. >> >> Today we are releasing UniDoc version 1.0, a comprehensive open so

[go-nuts] Re: [ANN] UniDoc PDF Toolkit for golang

2016-07-18 Thread Ali Anwar
Any plans to add clip/crop pdf files? On Saturday, July 16, 2016 at 5:22:00 PM UTC+2, ah...@owlglobal.io wrote: > > Hi all. > > Today we are releasing UniDoc version 1.0, a comprehensive open source PDF > toolkit written in Go. Please see our release post > http://unidoc.io/news/launching-unidoc

[go-nuts] Re: [ANN] UniDoc PDF Toolkit for golang

2016-07-17 Thread Alfred Hall
Hi Daniel and thanks for your reply. Our goal is to provide the library free of use for noncommercial and personal use. However, for any commercial use we require that the library is purchased under a commercial license, although initial testing can be done with the open source version. We believe

[go-nuts] Re: [ANN] UniDoc PDF Toolkit for golang

2016-07-16 Thread Daniel Theophanes
I would recommend you clarify your public / commercial licensing and make it more prominent in advertising and home page. I would also note that AGPL is probably unusable in most Go programs (statically linked and all). -Daniel On Saturday, July 16, 2016 at 8:22:00 AM UTC-7, ah...@owlglobal.io