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

Taille des caractères #37

Open
tidusia opened this issue Sep 17, 2019 · 3 comments
Open

Taille des caractères #37

tidusia opened this issue Sep 17, 2019 · 3 comments

Comments

@tidusia
Copy link

tidusia commented Sep 17, 2019

Salut,

Déjà un grand merci pour ce repo, c'est une super base pour ses contrats, facile à personnaliser de plus.

J'ai pu générer un premier exemple de contrat, mais la taille des caractères dans le PDF créé est vraiment très petite (CF screenshot).

J'ai pu trouver très rapidement un fix, il s'agit d'une option à rajouter dans la task du Rakefile.

As-tu toi aussi ce soucis de ton côté @tibastral ?
Si oui, je peux faire une petite PR avec l'option pour changer la taille du texte si tu le désire :)

Capture d’écran 2019-09-17 à 12 17 46

@loiclouvet
Copy link

Hello !
J'utilise aussi ce générateur de contrats mais je ne rencontre pas ce souci..
@tidusia Peux-tu en dire plus sur ton environnement de dev ?

@tidusia
Copy link
Author

tidusia commented Sep 17, 2019

Hello @loiclouvet

OK, voici mon environnement de dev, mais sache que si le problème n'existe que de mon côté, alors pas de soucis car j'ai trouvé un fix (-w "--minimum-font-size 50" ajouté à la commande gimli).

Mon env :

MAC OS 10.14.6
ruby 2.6.4p104

Gemfile.lock

Using rake 12.0.0
Using RedCloth 4.2.9
Using bundler 1.17.2
Using coderay 1.1.2
Using github-markup 1.7.0
Using mini_portile2 2.3.0
Using nokogiri 1.8.5
Using optiflag 0.7
Using redcarpet 3.5.0
Using wkhtmltopdf-binary 0.12.4
Using gimli 0.5.9 from https://github.com/walle/gimli (at development@17f46bb)
Using handlebars-source 4.0.8
Using libv8 3.16.14.19 (x86_64-darwin-18)
GIT
  remote: https://github.com/walle/gimli
  revision: 17f46bb860545ae155f93bc29c55c7487d29169b
  branch: development
  specs:
    gimli (0.5.9)
      RedCloth (~> 4.2.7)
      coderay (~> 1.1)
      github-markup (~> 1.3)
      nokogiri (~> 1.8.0)
      optiflag (~> 0.7)
      redcarpet (~> 3.2)
      wkhtmltopdf-binary (~> 0.12.3)

GEM
  remote: https://rubygems.org/
  specs:
    RedCloth (4.2.9)
    coderay (1.1.2)
    github-markup (1.7.0)
    handlebars (0.8.0)
      handlebars-source (~> 4.0.5)
      therubyracer (~> 0.12.1)
    handlebars-source (4.0.8)
    libv8 (3.16.14.19)
    mini_portile2 (2.3.0)
    nokogiri (1.8.5)
      mini_portile2 (~> 2.3.0)
    optiflag (0.7)
    pdf-core (0.7.0)
    prawn (2.2.2)
      pdf-core (~> 0.7.0)
      ttfunk (~> 1.5)
    rake (12.0.0)
    redcarpet (3.5.0)
    ref (2.0.0)
    therubyracer (0.12.3)
      libv8 (~> 3.16.14.15)
      ref
    ttfunk (1.5.1)
    wkhtmltopdf-binary (0.12.4)

PLATFORMS
  ruby

DEPENDENCIES
  gimli!
  handlebars
  prawn
  rake

BUNDLED WITH
   1.17.2

@brunto
Copy link
Contributor

brunto commented Sep 18, 2019

J'ai aussi eu ce problème, merci pour l'astuce @tidusia

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

3 participants