Skip to content

Conversation

Paulsky
Copy link

@Paulsky Paulsky commented May 26, 2017

  • Changed '@pdfjsImagePath' to '@{pdfjsImagePath}' in build.sh.

Please see my pull request in the pdf.js repository for setting the correct paths. By setting the correct paths in viewer.css in the pdf.js repository, the global 'pdfjsImagePath' variable can be set by using the following commands:

  • lessc command:
    lessc viewer.less viewer.css --global-var="pdfjsImagePath=path/to/images"

  • gulpfile (for example Laravel elixir):
    globalVars: {
    pdfjsImagePath: "'path/to/images'"
    }

Paulsky added 2 commits May 3, 2017 15:11
- Changed "url(@pdfjsImagePath/*.*)" to "url('@{pdfjsImagePath}/*.*')"
- Changed CSS class 'pdfjs 0%' to 'pdf0'
- Changed CSS class 'pdfjs 100%' to 'pdf100'
- Added '/.idea' to .gitignore for PHPStorm project.

usages for setting the var:
- lessc command:
   lessc viewer.less viewer.css --global-var="pdfjsImagePath=path/to/images"

- gulpfile (for example laravel elixir):
    globalVars: {
        pdfjsImagePath: "'path/to/images'"
    }
@svenstm svenstm requested a review from jasny April 17, 2018 08:45
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

Successfully merging this pull request may close these issues.

1 participant