public inbox archive for pandoc-discuss@googlegroups.com
 help / color / mirror / Atom feed
From: Andrew Yim <andrew.yim-QDVy5qH0ceL2fBVCVOL8/A@public.gmane.org>
To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
Subject: Re: Cannot: (i) extract images from the input docx files; (ii) convert 2 docx input files into 1 html
Date: Mon, 19 Jan 2015 13:29:33 +0000	[thread overview]
Message-ID: <CAFbbbDMWd_0vfWtqhOfFLZt3neA7P6w-zNfZ=Je6Ks0u9rjsXw@mail.gmail.com> (raw)
In-Reply-To: <CALuQ0m9nkPNtSDLDCSfhzWsGy7Kg77L5DSpUu4eFq5AF1od8_A-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>

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

Thanks, Matt, for confirming that converting multiple docx input files in
one go is not supported yet.

Do you have any clue for why pandoc does not extract images from my first
docx input file EMnFraud.docx ?
(I tried that independently without a second docx input file but still
couldn't get the images in the file extracted.)

Did I specify the extract-media directory in the Windows environment
incorrectly? (Tried also "D:/img" with quotation marks and D:\img without
success.)

Andrew

On Mon, Jan 19, 2015 at 2:38 AM, Matthew Pickering <
matthewtpickering-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:

> Hi,
>
> Sorry I made you waste a day. The error message should definitely be
> clearer.
>
> Unlike text files, you can only specify one binary file on the command
> line at the moment. This is definitely something which could be
> implemented in the future though!
>
> Matt
>
> On Mon, Jan 19, 2015 at 2:29 AM, Tl Yim <acdryim-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
> > Will appreciate very much your comments to indicate what I did wrong
> below.
> >
> > I try to use the following command to
> > (i) extract images from the docx input files (attached);
> > (ii) combine the 2 docx input files to convert them into 1 html output
> file
> >
> > pandoc -s -S --extract-media=D:/img -f docx -t html -o EMnFraud.html
> > EMnFraud.docx EMnFraud_outline.docx
> >
> > Tried also the equivalent form below without success:
> > (1) no extraction of images and
> > (ii) the html output file contains only contents from the first docx
> input
> > file
> >
> > pandoc -s -S --extract-media=D:/img -f docx -t html EMnFraud.docx
> > EMnFraud_outline.docx  >  EMnFraud.html
> >
> > I use Windows XP and pandoc 1.13.2
> >
> > Thanks in advance.
> > (Tried a whole day without success. Could not find any useful relevant
> > information with Google search.)
> >
> >
> > --
> > 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 post to this group, send email to pandoc-discuss-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
> > To view this discussion on the web visit
> >
> https://groups.google.com/d/msgid/pandoc-discuss/4e05f6a9-4c84-49f2-bbf3-f0b5c5479a59%40googlegroups.com
> .
> > For more options, visit https://groups.google.com/d/optout.
>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "pandoc-discuss" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/pandoc-discuss/Xsg-phpJSCk/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
> To post to this group, send email to pandoc-discuss-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/pandoc-discuss/CALuQ0m9nkPNtSDLDCSfhzWsGy7Kg77L5DSpUu4eFq5AF1od8_A%40mail.gmail.com
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 post to this group, send email to pandoc-discuss-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/CAFbbbDMWd_0vfWtqhOfFLZt3neA7P6w-zNfZ%3DJe6Ks0u9rjsXw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

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

  parent reply	other threads:[~2015-01-19 13:29 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-19  2:29 Tl Yim
     [not found] ` <4e05f6a9-4c84-49f2-bbf3-f0b5c5479a59-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2015-01-19  2:38   ` Matthew Pickering
     [not found]     ` <CALuQ0m9nkPNtSDLDCSfhzWsGy7Kg77L5DSpUu4eFq5AF1od8_A-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2015-01-19 13:29       ` Andrew Yim [this message]
     [not found]         ` <CAFbbbDMWd_0vfWtqhOfFLZt3neA7P6w-zNfZ=Je6Ks0u9rjsXw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2015-01-19 13:45           ` Matthew Pickering
2015-01-19 15:22           ` Jesse Rosenthal
     [not found]             ` <87k30i7q2d.fsf-4GNroTWusrE@public.gmane.org>
2015-01-19 16:39               ` Jesse Rosenthal
     [not found]                 ` <87ppaad8t1.fsf-4GNroTWusrE@public.gmane.org>
2015-01-19 22:48                   ` Andrew Yim
     [not found]                     ` <CAFbbbDPWanTwpD6uXU=fqLasQkM36iAEDj7sbLN7_uih8H+1Kw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2015-01-19 23:56                       ` Jesse Rosenthal
     [not found]                         ` <87twzmcojp.fsf-4GNroTWusrE@public.gmane.org>
2015-01-20 12:24                           ` Andrew Yim
     [not found]                             ` <CAFbbbDMo7OOWCt2-L9euCGmWqU_LDWMYPACwvZCeaZ9JRWiUWg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2015-01-21 18:47                               ` Jesse Rosenthal
     [not found]                                 ` <87zj9cc6oh.fsf-4GNroTWusrE@public.gmane.org>
2015-01-21 22:45                                   ` Andrew Yim

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='CAFbbbDMWd_0vfWtqhOfFLZt3neA7P6w-zNfZ=Je6Ks0u9rjsXw@mail.gmail.com' \
    --to=andrew.yim-qdvy5qh0cel2fbvcvol8/a@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).