Need to create a flipbook from an ID CS4 "book" not a document

I've created a 600+ page coursebook in InDesign CS4 which consists of 15 ID documents. I have put all these (15) documents in an InDesign "book". From this ID "book", how do I make a flipbook. Or from the "book" I create a PDF. How can I create a flipbook from a PDF?

It seems like I read somewhere that you cannot export to SWF (your flipbook) format from a book. There are scripts, tho, that can take booked documents, then combine the separate documents into one document. Afterwards you could export to SWF.
I couldn't find where I got this script, nor who I downloaded it from, so if anyone can provide attribution to the following, please post the info:
//BookToDocument.jsx
//An InDesign CS3 JavaScript
//Moves pages from all documents in a book to a
//single, new document.
main();
function main(){
if(app.books.length > 0){
  if(app.books.item(0).bookContents.length > 0){
   myMovePages(app.books.item(0));
function myMovePages(myBook){
var myDocument, myPageCounter, myPage, mySection;
var myFileName = File.saveDialog("Save the merged book as:", "*.indd");
//Suppress missing font/file warnings.
app.scriptPreferences.userInteractionLevel = UserInteractionLevels.NEVER_INTERACT;
var myTargetDocument = app.open(myBook.bookContents.item(0).fullName);
var myName = myTargetDocument.name;
//Turn user interaction back on again.
app.scriptPreferences.userInteractionLevel = UserInteractionLevels.INTERACT_WITH_ALL;
//Document.save (to: File , stationery:boolean, versionComments:string, forceSave:boolean):Document 
myTargetDocument = myTargetDocument.save(File(myFileName));
//Iterate through each document in the book.
var myMaximumValue = myBook.bookContents.length;
var myProgressBarWidth = 300;
var myIncrement = myProgressBarWidth/myMaximumValue;
var myProgressPanel = myCreateProgressPanel(myProgressBarWidth);
myProgressPanel.show();
myProgressPanel.myProgressBar.value = myIncrement;
myProgressPanel.myChapterName.enabled = false; 
myProgressPanel.myChapterName.text = "Now processing: " + myName;
for(var myCounter = 1; myCounter<myBook.bookContents.length; myCounter++){
  //Open the book document, suppressing missing font/file warnings.
  app.scriptPreferences.userInteractionLevel = UserInteractionLevels.NEVER_INTERACT;
  myDocument = app.open(myBook.bookContents.item(myCounter).fullName);
  app.scriptPreferences.userInteractionLevel = UserInteractionLevels.INTERACT_WITH_ALL;
  myProgressPanel.myChapterName.text = "Now processing: " + myDocument.name;
  for(myPageCounter = 0; myPageCounter<myDocument.pages.length; myPageCounter++){
   //Duplicate the page to the merged document.
   myPage = myDocument.pages.item(myPageCounter).duplicate(LocationOptions.after, myTargetDocument.pages.item(-1));
   if(myPageCounter == 0){
    //Create the section and copy section properties from the document.
    myProperties = myDocument.sections.item(0).properties;
    mySection = myTargetDocument.sections.add(undefined, {pageStart:myTargetDocument.pages.item(-1)});
    mySection.properties = myProperties;
  //Close the document without saving.
  myDocument.close(SaveOptions.NO);
  myProgressPanel.myProgressBar.value = myIncrement * (myCounter+1);
myProgressPanel.myProgressBar.value = 0;
myProgressPanel.hide();
alert("Done!");
function myCreateProgressPanel(myProgressBarWidth){
  myProgressPanel = new Window('window', 'Progress');
  with(myProgressPanel){
   myProgressPanel.myChapterName = add('edittext', [12, 12, myProgressBarWidth, 36], ""); 
   myProgressPanel.myProgressBar = add('progressbar', [12, 12, myProgressBarWidth, 24], 0, myProgressBarWidth);
  return myProgressPanel;

Similar Messages

  • I need to create a PDF from InDesign that people can edit in Reader or Acrobat

    I need to create a PDF from InDesign that people can edit (for example, change a name from "John" to "Johnny") from either Adobe Reader or Adobe Acrobat. I have already looked at forms, but they do not keep your font colors, faces, and sizes and just make everything that is selected as a text form Black, 12pt, Times New Roman.
    Can anyone here help me?

    Vincent,
    If you use Acrobat pro, generate your .pdf file and then save it as (french version):
    ... so that anyone using Acrobat Reader (or Pro, of course) can modify the .pdf file (with limitations), add comments, ...
    If you want to try to "protect" your .pdf file, you can try with this (in the "Préférences" menu (french version)):

  • Need to create a user  from procedure

    Hi to all,
    I need to create a user from oracle stored procedure. i am able to create a proceure successfully, when i am executing the procedure i cant able to successfully run it. it is throwing insufficient privileges. i tried to run the procedure from system user also.
    The below one is the procedure.
    create or replace procedure sp_createsuser(username varchar2)
    as
    begin
    execute immediate 'create user ' || username || ' identified by ' || username;
    end;
    the code is parsed successfully and created without any errors
    when trying to executing it throwing error as insufficient privileges
    the user is dba privileged and tried this procedure to execute from the system user also, getting the same output.
    I need to know whether it is possible to create user from a procedure, package or a trigger.
    Thanks in advance.

    Hi,
    I guess the message is pretty clear !! you lack privilege.
    SQL> conn imx/imx
    Connected.
    SQL>
    SQL> create user testproc identified by testproc;
    create user testproc identified by testproc
    ERROR at line 1:
    ORA-01031: insufficient privileges
    SQL> create or replace procedure sp_createsuser(username varchar2)
      2  as
      3  begin
      4  execute immediate 'create user ' || username || ' identified by ' || username;
      5  end;
      6  /
    Procedure created.
    SQL> exec sp_createsuser('testproc');
    BEGIN sp_createsuser('testproc'); END;
    ERROR at line 1:
    ORA-01031: insufficient privileges
    ORA-06512: at "IMX.SP_CREATESUSER", line 4
    ORA-06512: at line 1
    SQL> conn sys/******* as sysdba
    Connected.
    SQL> grant create user to imx;
    Grant succeeded.
    SQL> conn imx/imx
    Connected.
    SQL> exec sp_createsuser('testproc');
    PL/SQL procedure successfully completed.
    SQL> conn sys/syssys as sysdba
    Connected.
    SQL> select username from dba_users where username like 'TESTP%';
    USERNAME
    TESTPROC
    SQL>Regards

  • I need to download an Application from a Trusted source, but not an apple source.

    I need to download an application from a trusted source, but not an apple source.  Application is apparently downloads, but the computer will not open it.  I have turned off my fire wall.  I should press control and then the app which should be in the applications folder.  It does not appear to be in that folder.

    System Preferences  > Security & Privacy > General
    Unlock the lock if you have to. Click the lock and authenticate.
    "Allow applications downloaded from:"
    Select "Anywhere".
    Best.

  • Getting error "Cannot create a BACPAC from a file that does not contain exported data." from SqlManagementClient.Dac.ImportAsync

    We're trying to import a dacpac to azure via the new SqlManagementClient DacOperations ImportAsync api I get an exception with the error: "Cannot create a BACPAC from a file that does not contain exported data."
    This same dacpac imports fine using an alternate but less friendly API from sql server's tooling. We'd like to use the new management SDK instead for various reasons.

    Hi Kyle A Wilt,
    I am trying to involve someone more familiar with this topic for a further look at this issue. Sometime delay might be expected from the job transferring. Your patience is greatly appreciated.
    Thank you for your understanding and support.
    Regards,
    Sofiya Li
    Sofiya Li
    TechNet Community Support

  • I cannot access anyone from my global address book, not even through the search.  Any suggestions?  iOS 7.0.4

    I cannot access anyone from my global address book, not even through the search.  Any suggestions?  iOS 7.0.4 
    I could access this before. 

    mouse1832 wrote:
    I've been to apple to speak to one of the so called genius' and even their baffled by the problem
    and they told you , "Oh well" and you left without getting it resolved?

  • Need to create sale order from the flat file & mail has to be sent

    Hi Experts,
              I have a requirement to create a sale order from a flat file and once the oder is created, mail has to be sent to customer as well as to internal user with the order details. I want to know how this process can be implemented and what adapters are needed to execute this.
    it would be very helpful, if i get an step-by-step procedure.
    Points assured for any helpful answers.
    Thanks in Advance
    Jai

    HI Jai,
    You need to create two interfaces as file will be sending the Sales oreder details that you need to capture in IDOC or RFC and then have to trigger to create the sales order. For this Standard BAPIs are also available.
    These RFC or BAPIs will response with Sales order details that you need to divert to Mail adapter with the use of BPM and also have to go for Async to Sync bridge.
    File -
    >XI (BPM) ---> BAPI/RFC  (Request)
    MailAdapter <- XI (BPM) <--- BAPI/RFC (Response)
    For this refer below links for step by step
    /people/arpit.seth/blog/2005/06/27/rfc-scenario-using-bpm--starter-kit - File to RFC
    https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/1685 [original link is broken] [original link is broken] [original link is broken] - File to Mail
    /people/krishna.moorthyp/blog/2005/06/09/walkthrough-with-bpm - Walk through BPM
    /people/siva.maranani/blog/2005/05/22/schedule-your-bpm - Schedule BPM
    /people/sriram.vasudevan3/blog/2005/01/11/demonstrating-use-of-synchronous-asynchronous-bridge-to-integrate-synchronous-and-asynchronous-systems-using-ccbpm-in-sap-xi - Use of Synch - Asynch bridge in ccBPM
    https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/1403 [original link is broken] [original link is broken] [original link is broken] - Use of Synch - Asynch bridge in ccBPM
    If you will use IDOC then In IDOC inbound processing you need to trigger for Sales order creation and then have to send the Sales Order generated IDOC as an Outbound to Mail Adapter
    Flat file -
    > XI ---> IDOC
    IDOC -
    > XI ---> Mail
    This will be bit easy scenario to develope as compare to using BAPI with BPM
    /people/ravikumar.allampallam/blog/2005/06/24/convert-any-flat-file-to-any-idoc-java-mapping - Any flat file to any Idoc
    configuring IDOC-XI-Mail scenario using following web-log:
    /people/michal.krawczyk2/blog/2005/03/07/mail-adapter-xi--how-to-implement-dynamic-mail-address
    /people/sravya.talanki2/blog/2005/08/18/triggering-e-mails-to-shared-folders-of-sap-is-u - Triggering Email from folder
    Thanks
    Swarup

  • Need to create infor record from one plant to other

    Hi All,
    We have a requirement where we need to create a info record in plant 120.
    we already have the info records in the plant 130 and need to merge them in plant 120 even.
    So requirement is to get the infor records from plant 130 and create in plant 120.
    We have batch input programs ZRM06IBI0 ( create purch info record ) by which we can create the info record with available sequential file. this sequential file will be created by program RM06IBIE  ( Create sequetial file for Purch info record ).
    The problem here to use this things is that it creates a session for each record which will result in lacs of session created. which is not advaisable.
    another option is to use BDC. but because of performance issues we need to skip it out and find any other method or function modules which can get the inforecords info from the database for plant 130 and create the same in plant 120.
    Please help me in this regard.
    Helpfull answers will be rewarded.
    BR,
    Ravi

    Try:
    INSERT INTO fnd_lobs
               (fnd_lob_id,
                file_data
        VALUES (1, -- or whatever the identifying value is
                (SELECT blob_type_column
                   FROM xxxx
                  WHERE xxxx_id = 1 -- or whatever the identifying value is
    ;If this doesn't work, then please list the table create statements for each table.

  • Need to create PAR files from JSP

    Hi,
    In my project we are creating portal archives from JSP iviews .
    Using NWDS we can easily create par files by going to Enterprise Portal workspace  .But in my project we are not using NWDS or any other JSP editor .
    Can anybody tell me how to create par files if i am using only notepad to develop my JSP .
    Thanks a lot .

    Hi
    here is the link how to create a par file without using any editor
    http://support.sas.com/rnd/itech/doc9/portal_dev/tasks/dg_portlet_parfile.html
    all the best..
    thanks Regards ,
    Boopalan.M

  • Need help - creating QT movies from iPhoto slide shows

    I am creating QT movies from slideshows in iPhoto. I then put the QT movies on a CD. I am having no trouble doing this, but if I give the CD to a Windows user, will she be able to view it? If not, is there any way to make it Windows compatible? Are there any other problems I should be aware of before I give these QT movies for Christmas gifts?

    Any PC user that has QuickTime 5, or higher, installed will be able to view your iPhoto slide show movies on the CD.
    You must use the Finder to guarantee a PC compatible CD, however.

  • Help! I need to create a PDF from a folder of jpg and tiff images.

    This would be from a known CD folder so I could pass the name to the program. The resulting PDF, with the same name as the folder, should be put it in a books folder under Documents.
    I would like to initiate this action by clicking on a link on a local HTML page.
    Just knowing if this is best done in Automator, AppleScript, or bash (or whatever) would help.
    For some background: So I have 20 CDs with several dozen folders in each, full of images nicely ordered. Right now I preview them and Save As..PDF. Works fine but it is tedious.
    I have a list of the CD Labels, and the existing folders inside them.  I also have a handy HTML page in my Documents with the links to all the (future) PDFs ready to go.
    Having a program that would just go through a whole CD and make PDFs of the same name as the different folders would be great too.
    Any advice?

    Maybe PDFtk will help?

  • Need help getting the data from my old address book

    Can someone tell me what file I need to copy and where to restore all my addresses from my old address book. I elected not to migrate everything to avoid problems, but that is one important and long list.
    Any help will be greatly appreciated
    Mireille

    Look in the folder ~/Library/Application Support/AddressBook/ for the files containing your data, where ~ is the item in the Finder's sidebar with the house icon.
    (25514)

  • Problem with Hyperlinks - Creating Interactive PDF from an In-design Book

    Im working on producing a Interactive PDF from an In-design Book which consists of 9 Indesign Documents.
    The problem I am having is with Navigation when I export the pdf
    When I export out to 'Interactive' pdf the hyperlinks DONT link to other documents
    When I export out to 'print' pdf the hyperlinks DO link to other documents but the buttons to 'Go to next page' no longer work
    Cheers,
    Jamie

    Thanks for the reply. I got the IT to upgrade to 5.5 and it now works. Rather an annoying bug for CS5 though
    Cheers,
    Jamie

  • Drag and drop from mail to address book not happening

    Hi guys, I can no longer drag email addresses from Mail into Address Book. The address just bounces back. I've repaired permissions, installed the latest security update, repaired permissions again, rebooted twice. Any ideas?
    Mail 4.5. Address Book 5.0.3 (883). Mac OS 10.6.8. MacBook Pro 2.4Ghz Intel Core 2 Duo, 4GB Ram, 666MHz DDR2 SDRAM.

    Hi mbriscoe, I've since upgraded to Lion and the same downgrade of functionality exists. I can no longer drag and drop an address from Mail into Address Book. I now have to click name, wait for menu, select Add to Address Book, go into Address Book and find the name I just added, then drag the name into the specific group I want it to be in. It used to be very useful, the drag and drop, in an "it just works" kind of way. Now it's not.

  • I need help creating PDF files from Outlook .msg files.

    I am trying to create a single PDF file from a group of Outlook .msg files. I need the attachments to be preserved and I am hoping that the individual .msg messages will be separated / bookmarked.
    I am trying to remove large quantities messages from my mailbox and store them elsewhere as a record of correspondence. 

    Try running Repair Disk on the external drive.
    With the drive connected go to Applications / Utilities / Disk Utility and double click DU.
    In the left column click to select the name of the external (the item indented to the right).
    Click First Aid.
    Click Repair Disk.
    Unless you get a message the drive cannot be repaired, you should run Repair Disk again and again until you see green text saying the disk was repaired.
    Quit DU.
    If you get the message that the disk cannot be repaired, you will need a more powerful repair utility.

Maybe you are looking for