Skip to content
This repository has been archived by the owner on Dec 14, 2022. It is now read-only.

Allow absolute/system-wide path #32

Merged
merged 18 commits into from Sep 13, 2020

Conversation

gurustron
Copy link
Contributor

@gurustron gurustron commented Sep 9, 2020

Based on #31.
Resolves #27.

  • Added IWkhtmltopdfPathProvider and few implementations, including ExactPathProvider allowing users to provide any path including system-wide one.
  • Marked old DI method as obsolete. Added new one requiring IMvcBuilder.
  • Introduced IWkhtmlDriver.

@gurustron gurustron changed the base branch from master to develop September 9, 2020 16:11
@gurustron
Copy link
Contributor Author

gurustron commented Sep 10, 2020

@fpanaccia
Just FYI:
Needed to add next to the github actions so tests will be able to pass :

    - name: CHMOD
      run: chmod +x Wkhtmltopdf.NetCore/Rotativa/Linux/wkhtmltopdf

@gurustron gurustron marked this pull request as ready for review September 11, 2020 20:47
@gurustron gurustron changed the title Allow absolute path Allow absolute/global wide path Sep 11, 2020
@gurustron gurustron changed the title Allow absolute/global wide path Allow absolute/system-wide path Sep 12, 2020
@fpanaccia
Copy link
Owner

@gurustron is this PR ready? because im gonna do another modifications and i dont want to generate conflicts

@gurustron
Copy link
Contributor Author

@fpanaccia yes, it is ready for review and if you don't have any objections - merging =)

@fpanaccia
Copy link
Owner

Perfect! I have a few concerns, but dont worry i will merge it, and review it.

Thanks for your great work!

@fpanaccia fpanaccia merged commit 2691478 into fpanaccia:develop Sep 13, 2020
@gurustron
Copy link
Contributor Author

@fpanaccia my pleasure!

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

Successfully merging this pull request may close these issues.

Use system wide installed wkhtmltopdf
2 participants