How to create flip book in InDesign so it starts with a single page

The flip book out of InDesign is cool - but I have not been able to find a way to create it so that it starts with a single page, rather than a spread (with a blank white page opposite the cover).  Any help appreciated.

Moving thread from Creative Cloud Forum to InDesign Forum.
Hi there,
Currently, there isn't a direct way to make the cover page a single page through InDesign. You'll need to 'fake' it by fill the left side (first page) of the spread the same color as the background of your web page.
Petteri_Paananen has suggested an alternative workaround using eDocContainer. You can find more info here: http://forums.adobe.com/message/2279180#2279180#2279180
Hope this helps and feel free to let us know if you need more assistance

Similar Messages

  • How to create a Book in Indesign and add indesign documents to it?

    Hi all,
    Can I create a book in InDesign CS3 and add indesign documents to it using javascript.
    Thanks,
    Hemachandiran.

    Here's my version of the script — now works in CS4 — may be it would come in handy to somebody:
    var myFolder = Folder.selectDialog( "Select a folder with InDesign files" );
    if ( myFolder != null ) {
         var myFiles = [];
         var myAllFilesList = myFolder.getFiles();
         for (var f = 0; f < myAllFilesList.length; f++) {
              var myFile = myAllFilesList[f];
              if (myFile instanceof File && myFile.name.match(/\.indd$/i)) {
                   myFiles.push(myFile);
         if ( myFiles.length > 0 ) {
              var myBookFileName = myFolder + "/"+ myFolder.name + ".indb";
              myBookFile = new File( myBookFileName );
              if ( myBookFile.exists ) {
                   if ( app.books.item(myFolder.displayName + ".indb") == null ) {
                        myBook = app.open( myBookFile );
              else {
                    myBook = app.books.add( myBookFile );
                    myBook.automaticPagination = false;
                    for ( i=0; i < myFiles.length; i++ ) {
                        myBook.bookContents.add( myFiles[i] );
                    myBook.save( );

  • How to create RTL Books in inDesign (Japanese)?

    Hi there,
    I want to create a RTL book in Japanese. I do not speak Japanese and I have the english version of indesign. I am downloading the Japanese version now, so maybe I will have two types but the thing is I can not speak Japanese.
    Is there any way to do RTL books in inDesign CS6 ?  It does not matter if I can not type Japanese, I will be using images only.
    Thanks for your help

    There are two or three different ways to get spine-right binding, depending on which version of ID you're using, and I have no idea whatsoever where that feature is buried in the Japanese version. Honestly, I don't even know if there's an English localization of the interface of Japanese ID. 
    The short version is that there's no way to get spine-right binding with plain-vanilla English ID, although you can probably pull it off with a script, and there are a number of plugins that will let you access InDesign's under-the-hood features. You're probably best off with something like an English install of InDesign and something like World Tools Pro.
    But that link that Steve pointed you towards is pretty all-inclusive. Check out the "Choosing the Right Application" section - it should get you pointed in the right direction.

  • How to create epub book in indesign in details.

    I have found lots of time regarding epub in indesign,  but couldn't get full details tutorials on any other blogs.  I would like each and every step in details in indesign.
    Could you please send me link so I will complete my epub book in indesign.

    This is the Captivate forum, I doubt you'll get an answer to that question for that reason.
    Lynda.com has a course about that subject.

  • How to create Ticket Booking Functionality in SharePoint 2013 App?

    We have created a Ticket Booking site in Asp.Net.
    In that in Ticket Booking page user can book the ticket and the booked seats will be stored in the database. If there are any booked seats it will be disabled for the user and from other user can book tickets.
    Took reference from this site:
    http://techbrij.com/online-ticket-booking-system-asp-net-sql-server
    Now I want to do same functionality using SharePoint 2013 App Part with SharePoint Hosted App.
    I don't know how to start
    Anybody having Idea.
    Thanks in Advance.

    Hi,
    According to your post, my understanding is that you want to create a Ticket Booking solution as SharePoint Hosted App.
    To build the similar solution in SharePoint, I would suggest you take a look at the links below about how to create ShrePoint Hosted App for a quick start:
    Create Host App:
    How to: Create a basic SharePoint-hosted app
    Create App Part:
    How to: Create app parts to install with your app for SharePoint
    Then for the data storage, here is a documentation will provide more information:
    App data storage:
    Data storage options in apps for SharePoint
    For the responsive UI, HTML plus JavaScript would be OK.
    Feel free to reply if there are still any questions.
    Best Regards,
    Linda Li
    Linda Li
    TechNet Community Support

  • How to create a booking table (make online reservation)

    Hi everyone,
    I'm just wondering if any of you know how to create a booking
    table, like a booking seat for an airplane... I have to do the
    booking table as I'm doing a Japanese Restaurant website for my
    project.. At the moment, I'm using PHP, MySQL and HTML..
    Could anyone help me, please?
    Cheers,
    Nova

    You first need to check with your host to see which type of
    server side
    scripting language they support. If they support PHP, try,
    http://www.jellyform.com/
    Shane H
    [email protected]
    http://www.avenuedesigners.com
    =============================================
    Blog:
    http://avenuedesigners.com/blog/
    Web dev articles, photography, and more:
    http://sourtea.com
    =============================================
    Proud GAWDS member
    http://www.gawds.org/showmember.php?memberid=1495
    Delivering accessible websites to all ...
    =============================================
    "mastacraft" <[email protected]> wrote in
    message
    news:f3pote$d16$[email protected]..
    > Hello,
    >
    > I need to create a booking form for a website- So wen
    they fill out form
    > for
    > bookings. Should have tab for club appearance. Magazine
    ads. Etc It needs
    > to
    > lead to this email : [email protected]
    >
    > I'm really not sure how the best way is to do this, i
    understand it's
    > probably
    > a really simple process.
    >
    > Regards,
    >

  • How to create Work Books in BI 7.0

    Hi Experts,
    Good Morning.
    I am working BI 7.0, My requirements is create Work Book and include below follwoing
    1. The end of report footer message should come
    2. Company LOGO Should come in the header of every report.
    Please provide me solutions step-by-step, how to create work book, and how to include following above requirements.
    Thanks in Advance.
    Thanks & Regards,
    Bharathi.

    Hi Barathi,
    Please go through the below thread which will tell you how to add Logo to the work book
    Re: Permanent BW Excel Template
    For the common template with the company logo-->This code basically updates the RS table rsrwbtemplate which has the default workbook template information with the templae you specify.
    IF you want to insert the logo in the work book template
    Menu path --> choose insert -->picture -->clip art
    Regards
    KP
    Edited by: prashanthk on Jul 12, 2010 7:59 AM

  • How to create tool tip in indesign skd?

    hi,
    Anyone suggest me, how to create tool tip in indesign skd?
    thanks,
    vijay

    Thanks for your reply, But i cannot able to set it in plugin menu.
    Please guide me
    Thanks,
    vijay

  • How to Creat Work book

    Hi Bw guru's,
    please explain how to create work book using querries.
    thanks in advice.
    kumar.

    hi kumar...chk these..
    Workbooks into which queries are inserted are no different in appearance than other Excel workbooks. They can be saved as files, copied, sent and (using Excel functions) edited however you like and even supplemented with other data.
    Ad-hoc query is the one that the user/developer would want to create/use for researching/validating something. This may be to validate the data also. This differs from Production query as it would not be used everyday and would be just be used for that moment.
    http://help.sap.com/saphelp_nw04/helpdata/en/3a/89883989676778e10000000a11402f/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/1f/03223c5f00612be10000000a11402f/content.htm
    http://searchsap.techtarget.com/searchSAP/downloads/chapter-august.pdf
    workbook
    1) A workbook delivers the interface for your query.
    2) In a workbook, you can embed design items and customized macros, and you can format its appearance for a highly customized look and feel. The end-user will typically open a workbook and navigate within it execute its queries and see current data.
    3) A query ad ho in WAD means that in your Web application, you want to be able to display data in a table or graphic, similar to in the Web Analyzer.
    You can do this by using the Dropdown Box Web item and linking the commands for showing and hiding Web items to it.
    hope it helps..

  • How to create a transaction code for a function group with screen 100 as st

    Hello ,
    I have requirement where I need to create a function group and create screen 100, 200, 300 and include the function in the screens.
    Customer asked me to create a transaction with the screen 100 as the starting screen.
    Can you please let me know how to create a transaction code for a function group with screen 100 as starting screen.
    [ It is not a module pool program ].
    Thanks
    Prashanth.
    Moderator message - Please ask a specific question and do not ask the forum to do your work for you - post locked
    Edited by: Rob Burbank on Jun 2, 2009 11:49 AM

    Go to transaction SE93, enter a transaction code that you want and click on "create". Enter a text and select the "Transaction with Parameters" button. In the Default Values section, enter START_REPORT in the transaction field. Check the "skip initial screen" box. In the Name of Screen field section enter the following lines:
    Name of screen field:                               Value
    D_SREPOVARI-REPORTTYPE                RW
    D_SREPOVARI-REPORT                        ZPCA
    Save and transport accordingly.

  • HT5071 I am putting together a book with iBooks Author and all of my pages are numbered (3) how can I change them to an acceding order starting with page one?

    I am putting together a book with iBooks Author and all of my pages are numbered (3) how can I change them to an acceding order starting with page one?

    Sorry I didn't get the tip link right: Change page number style

  • How do I number a ticket in 2 positions starting with 7001?

    How do I number a ticket in 2 positions starting with 7001?

    Data Merge is actually quite simple.
    If you have Excel it's even easier.
    Create 2 columns with column headers, maybe (Ticket #1, Ticket #2) and add your numbering to the rows as far as you need.  Save is as a CSV file.  Excel complains a few times so just keep clicking yes.  Close the file after you are done.  InDesign will complain the file is open.
    In InDesign open the merging document.  Open the Data Merge panel (Window - Utilities - Data Merge)  With the window open Click the additional options button (down arrow with the 4 little lines) and choose Select Data Source to pick your CSV file.  Once selected in the main portion of the panel it should list the 2 different columns.  From there use the text tool to select where you want to number then click the column for one of the numbers from the data merge panel.  A blue marker will appear with the column header similar to <<Ticket #1>>.  Once that appaers you can click the preview check box in Data Merge and it will start showing your number.  When you have finished click the addtional options button again and choose Export to PDF to export the tickets.

  • How do i get a new tab to open up with my home page after i click on the + at the end of the tab

    how do i get a new tab to open up with my home page after i click on the + at the end of the tab

    problem solved thak you Andy.c that was too easy and a fast reply i'm abit of an iliterate with these things

  • Creating a template in Pages is straight-forward as answered here previously. Is there and equivalent for iBooks Author which can start with a blank page and build up the template as required? or can one only adapt a ready made template?

    Creating a template in Pages is straight-forward as answered here previously. Is there an equivalent for iBooks Author which can start with a blank page and build up the template as required? or can one only adapt a ready made template? This has proved unsatisfactory to me so far. Lines are left in etc.

    There are two basic menus for fonts - one from the main menu bar and one from the toolbar. You can also bring up the font manage dialog.
    I don't recommend trying to hard to force an otherwise foreign font, as it inevitably needs to be usable/supported on iOS as well, and that can get tricky w/3rd party fonts, as an example, even with the expanded font support in the latest iBA.
    If you need to discuss fonts more, I suggest starting a new thread....preferably with a slightly more brief title, thanks.

  • Question when I log into Firefox, the screen scrolls down and I have to use the side-bar to go back up to type my query into the 'search' window. How can I stop that and get Firefox to start with the 'search' window accessible? With thanks, Peter

    Question
    when I log into Firefox, the screen scrolls down and I have to use the side-bar to go back up to type my query into the 'search' window. How can I stop that and get Firefox to start with the 'search' window accessible? With thanks, Peter

    See this. <br />
    https://support.mozilla.com/en-US/kb/Firefox+hangs#Hang_at_exit

Maybe you are looking for

  • Arch Linux deemed "best" distro of 2014 by Linux Voice

    Congrats everyone! http://www.linuxvoice.com/linux-distros/. We were looking for a distro that performs well in every area, and excellently in many, making it a good all-round distro. However this alone isn't enough. It needs to have something that p

  • Making ABAP sources Unicode compliant ... after Unicode conversion

    Hi, I was asked by a customer if there is any problem with the following scenario : A system must be converted to unicode. Unfortunately, not all the ABAP source codes will be unicode enabled on-time for the conversion. The development team wanted to

  • JTree image question

    I have a question about using images in a JTree. I have like 2 parent nodes who both have a lot of child nodes now i know how to get an image for every node but how do i get 1 image for 1 parent with all his children and another image for the other p

  • Encore CS4 Flash Rendering Problem

    Here's the problem, when I render to flash it comes out with a choppy slideshow and audio. If I render as a regular DVD it comes out perfectly. Can someone tell me what's wrong? Thanks

  • Test Stand Shut Down with no reason

    Hello , I'm using Test Stand 4.2 & LabWindows CVI 9.0 . I'v created a program that checks 30 cards in Batch mode , using Test Stand as master that calls CVI functions from dll files i'v created . In the program there are no error nor warnings But i h