public inbox archive for pandoc-discuss@googlegroups.com
 help / color / mirror / Atom feed
From: Jeroen de Haas <jeroen-FIm5aboKrNjFQ4I4dGlP7g@public.gmane.org>
To: 'Jason Seeley' via pandoc-discuss
	<pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
Subject: Re: sizing plantuml diagrams
Date: Thu, 20 Aug 2020 11:38:17 +0200	[thread overview]
Message-ID: <AC27FA4F-B860-4D7B-B6F3-07AD7EDC37DC@dehaas.online> (raw)
In-Reply-To: <69930dd4-b762-40dd-a4f1-17310c0f22ba@default>

[-- Attachment #1: Type: text/plain, Size: 2699 bytes --]

Hello Don,

Have you tried changing the dpi? At work we use a modified version of the plantuml.py filter that sets the DPI. We’ve replaced the call to java with the following


                call_params = [ "plantuml", "-t"+filetype, src ] + \
                    [f"-S{k}={v}" for k, v in skin.items()]

                call(call_params)

where skin is a dictionary, which controls, among other things, the DPI

skin = {
    "dpi": "300”
}

You may need to adapt the call to plantuml depending on how you or your operating system installed it.

Hope this helps,

Jeroen

> On 19 Aug 2020, at 22:35, Don Raikes <DON.RAIKES-MouhYhfBpPxXrIkS9f7CXA@public.gmane.org> wrote:
> 
> Hello,
>  
> I am working on an Entity Relationship Diagram using plantuml with pandoc.  I can get the diagram to generate fine, but when I look at it in the pdf document, the diagram artifacts are so small I can’t distinguish between them and can’t read the diagram.
>  
> Is there a way to make the diagram span pages or is there any other way to make the diagram readable?
>  
> Is there a better tool to use than plantuml like mermaid?
>  
> -- 
> Regards, Donald 
> Accessibility like security should be built-in from the beginning not just bolted on at the end.
> <image001.png> <http://www.oracle.com/>
> Donald Raikes, Accessibility Specialist
> Mobile: +15202717608 <tel:+15202717608>, VOIP: +15205744033 <tel:+15205744033> 
> https://oracle.zoom.us/my/don.raikes?pwd=RzZrYjFtZzJJZ3JvSmYvd1pzWi9oZz09 <https://oracle.zoom.us/my/don.raikes?pwd=RzZrYjFtZzJJZ3JvSmYvd1pzWi9oZz09>
> Oracle Accessibility Program Office
> , Tucson, Arizona
> 
> -- 
> You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org <mailto:pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>.
> To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/69930dd4-b762-40dd-a4f1-17310c0f22ba%40default <https://groups.google.com/d/msgid/pandoc-discuss/69930dd4-b762-40dd-a4f1-17310c0f22ba%40default?utm_medium=email&utm_source=footer>.

-- 
You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/AC27FA4F-B860-4D7B-B6F3-07AD7EDC37DC%40dehaas.online.

[-- Attachment #2: Type: text/html, Size: 11735 bytes --]

      parent reply	other threads:[~2020-08-20  9:38 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-19 20:35 Don Raikes
2020-08-19 21:56 ` Leonard Rosenthol
     [not found]   ` <CALu=v3JouD=igTwkMVnp50jMSqo3_nGsF8ApQPnicpwuAA-HRQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2020-08-20  7:26     ` K4zuki
     [not found]       ` <2645159a-d60d-4d13-a181-f08ef299eddcn-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2020-08-20  7:29         ` K4zuki
2020-08-20  9:35 ` Jeroen de Haas
2020-08-20  9:38 ` Jeroen de Haas [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=AC27FA4F-B860-4D7B-B6F3-07AD7EDC37DC@dehaas.online \
    --to=jeroen-fim5abokrnjfq4i4dglp7g@public.gmane.org \
    --cc=pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).