Help in putting movies into pdf with Acrobat8.0 Pro for a free textbook

Ask a Question related to Adobe Acrobat Macintosh, Design and Development.

  1. #1

    Default Help in putting movies into pdf with Acrobat8.0 Pro for a free textbook

    For the next version of my free 1500 page
    physics text ( download at [url]www.motionmountain.net[/url] )
    I have big problems. I need to use Acrobat Distiller,
    I have bought it for this reasons,
    but I do not get embedded movies to work. Distiller
    does not find the mpg files; the competing
    freeware ps2pdf does.

    This few line tex demo file works fine with ps2pdf
    (using relative path to the mpg file)

    [url]www.motionmountain.net/testdir/filmtest.tex[/url]
    [url]www.motionmountain.net/testdir/filmtest.aux[/url]
    [url]www.motionmountain.net/testdir/filmtest.log[/url]
    [url]www.motionmountain.net/testdir/filmtest.dvi[/url]
    [url]www.motionmountain.net/testdir/filmtest.ps[/url]
    [url]www.motionmountain.net/testdir/filmtest.pdf[/url]

    but this simple tex file for Acrobat Distiller,
    with absolute paths, as Acrobat wants,
    does not work:

    [url]www.motionmountain.net/testdir/filmtest2.tex[/url]
    [url]www.motionmountain.net/testdir/filmtest2.aux[/url]
    [url]www.motionmountain.net/testdir/filmtest2.out[/url]
    [url]www.motionmountain.net/testdir/filmtest2.dvi[/url]
    [url]www.motionmountain.net/testdir/filmtest2.ps[/url]

    This is the Acrobat Distiller error text:

    %%[ Error: undefinedfilename; OffendingCommand: file ]%%

    Stack:
    (r)
    (/Users/christophschiller/Desktop/aFys-tex-6/Films/gyroprec.mpg)
    {fstream1}
    -mark-

    %%[ Flushing: rest of job (to end-of-file) will be ignored ]%%
    %%[ Warning: PostScript error. No PDF file produced. ] %%

    (Found in [url]www.motionmountain.net/testdir/filmtest2.log[/url])

    I use Mac OSX 10.4.11, Adobe Acrobat 8.1.2 Pro.
    Mac OSX has no Unix "strace" command.

    Somebody told me to start Distiller with the -F flag.
    This might solve the problem. How is this done on MacOSX?

    The OSX command structure I know of is
    open -a Distiller.app filename.ps
    This does not allow to add a -F flag for Distiller,
    or am I wrong?

    Any help is greatly appreciated !

    Best regards

    Christoph
    Christoph_Schiller@adobeforums.com Guest

  2. Similar Questions and Discussions

    1. Impossible print-MAC 10.4.11 (Intel)-Acrobat8.1.2-Printer HP M1005
      Hello, Since I installed the new Acrobat version (8.1.2) my printer refuse to work... The only one solution is to print in "bitmap"... No new...
    2. loadvariable, movies inside movies...
      I'm having problems getting loadvariable to work when one movie is loaded into another. The movie that holds the text works perfectly when it is...
    3. Movies controlling movies!
      I need to know if it is possible to control a movie from another movie - let me explain. On the main screen I have four movies which are acting as...
    4. Free Health, Fitness, Leisure Directory - are you on it? do you need it? Get listed or search it for free.
      List your health business on the health directory at no cost. Browse and find a practitioner, therapist, gym, spa etc... 1/4 Million hits in 7...
    5. Free Royalty Free Images
      Hi, Does anyone know where I can get free royalty free images? I have had a brief check on google, but most of them are pain sites. I just...
  3. #2

    Default Re: Help in putting movies into pdf withAcrobat 8.0 Pro for a free textbook

    Don't use Distiller to input the movie files, use Acrobat. Even if you
    get the files into the pdf, the chances are they won't play properly in
    Acrobat or Reader on the Mac.

    Additionally, I don't think you can use mpg files. I think you are
    restricted to .mov or Flash files on the Mac on Acrobat 8. I used to be
    a .mov type of guy, but Flash player is available to more people. My
    recommendation is to upgrade to Acrobat 9 for its new Flash abilities
    which do not require either Flash or Quicktime. If you don't upgrade to
    Acrobat 9, then go with Quicktime .mov files. Acrobat 8 and earlier will
    only handle flash version 4 or earlier if my memory serves.

    BTW, you avoid all these issues is you use the attachment tool, rather
    than the movie tool, but then they cannot play within Acrobat, but will
    launch a separate process. They you can use your mpgs.

    Mike
    Michael Kazlow Guest

  4. #3

    Default Re: Help in putting movies into pdf withAcrobat 8.0 Pro for a free textbook

    I tried: get the same message with .mov files.
    It makes no differences with Acrobat
    (obvious, as Acrobat calls Distiller.)

    The error says it does not find the file,
    it does not complain about the format.

    Note that the whole process needs to be a batch process.
    Making the pdf from the ps file that references the
    movies works well with ps2pdf, (the result can be watched
    in Adobe Reader!) it just does not work with Acrobat itself.

    Christoph
    Christoph_Schiller@adobeforums.com Guest

  5. #4

    Default Re: Help in putting movies into pdf withAcrobat 8.0 Pro for a free textbook

    I have reinstalled Acrobat.
    It now turns out that version 8.00 works
    with movies, whereas after the update to
    version 8.1.2, the
    distilling with movies does not work
    anymore.

    What is wrong here?

    Christoph
    Christoph_Schiller@adobeforums.com Guest

  6. #5

    Default Re: Help in putting movies into pdf withAcrobat 8.0 Pro for a free textbook

    This the solution:

    Set AllowPSFileOps to true in
    the com.adobe.distiller8.plist file localted at
    /Users/[User]/Library/Preferences/com.adobe.distiller8.plist

    Using

    (1) plutil -convert xml1 com.adobe.distiller8.plist
    (2) then edit
    <key>AllowPSFileOps</key>
    <false/>
    to
    <key>AllowPSFileOps</key>
    <true/>
    (3) plutil -convert binary1 com.adobe.distiller8.plist

    This is not in the documentation, is incorrectly stated in
    the Acrobat User Manual, and Adobe refused to help.
    The problem exists in 8.1, not in 8.0.

    If one adds that Adobe Acrobat Reader 8 has a bug that
    exists since version 1 (!), that I and others have
    mentioned it to Adobe since several years, you can
    imagine what I think about Adobe.

    Christoph
    Christoph_Schiller@adobeforums.com Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139