Change converter.rb when running through asciidoctorj-pdf

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Change converter.rb when running through asciidoctorj-pdf

idc101
Hi,

Is it possible to hack around with converter.rb when running asciidoctorj-pdf? I have tried copying all the gems to a local directory and then:

Asciidoctor asciidoctor = Asciidoctor.Factory.create("/home/path_to/gems/");

But this doesn't seem to work.

Thanks
Iain
Reply | Threaded
Open this post in threaded view
|

Re: Change converter.rb when running through asciidoctorj-pdf

mojavelinux
Administrator

On Tue, Jun 28, 2016 at 8:48 PM, idc101 [via Asciidoctor :: Discussion] <[hidden email]> wrote:
Hi,

Is it possible to hack around with converter.rb when running asciidoctorj-pdf? I have tried copying all the gems to a local directory and then:

Asciidoctor asciidoctor = Asciidoctor.Factory.create("/home/path_to/gems/");

But this doesn't seem to work.

Thanks
Iain


If you reply to this email, your message will be added to the discussion below:
http://discuss.asciidoctor.org/Change-converter-rb-when-running-through-asciidoctorj-pdf-tp4803.html
To start a new topic under Asciidoctor :: Discussion, email [hidden email]
To unsubscribe from Asciidoctor :: Discussion, click here.
NAML



--
Dan Allen | @mojavelinux | https://twitter.com/mojavelinux
Reply | Threaded
Open this post in threaded view
|

Re: Change converter.rb when running through asciidoctorj-pdf

idc101
Thanks Dan, that worked great. On Linux I have extend converter.rb and all is fine.

New post for the next problem...