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

Redundant static files #497

Closed
intellisense opened this issue Mar 30, 2015 · 1 comment
Closed

Redundant static files #497

intellisense opened this issue Mar 30, 2015 · 1 comment

Comments

@intellisense
Copy link
Contributor

When I execute this command:

pdf2htmlEX --embed cfijo --split-pages 1 --dest-dir b --external-hint-tool=ttfautohint --page-filename b-%d.page b.pdf

I can see that it has placed these files (which comes from /usr/share/pdf2htmlEX) in the folder:

  • compatibility.min.js
  • pdf2htmlEX.min.js
  • pdf2htmlEX-64x64.png
  • bg2.png

As these files are base files and will be included in every pdf conversion, can't we just ignore these so that it is not placed in the folder and I can update the manifest to include these things from default central location (most probably from CDN)?

@intellisense
Copy link
Contributor Author

Got it, If I hardcode the css and js links in manifest then those files are not coppied over.

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

No branches or pull requests

1 participant