Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot create TOC #36

Open
sanderboom opened this issue Dec 1, 2013 · 1 comment
Open

Cannot create TOC #36

sanderboom opened this issue Dec 1, 2013 · 1 comment

Comments

@sanderboom
Copy link

First of all: thanks for this awesome project!

Generation of a PDF works fine, until I try to add a TOC. Same options on the cmd line cause no problems. Am I missing something here or is this not supported yet?

Thanks!

  wkhtmltox_convert('pdf',
    array(
      'out' => $filepath,
    ),
    array(
      array(
        'tocXsl' => 'http://somedomain.com/assets/toc.xsl',
      ),
      array(
        'page' => 'http://somedomain.com/',
        'includeInOutline' => 'true',
      ),
    ));
@kamynina
Copy link

I have the same problem. Really need to understand what we are doing is not right.Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants