Simple import of PDF as cast member

I believe that there used to be a method to import PDF and
DOC files into Director Cast members. Does anyone remember if this
did exist and where they may be currently found.
I want to be able to hold the content of an exisiting PDF or
DOC document inside a Director Cast (Dir 8.5) and then view / print
from the cast member. This is as opposed to turning them into
straight bitmap images. I am not wishing to have the user being
able to access the output via either a PDF reader or Word.
Thank you

if you use the gotonetpage script and put your pdf in an
external folder along with any videos etc it works e.g. for a
button link
on mouseUp me
gotonetpage "xxx.pdf"
end
this worked for me:)
Paula

Similar Messages

  • How to intersect with any sprite of a certain cast member?

    Hi. I am trying to script a simple 2d platformer engine for a larger University project. I have movement sorted with W and A and gravity. I can get collision detection with the floor by doing
    if sprite 1 intersects sprite 2 then
         gvGrav = 0
    end if
    Sprite 1 is the player and sprite 2 is an instance of the cast member called ground. How would I get this to work with any sprite that is ground? Ill paste the full code below.
    global gvRight
    global gvLeft
    global gvGrav
    global gvDown
    on enterFrame
      -----------MOVE LEFT---------------------
      if keyPressed("a") then
        sprite(4).locH=sprite(4).locH+gvLeft
        _movie.updateStage()
        gvLeft = gvLeft - .5
        if gvLeft < - 15 then
          gvLeft = -15
        end if
      end if
      if not keypressed("a") then
        gvLeft = 0
      end if
      -----------MOVE RIGHT--------------------
      if keyPressed("d") then
        sprite(4).locH=sprite(4).locH+gvRight
        _movie.updateStage()
        gvRight = gvRight + .5
        if gvRight > 15 then
          gvRight = 15
        end if
      end if
      if not keypressed("d") then
        gvRight = 0
      end if 
      -----------GRAVITY-------------------------
      gvGrav = gvGrav
      sprite(4).locV=sprite(4).locV+gvGrav
      _movie.updateStage()
      gvGrav = gvGrav +.5
      if gvGrav > 30 then
        gvGrav = 30
      end if
      -------------GravityCollision----------------------
      if sprite 4 intersects sprite 1 then
        gvGrav = 0
      end if
      if sprite 4 intersects sprite 2 then
        gvGrav = 0
      end if
    end if

    I dare say there's a better way to do this, but an easy way is to set a global variable, do a sendallsprites message, and check the global variable again.
    So, if you had an extra global in your man control script:
    global hitman
    then in your collision checking part you would say this:
      hitman = false
      sendallsprites #checkcollision 4
      if hitman = true then
        gvGrav = 0
      end if
    The #checkcollision message would get sent to all sprites, and if you had a behavior placed on the floor sprites, that was like this:
    global hitman
    property mysprite
    on beginsprite me
      mysprite = the spritenum of me
    end
    on checkcollision me,s
      if sprite s intersects sprite mysprite then
        hitman = true
      end if
    end
    any one of those sprites that intersected with the sprite you ask about would then change the global 'hit man' variable to be true. To make a sprite behave like floor, you would just attach that behavior script.
    Notice how the floor sprite makes a note of its sprite number when it first shows up on the stage, you could do the same with your other script, if it's attached to the man character. Then you wouldn't have to have it hard coded to '4', which would save some headaches later if you have to change the sprite layers.

  • Creating a new instance of a cast member

    I want to create an instance of a cast member on stage, that
    will not exist as a new member in the cast.
    I read some stuff about child objects, but I wasn't
    successful in getting it to work.
    I also want to be able to create more than one instance, and
    to be able to manipulate them separately.
    Can someone help?
    Thanks a lot,
    Isaac

    There is a variety of ways to accomplish this ("is" agreeing
    with "a
    variety" not "of ways"). You can puppet as many sprite
    channels as you need
    and assign the one cast member to each. Each will function
    independently
    although any modification to the cast member itself will be
    reflected in
    each sprite instance.
    The following code takes the first cast member in the first
    castLib and
    places it on the stage 10 times using channels 1-10. It
    places the sprites
    side by side horizontally. The position is not important but
    I showed that
    each sprite can be treated independently, in this case by
    setting the loc
    property. Of course you can do this with any sprite property.
    The
    significant lines are 2 and 3.
    repeat with x = 1 to 10
    sprite (x).puppet = TRUE
    sprite (x).member = member (1)
    xPos = member (1).width * (x - 1) + (member (1).width / 2)
    sprite (x).loc = point (xPos, member (1).height / 2)
    end repeat
    Craig
    "ytlevine" <[email protected]> wrote in
    message
    news:ggk8be$fr7$[email protected]..
    >I want to create an instance of a cast member on stage,
    that will not exist
    >as
    > a new member in the cast.
    > I read some stuff about child objects, but I wasn't
    successful in getting
    > it
    > to work.
    > I also want to be able to create more than one instance,
    and to be able to
    > manipulate them separately.
    > Can someone help?
    > Thanks a lot,
    > Isaac
    >

  • Importing PDF into flash CS3 - Importer du PDF dans CS3

    Hello.
    Originally, i posted my question in french. So i will try to
    convert in english, but my english is poor.
    You can see the original in french, in back of this topic, in
    bolded text
    So, my problem : i can import some PDF files with Flash MX
    2004, but i cannot do the same with Flash CS3.
    When i import (import in the scene - Command+R) the PDF file
    in Flash MX 2004, i got the vectorial logo correctly and the text
    as a text.
    But when i import (import in the scene - Command+R) the same
    PDF file into Flash CS3, there is a problem. At start, i cannot
    click the PDF file, i have to choose "all the files" to can click
    it. Then i click it and there is a pop window appearing, talking
    about "importing video". But my PDF is not Video… And at the
    end, the result is a poor jpg image of my PDF, not the vectorials
    that i would like.
    So why the old Flash MX can do it easily, and the recent CS3
    can not ?
    What i have to do ?
    Bonjour,
    Jusqu'à peu, j'utilisais Flash MX 2004 et quand je
    faisais une importation dans la scène, je pouvais importer des
    fichiers PDF, et j'obtenais en quelques dixiemes de secondes,
    l'importation du contenu (en général quelques logos en
    vectoriel et du texte). Léger, simple, rapide, efficace !
    Et puis j'ai installé la version CS3 Professionnal, et
    là c'est la débacle.
    Quand je fais importation dans la scène, et
    sélectionne une PDF (déjà il m'a fallu aller sur
    "tous les fichiers" pour le dégriser) il me sort une usine
    à gaz dont voici quelques détails.
    - Il commence par m'ouvrir une fenêtre "importer de la
    vidéo" me demandant de sélectionner si ladite vidéo
    est sur mon DD ou déjà "déployée" sur le web.
    (Mon fichier PDF n'a rien de vidéo, c'est une image fixe, nom
    de xxx).
    -Si je continue, il me demande "comment je veux la
    déployer ?". 5je ne veux rien déployer, je veux juste
    importer 2 ou 3 vecteurs et du texte !)
    - je lui dis de "l'incorporer dans le swf". Il me demande
    comment je veux incorporer la vidéo. (C'EST PAS DE LA
    VIDÉO, t'es sourd sale bête !!!)
    - je lui explique que le "type de symbole" est graphique
    (j'ai le même résultat si je mets clip) et il me demande
    le codage.
    - si je décoche "coder la vidéo" il refuse de
    continuer, et si je le coche, il m'importe une espèce de jpeg
    atroce, pixelisé à mort et inexploitable (tout du moins
    pour l'usage que je compte faire).
    Donc ma question est "est-ce que j'ai raté un
    épisode ?" (oui, plusieurs, certes, mais de là à
    changer complètement l'histoire, faut pas abuser) et la
    suivante c'est surtout "comment faire pour importer convenablement
    mes fichiers PDF qui ne comporte que quelques logos en vectoriel et
    du texte, et le tout fixe fixe fixe, rien à voir avec de la
    vidéo ?"
    En attendant, je ré-installe Flash MX pour avancer un
    peu, mais je ne peux pas croire qu'une fonction primordiale soit
    supprimée, comme ça, sans remplacement.
    Os court !

    Is that really the end, doc ?

  • ReportMigration Using LCM & Simple Import & Export.

    Hi,
    I just want to know the difference between these two.. migrating the reports using LCM or by a simple import & export.
    Will LCM even migrate the user security which is associated with the report??
    Can anybody throw some light on this.
    Thanks
    Jagadesh R K.

    Yes, LCM can be used to export / import Reports / Application provisioning.
    For more details, refer the below documents
    EPM 11.1.1.x
    http://download.oracle.com/docs/cd/E12825_01/epm.111/epm_lifecycle_management.pdf
    System 9.3.1
    http://download.oracle.com/docs/cd/E10530_01/doc/epm.931/hss_alcm_util.pdf
    Hope this helps.
    Regards,
    Manmohan Sharma

  • Script cast member not found

    Can anyone tell me why the %^$& I get a "script cast
    member not found"
    error?
    I've been working in Director for 17 years and I get this
    from time to time.
    I generally just copy the code from the behavior, paste it
    into a new
    behavior, name the new one the same as the old on, then copy
    the new cast
    member over the old one and it solves it. But it happened
    rarely enough
    that I didn't bother questioning why. I know it's not a
    syntax error
    because the code runs fine after the above process. But it
    does only
    happens when I've made a change to the code in that behavior.
    Now I'm working with a simple movie with one parent script
    and a
    prepareMovie handler that instantiates one child object and
    I'm getting this
    darn error all the time. My above solution isn't working
    anymore. The
    error points to the first line of a particular handler. That
    first line was
    a comment. So I got rid of the comment and the new first line
    of the
    handler is code and the error points to it. If you see where
    I'm headding,
    no matter how many lines of "errored" code I get rid of the
    error alert will
    always point to the first line of that handler.
    I'm sure many have seen this because it's happened in almost
    every version
    of Director I've owned. And by the way, I'm in MX on a PC.
    Craig Wollman
    Lingo Specialist
    Word of Mouth Productions
    212-928-9581
    www.wordofmouthpros.com

    Dean, I might do that. No, this has been going on long enough
    that I sure
    it's not any definable user error.
    But, I did, after all of these years, discover something last
    night. In one
    case, I did get a legitimate script error that I fixed. When
    I ran the
    project again, I received the same script error, even though
    it was a simple
    fix and I was sure I corrected it. I recompiled several times
    and ran it
    again and received the error again. Then it dawned on me that
    since parent
    scripts remain in memory until disposed of, Director must
    have been, for
    some reason, referring to the old parent script. I had
    already set the
    object's global variable to 0 in my stopMovie handler and
    even though that
    handler might not always run when errors occur, I ran it from
    the message
    window to insure that the object's global was 0. But that
    still didn't
    solve the problem. Then I used clearGlobals in the message
    window and
    voila, the issue went away. Dare I say that this is a
    shortcoming of
    Lingo's design to allow variables to persist/linger after an
    error?
    But what still baffles me is that most of the time when I get
    that
    particular error,, even though I seemed to have found a
    workaround, it is
    not an actual issue with any code.
    When it happens again, I'll send you the code. Obviously, if
    I'm correct
    about the scripts lingering in memory, then you won't receive
    the error when
    you run the movie.
    I just find it interesting that there haven't been a bunch of
    "Yeah, I get
    that darn thing too" here.
    Craig
    Craig Wollman
    Lingo Specialist
    Word of Mouth Productions
    212-928-9581
    www.wordofmouthpros.com
    "Dean Utian" <[email protected]> wrote in message
    news:[email protected]...
    > Hi Craig,
    >
    > Could it be a simple mistake of the script type not
    being properly defined
    > (movie/parent/behavior)?
    >
    > If you have a very baic movie where this error occurs
    repeatedly, you
    > could
    > email me ([email protected]) and I'll take a fresh
    perspective look at
    > it.
    >
    > regards
    > Dean
    >
    > Director Lecturer / Consultant
    >
    http://www.fbe.unsw.edu.au/learning/director
    >
    http://www.multimediacreative.com.au
    >
    >
    >
    >

  • Importing one Pdf document into another.

    I am trying to import one Pdf-document into another using a Reference XObject. I am looking at thePDF- specification, and I thought I was doing things the right way, but its not working. The PDF-specification doesen't have an example of how to do this, only an explanation.
    Below is the PDF-file I am testing with (if anyone can be bothered looking at it   ). The file embeds another pdf-file, and is supposed to show a part of the embedded file at a certain position.
    Again, if anyone can be bothered looking at my PDF and see if they can see what I am doing wrong here I would appreciate it.
    (There is nothing wrong with the embedded file itself...)
    PDF-file embedding another PDF-file and using a Reference XObject to display the embedded file:
    %PDF-1.5
    1 0 obj
    <<
    /Type /XObject
    /Subtype /Form
    /BBox [0 0 100 100]
    /Ref <<
    /F (4fa27162e72547a00771606.pdf)
    /Page 1
    >>
    >>
    endobj
    2 0 obj
    <<
    /Type /Filespec
    /F (4fa27162e72547a00771606.pdf)
    /EF <</F 3 0 R>>
    >>
    endobj
    3 0 obj
    <<
    /Type /EmbeddedFile
    /Length 854
    >>
    stream
    %PDF-1.5
    1 0 obj
    <<
    /Length 334
    >>
    stream
    q
    1 0 0 1 128.10769621539 70.591821183642 cm
    1 0 0 1 0 0 cm
    1 0 0 1 0 0 cm
    1 0 0 1 0 0 cm
    1 0 0 1 -128.10769621539 -70.591821183642 cm
    /DeviceCMYK CS
    1 1 1 1 SCN
    /DeviceCMYK cs
    0 0.89 0.89 0.05 scn
    0.2743205486411 w
    2.743205486411 M
    0 J
    0 j
    -1.9202438404877 -2.6517653035306 260.05588011176 146.48717297435 re
    h
    B
    Q
    endstream
    endobj
    2 0 obj
    <<
    /Type /Page
    /Parent 3 0 R
    /Resources <<
    /Font <<>>
    /XObject <<>>
    >>
    /MediaBox [0 0 255.11811023622 141.73228346457]
    /Contents [1 0 R]
    >>
    endobj
    3 0 obj
    <<
    /Type /Pages
    /Kids [2 0 R]
    /Count 1
    >>
    4 0 obj
    <<
    /Type /Catalog
    /Pages 3 0 R
    >>
    endobj
    xref
    0 5
    0000000000 65535 f
    0000000010 00000 n
    0000000401 00000 n
    0000000568 00000 n
    0000000624 00000 n
    trailer
    <<
    /Size 5
    /Root 4 0 R
    >>
    startxref
    679
    %%EOF
    endstream
    endobj
    4 0 obj
    <<
    /Length 322
    >>
    stream
    q
    1 0 0 1 93.268986537973 71.826263652527 cm
    1 0 0 1 0 0 cm
    1 0 0 1 0 0 cm
    1 0 0 1 0 0 cm
    1 0 0 1 -93.268986537973 -71.826263652527 cm
    55.961391922784 45.628651257302 74.615189230378 52.39522479045 re
    W n
    1 0 0 1 55.961391922784 42.062484124968 cm
    74.615189230378 0 0 55.961391922784 0 0 cm
    /XobjectPDF1 Do
    Q
    endstream
    endobj
    5 0 obj
    <<
    /Type /Page
    /Parent 6 0 R
    /Resources <<
    /Font <<>>
    /XObject << /XobjectPDF1 1 0 R >>
    >>
    /MediaBox [0 0 255.11811023622 141.73228346457]
    /Contents [4 0 R]
    >>
    endobj
    6 0 obj
    <<
    /Type /Pages
    /Kids [5 0 R]
    /Count 1
    >>
    7 0 obj
    <<
    /Type /Catalog
    /Pages 6 0 R
    >>
    endobj
    xref
    0 8
    0000000000 65535 f
    0000000010 00000 n
    0000000144 00000 n
    0000000238 00000 n
    0000001172 00000 n
    0000001551 00000 n
    0000001738 00000 n
    0000001794 00000 n
    trailer
    <<
    /Size 8
    /Root 7 0 R
    >>
    startxref
    1849
    %%EOF

    PDF is a binary format. The most important piece in a PDF file is the cross
    reference table. It contains byte offsets to the different objects in a
    file. If you insert just one space (which in a true ASCII file will not
    change much), you are making all byte offsets after the insertion point
    invalid. They now all point to something different than the start of an
    object.
    Because there is no standard about how line endings are encoded in text
    files, every time may add (or subtract) a byte - depending on what computer
    system and what editor you use to convert your PDF to fake-ASCII, and then
    again what I use to try to convert it back to PDF. If you are using a
    Windows system and I'm using a Mac, the cross reference table gets
    corrupted. And that's even before the web server does it's magic and
    potentially adds data.
    If you want somebody to look at your file.
    Have you looked at the post I linked to? The settings in Acrobat are
    important. You need to enable Reference XObjects, AND you have to declare
    the directory where your target file is stored as trusted.
    From what I can see in your PDF code, you are doing a whole bunch of cm
    operations. You may want to consolidate all those into one operation. I
    have not done a detailed analysis, but you could potentially shift your
    data off the page. Keep it simple and see if that makes a difference.
    Karl Heinz Kremer
    PDF Acrobatics Without a Net
    [email protected]
    http://www.khkonsulting.com

  • I have imported a PDF form (created in adobe acrobat XI pro) into FormsCentral.  I now want to convert this document into a web form so I can embed it into my website.  HOW DO I DO THIS?

    I took a word document I had created and added fields to it in Adobe Acrobat XI Pro.  I then imported the PDF in Forms Central and now I am stuck.  All I am able to do with it in FormsCentral is add a submit button.  It will not allow me to edit the document in FormsCentral.  What I ultimately need to do is get this converted to a web form so that I can embed it into our company website.  Additionally, once it's converted, I need to add an option for the user to attach their resume with the file before submitting.  I have looked all over the web and I cannot find an answer as to whether or not I can convert PDFs to web forms in FormsCentral.  This will ultimately determine whether or not the company decides to purchase these programs after the trial version has ended in a few days.

    I tried that first, but FormsCentral does not have the capability to create tables.  The form I need to create is more advanced than what FormsCentral allows.  Do you know if there is a way to create or somehow import a table when creating a web based form on FormsCentral?

  • How do I import a PDF document to Word?

    How do I import a PDF document to a word document?

    There is no such thing. You will have to convert your PDF to an image or extract the text using Acrobat's export features.
    Mylenium

  • I tried to import a PDF of a line drawing into Photoshop Elements. The thumbnail looks fine, but when imported the file is empty. This used to work in the past. What is wrong and how do I solve this?

    I tried to import a PDF of a line drawing into Photoshop Elements. The thumbnail looks fine, but when imported the file is empty. This used to work in the past. What is wrong and how do I solve this?

    Hi
    The value of the Channel Strip volume etc is not stored within the C Strip setting, as you have discovered.
    If you really wanted, you could add a Gain plug to the strip, with it set to give the correct output level with the Fader set to 0
    (Or just set the fader manually in MS)
    CCT

  • Is there a way to import a .pdf into a pages document and have it wrap to a 2nd page?

    Is there a way to import a .pdf into a pages document and have it wrap to a 2nd page?

    Are we talking about a spread? ie the pdf spans 2 pages side by side? Like in a magazine centrefold.
    That requires you to insert the pdf on both pages, one hanging half over to the right and the other half over to the left.
    Peter

  • How do I import a pdf file with layers into Motion 5?

    In earlier version of Motion, you could import a pdf file with all layers or even select layers you wanted to import. You did this by dragging the pdf file into the project and holding it until a popup appeard providing you choices for how you wanted to complete the import. In Motion 5.0.1 however, no such popup appears and it imports the file as a flat image file. Any ideas how to change this pelase?
    Thanks
    Greg

    Thanks Ben & Praveen. In FCP7 It was possible to import PDF files and as you did the import, make choices regarding layers you wished to import. FCPX appears to import PDFs but only as flattened files. I'll try keeping the file in PSD format and importing as you recommend.

  • Using illustrator How do I import a PDF Business Card and Edit

    Hi I have a sheet of business card that was saved as a PDF file. I need to be updated with info extract the logo and keep it separate.  I want to how to import the PDF file then edit all the images text. 
    Can this be done.
    Thanks

    I did this I see a light blue X over the entire image when my cursor is over it.  I'm stuck at this initial stage, cause I can't isolate the logo or text for edit. I'm not sure what to do here and I'm not sure if this was done in illustrator.

  • How do i import a PDF in to Pages to edit it

    Im running my business from my ipad now, and im wondering if there is anyway to import a PDF file that i have received via e-mail in to pages so i can edit it?

    http://www.wondershare.com/pdf/transfer-pdf-to-ipad.html
    http://www.bythom.com/pdffaq.htm
    How to Backup/Transfer PDF Files from iPad to PC/Mac?
    http://www.coolmuster.com/idevices/transfer-pdf-from-ipad-to-pc-mac.html
     Cheers, Tom
    Apps to Manipulate PDF Files on your iOS Device
    http://www.labnol.org/software/edit-pdf-on-iphone-ipad/
    PDF Expert - Fill forms, annotate PDFs, sign documents
    https://itunes.apple.com/us/app/pdf-expert-fill-forms-annotate/id393316844
    Message was edited by: Texas Mac Man

  • NEW! Import Fillable PDF Form and Collect Responses

    FormsCentral now allows you to import an existing fillable PDF form and use the FormsCentral service to collect and analyze the submitted data. You no longer have to recreate your existing PDF forms within the service in order to take advantage of FormsCentral’s data collection/analysis capabilities.
    You can also use popular tools like Adobe Acrobat X Pro or Adobe InDesign to create PDF forms that work with FormsCentral.
    To import a PDF form go to the “My Forms” tab, click the More button on the toolbar and select “Import PDF Form.” Note: FormsCentral does not support PDF forms created using the LiveCycle Designer (XML-based forms).
    Once imported the normal Design tab is replaced with an “Imported Form” tab that allows you to place a Submit button on the PDF form. You can place it on the top left or right of the first page, or place it on the bottom left or right of the last page. A thumbnail shows where the button will appear.
    Click to view larger image
    The Options tab shows options that are available for PDF forms (Note: PDF Forms do not support Redirect URLs or Payments so these are not shown)
    Click to view larger image
    The Distribute tab allows you to open the form and download the submit-enabled PDF file for distribution. The PDF file can be filled out, saved and submitted using the free Adobe Reader.
    Click to view larger image
    The Response and Summary Report tabs will show the data submitted from the PDF form. They function as they do for a normal form file that you created from scratch or template.
    This FAQ describes what types of PDF forms can/cannot be imported and what functionality is limited within the PDF once imported:
    http://forums.adobe.com/docs/DOC-2533
    Please send us your feedback.
    Randy

    I followed this process to import my PDF form.  The link I have on my web page is displaying an error from FormsCentral.  The link works but the web page is confusing to customers.  The message is: 
    An error has occurred.
    The form does not exist. Please re-enter the web address as the link may be misspelled.
    When I saved the submission-enabled PDF, I could only save it to my computer.  I then had to upload it to the web site server and created a link on my web page to point to that URL.  
    How can I get rid of the Adobe FormsCentral message on the web page?

Maybe you are looking for

  • Locks problems with STS

    Hi, I am working with BPS into BI 7.0, and its STS. The user goes to the STS web page and takes a node A and changes its status to "In process" and its brother node B is "Send to approval". The node A is locked; the message said "An exclusive lock wa

  • Mouse events during Thread.sleep

    hi. I have an applet . I have a alghoritm simulator. Everytime I find a solution I call the method Thread.sleep . I want to pause the application and I create a JToggleButton Pause . When I press the Pause during sleep mouse event are managed at the

  • Indexing goes on for 12 kours + after archive and install Leopard 5.8

    Hi I have because of a problem with Time Machine been suffested to run Archive and install from the installation disk. All has worked out fine, but before using Time Machine the computer need to index the contents on the HD. I only see a progres bar

  • HT3739 HOW DO YOU CREATE A STACK?

    Does anyone know how to create a stack in the dock?

  • Sharpening for web gallery output?

    I'm just wondering what you all do to sharpen your images for output to web galleries, since LR doesn't offer this as a possibility. I guess one way would be to open the images from the gallery folder and do a batch process in Photoshop. But I'm curi