public inbox archive for pandoc-discuss@googlegroups.com
 help / color / mirror / Atom feed
From: A V GOPINATHA REDDY <gopinath.ambati.410-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
To: pandoc-discuss <pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
Subject: Embedd a new document to pdf
Date: Tue, 12 Dec 2023 03:30:43 -0800 (PST)	[thread overview]
Message-ID: <785f7978-2fbb-41e3-a982-1f2a3bec8c24n@googlegroups.com> (raw)


[-- Attachment #1.1: Type: text/plain, Size: 1685 bytes --]

Hello,

I am using Pandoc 2.13 version to generate a pdf by using readme.md file as 
an input. In readme.md file I have a link to go to another document.

Once I create a pdf with pandoc and trying to access another document by 
clicking the link, I am able to access that as it is available in my local 
environment or PC.

Requirement: If I share the generated document to other users, they should 
access the document to by clicking the link in pdf. Is there any way to do 
that?

Below is the command used to generate pdf.

pandoc readme.md                                        \
-f  markdown_phpextra-implicit_figures       \
--pdf-engine=xelatex                                        \
--toc                                                                     \
--top-level-division=section                             \
--shift-heading-level-by=-1                               \
-V mainfont="DejaVu Serif"                             \
-V monofont="DejaVu Sans Mono"                \
-V linkcolor:blue                                                \
-V geometry:letterpaper                                   \
-V geometry:margin=2cm                                \
-V documentclass:article                                  \
-o user_guide.pdf

Thanks,
Gopinath

-- 
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/785f7978-2fbb-41e3-a982-1f2a3bec8c24n%40googlegroups.com.

[-- Attachment #1.2: Type: text/html, Size: 2406 bytes --]

                 reply	other threads:[~2023-12-12 11:30 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=785f7978-2fbb-41e3-a982-1f2a3bec8c24n@googlegroups.com \
    --to=gopinath.ambati.410-re5jqeeqqe8avxtiumwx3w@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).