Page turn effect doesn't work for PDFs in iBooks

Hi All,
Page turn in iBooks doesn't seem to be working for PDF files. Whenever I open the PDF file on Macbook, iBooks opens the file in Acrobat reader.
I was just wondering if this is the default behaviour or something can be changed to get the page turn effect for PDFs in iBooks.
Configuration:
Macbook Pro OS X 10.9.2
I would appreciate any help on this.

That is normal. My PDFs open in Preview as that is what I use as the default application for reading PDFs.

Similar Messages

  • Page level process doesn't works for tabular form.....

    I am developing an application on inventory of an chemical factory.......
    I have an master-detail form where detail table is in tabular form.......
    I have an LOCATION1 AND QUANTITY1 COLUMN in detail table..........
    I have location say...LT01A02 AND limit of each location to hold an quantity is .....say 1000.
    I wrote an process for these but it doesn't work.......
    declare
    x NUMBER(6);
    z number(6);
    begin
    selecT NVL(SUM(QUANTITY1),0) INTO x from RM_LOCATION1 where LOCATION1 = :P3_LOCATION1;
    z := x;
    if :P3_LOCATION1 LIKE'%1)' or :P3_LOCATION1 LIKE'%2)' then
    if z > 1200 then
    raise_application_error(-20101,'LOCATION YOU HAVE SELECTED IN LOCATION1 IS 1ST OR 2ND PALLETE ,WHICH CAN HAVE MAXIMUM 1200KG,PLEASE CHECK IT PHYSICALLY');
    end if;
    elsif :P3_LOCATION1 LIKE'%3)' or :P3_LOCATION1 LIKE'%4)' then
    if z > 800 then
    raise_application_error(-20101,'LOCATION YOU HAVE SELECTED IN LOCATION1 IS 3RD OR 4TH PALLETE ,WHICH CAN HAVE MAXIMUM 800KG,PLEASE CHECK IT PHYSICALLY');
    end if;
    elsif :P3_LOCATION1 LIKE'%5)' or :P3_LOCATION1 LIKE'%6)' then
    if z > 750 then
    raise_application_error(-20101,'LOCATION YOU HAVE SELECTED IN LOCATION1 IS 5TH OR 6TH PALLETE ,WHICH CAN HAVE MAXIMUM 750KG,PLEASE CHECK IT PHYSICALLY');
    end if;
    elsif :P3_LOCATION1 LIKE'%7)' or :P3_LOCATION1 LIKE'%8)' OR :P3_LOCATION1 LIKE'%9)' or :P3_LOCATION1 LIKE'%10)' OR :P3_LOCATION1 LIKE'%11)' or :P3_LOCATION1 LIKE'%12)' then
    if z > 600 then
    raise_application_error(-20101,'LOCATION YOU HAVE SELECTED IN LOCATION1 IS 7TH OR 8TH OR HIGHER PALLETE ,WHICH CAN HAVE MAXIMUM 600KG,PLEASE CHECK IT PHYSICALLY');
    end if;
    end if;
    end;
    I HAVE SEEN THAT APEX DOESN'T PICKS VALUE CALLED... _:P3_LOCATION1_*
    NOW WHAT TO DO ,CAN ANY ONE HELP ME....HOW TO RUN THESE PROCESS......

    Hi User XY,
    tabular forms do not have Page Items. The values you entered in the tabular form are stored in arrays like APEX_APPLICATION.g_f01 to g_f50.
    Here are some links you might find helpful: http://www.talkapex.com/2008/07/manually-creating-tabular-form.html
    http://download.oracle.com/docs/cd/E23903_01/doc/doc.41/e21676/apex_app.htm#CHDICJDA
    brgds,
    Peter
    Blog: http://www.oracle-and-apex.com
    ApexLib: http://apexlib.oracleapex.info
    BuilderPlugin: http://builderplugin.oracleapex.info
    Work: http://www.click-click.at and http://www.wirsindapex.at

  • [CS3][JS] page.place(...) works for pdf, not for snippet

    Hi all,
    I'm having some problems with the page.place(...) command on InDesign CS3 Server.
    When I try to place a PDF on a page, it works perfectly. I can see the PDF on the document.
    But when try to place a snippet file, it gives me a very strange result.
    There is a frame on the document where the snippet should be placed, but it doesn't contain anything. You also cannot see it unless you select it.
    I can move the frame around, but not resize it.
    But when I copy and paste this frame, the newly copied frame does contain the contents from my snippet.
    When I try this on my desktop version it works correct, but not on the server.
    Here's the code I use:
    //set measurement to pt, just to be sure
    myDoc.viewPreferences.horizontalMeasurementUnits = MeasurementUnits.POINTS;
    myDoc.viewPreferences.verticalMeasurementUnits = MeasurementUnits.POINTS;
    //place the snippet on the last page
    myDoc.pages.lastItem().place(new File("c:/mySnippet.inds"), [170, 400]);
    I managed to solve this by using the PDF place instead of snippet, but at a later stage I will have to use snippets, so it would be great to know what I'm doing wrong.
    Regards,
    Dany

    Hmm it seems that the snippet is placed on the first page, but for some reason, the coordinates are so wrong that it ends up on one of the following pages. that's wy I cannot select it.
    I attached the document, it's hard to explain.
    You can see two pages, all seem empty at first sight.
    When you click on the first page and do a ctrl-a to select all items, you can see that there is an item selected on the second page.
    Remarkable is that if I use the same code to place a pdf, the pdf is placed at the correct position on the second page.
    Is there something wrong with the coordinates when placing snippets, or am I doing something wrong?
    Dany
    Edit: I can't seem to reproduce this problem with a blank indesign file, which will probably make it hard for anyone to find the problem.
    Must be something else in the complete script that is causing this.

  • SaveAs() method doesn't work for PDF file

    I used the script below to generate a PDF file. When I ran it, no error occurred but no PDF was generated either
    var pdf = new File("E:\\STWWEB1\\CDLG_ILL\\temp\\jpeg\\640\\1.pdf");
    docRef.saveAs(pdf);
    Does anybody know what's wrong?

    PDF needs to have a new instance of the PDFSaveOptions created. Look at the JS Reference
    PDFSaveOptions
    Options for saving a document as an Adobe PDF file, used with the saveAs method. All properties are optional.
    Saving to PDF format
    // Saves the current document as PDF to dest with specified options
    // dest contains the full path and file name to save to
    function saveFileToPDF (dest) {
    var doc = app.activeDocument;
    if ( app.documents.length > 0 ) {
    var saveName = new File ( dest );
    saveOpts = new PDFSaveOptions();
    saveOpts.compatibility = PDFCompatibility.ACROBAT5;
    saveOpts.generateThumbnails = true;
    saveOpts.preserveEditability = true;
    doc.saveAs( saveName, saveOpts );

  • BUG: Record Limit per Document doesn't work for PDF in CS4 - does it work in CS5?

    Hey all - I'm attempting to export 100 data merged documents to pdf.  I know i can use "Record Limit per Document" set to 1 to create 100 InDesign files, which isn't what i want to do.  When you select "Export to PDF" in the data merge window, the "record limit per document" option exists, but no matter what, it will always create one giant pdf file - it will NOT separate into 100 different pdf files.  This is a bug in CS4.
    I am wondering if the bug has been fixed in CS5 or if there is a workaround in CS4 to generate the pdfs.
    All I found is this ancient thread in which people say the only workaround is to batch convert the pdf files later, and then degenerates into unrelated discussion:
    http://forums.adobe.com/message/1110826

    g'day there
    has there been any follow-up to this or workarounds?
    i constantly have VDP jobs which have tens of thousands of records, but the chaps printing it only want the PDFs in lots of 500 or so. being able to do ONE merge which splits the merge into bite-size PDFs for our printing section would be preferable to making them through the dialog box in the appropriate lots.
    colly

  • "Exclude page from menu" doesn't work

    Choosing Page > Page Properties > Menu Options > Exclude page from menus doesn't work for me in the current release. Anybody else having this problem?

    Humm?
    Just tested both your process and again by going to Plan View > rt-click on page >  Menu Options and both instantly remove the page.
    Have you tried just making  simple/quick test site with 2-3 pages and trying? 
    Maybe somthing in your site and not in Muse that's causing the issue.

  • Realistic Page Turn Effects from a PDF document

    Is there a way to create animated page turn effects from within Acrobat or in combination with Flash?
    I would like to create books, magazines, brochures that have hot links to other pages within the same document, web links, and multimedia capabilities, but which display animated page turns. Something along the style of http://page-flip.com/products.htm
    Ideally, I would like to create the documents in various programs, and then turn them into a PDF with the hot links and multimedia capabilities. I then want them to display as a Flash video with the animated, realistic page turn effects, along with pagination and zoom controls.
    There are software programs available that will do this but they cost big $$$$. Is there a way to export/print/save a PDF file to a SWF format and automatically have the page turn effects added?
    I have CS4 with Acrobat Pro and Flash Pro. I found a couple of Flash extension that appear to do this but they are clumsy to use and I am not very experienced with Flash and ActionScript. I am looking for an easy way to accomplish this, hopefully, right from within Acrobat.
    Thanks in advance for your suggestions.
    Dan

    Adobe CS5 support animated Flash and movies in PDF files, you can visit the home page for detail. When it comes to convert PDF to SWF with Page-Flip effect, Adobe didn't work that good. I recommend convert online at http://www.axmag.com/submit.html , this seems to be free.

  • How can I add a new Template to My Templates in Pages? I've read most of the discussions on the subject but it doesn't work for me. By the time I reach the Templates folder, I only see templates for Numbers and not for Pages. Need help, please.  Thanks

    How can I add a new Template to My Templates in Pages? I've read most of the discussions on the subject but it doesn't work for me. By the time I reach the Templates folder, I only see templates for Numbers and not for Pages. Need help, please.  Thanks

    Si vous avez utilisé la commande Save As Template depuis Pages, il y a forcément un dossier
    iWork > Pages
    contenant Templates > My Templates
    comme il y a un dossier
    iWork > Numbers
    contenant Templates > My Templates
    Depuis le Finder, tapez cmd + f
    puis configurez la recherche comme sur cette recopie d'écran.
    puis lancez la recherche.
    Ainsi, vous allez trouver vos modèles personnalisés dans leur dossier.
    Chez moi, il y en a une kyrielle en dehors des dossiers standards parce que je renomme wxcvb.template quasiment tous mes documents Pages et wxcvb.nmbtemplate à peu près tous mes documents Numbers.
    Ainsi, quand je travaille sur un document, je ne suis pas ralenti par Autosave.
    Désolé mais je ne répondrai plus avant demain.
    Pour moi il est temps de dormir.
    Yvan KOENIG (VALLAURIS, France)  mercredi 23 janvier 2011 22:39:28
    iMac 21”5, i7, 2.8 GHz, 4 Gbytes, 1 Tbytes, mac OS X 10.6.8 and 10.7.2
    My iDisk is : <http://public.me.com/koenigyvan>
    Please : Search for questions similar to your own before submitting them to the community

  • I've bought an app called WhatsApp but I was not told that app doesn't work for ipod. So I would like to know how to turn back and get my money back.

    I've bought an app called WhatsApp but I was not told that app doesn't work for ipod. So I would like to know how to turn back and get my money back.

    Did you fail to look at the requirements before purchasing?
    All sales are final.  You can try contacting itunes support and asking for an exception

  • Find function cntrl-f doesn't work for long pages. frustrating

    find function cntrl-f doesn't work for long pages. Works find on your competitions IE, though I strongly prefer FF.
    == This happened ==
    Every time Firefox opened
    == Several versions of FF

    Hi Cb,
    I did try that and it didn't work. the site in question (though I could pick any) is midwestmafia.com and I typed in capone (which is near the end of the page)
    Works well on IE, though I'd like to stick with FF.

  • Lighting effects in Photoshop CC doesn't work for me ... just shows ALL black .. any advice to get it to do what it is supposed to?

    Lighting effects in Photoshop CC doesn't work for me ... just shows ALL black .. any advice to get it to do what it is supposed to?

    So, you're totally new to computers?
    Go to the Help menu in Photoshop and select the System Info menu item.  Copy all that information and paste all of it here MINUS your serial number.
    Yes, Photoshop can delegate a lot of the computing tasks to the GPU on your graphics card.  You may have to disable that feature in Photoshop Preferences > Performance.

  • SafeSleep doesn't work for Mac mini

    I use Mac mini (Mid 2011)  with  hibernatemode=3.
    But my Mac doesn't reboot from sleepimage afer I unplug the power cord. I mean SafeSleep doesn't work for my Mac. It boots normally but every program is initialized.
    It is strange that I very rarely watch the very moment that my Mac's progress bar when rebooting from SafeSleep successfully.
    Please help me to use SafeSleep and to save energy.
    I am sure settings are correct and sleepimage is made by the following commands.
    $ ls -l /private/var/vm
    total 8519680
    -rw------T  1 root  wheel  4294967296  9  9 18:01 sleepimage
    -rw-------  1 root  wheel    67108864  9  9 18:02 swapfile0
    $ pmset -g
    Active Profiles:
    AC Power        -1*
    Currently in use:
    hibernatemode        3
    womp                 0
    networkoversleep     0
    sleep                10
    powerbutton          1
    ttyskeepawake        1
    hibernatefile        /var/vm/sleepimage
    autorestart          0
    disksleep            10
    displaysleep         10

    Don't be too dismayed that you can't take advantage of Hibernate the way you did in the past on your PCs.  See this chart:
    (from here: http://images.apple.com/environment/reports/docs/macmini_per_july2011.pdf)
    At most, you're drawing 1.16W in Sleep.  For me, that amounts to a cost of about 10p every fortnight.  If it's the environmental effects that concern you, further reading of the PDF should show you've got one of the most environmentally-friendly home computers money can buy.
    I hope that puts your mind at ease.

  • Page turn effect on Preview?

    Hi, i wanted to know if you can choose to enable page turn effect for PDF files on Preview (just like in iBooks)? If not, is it possible that Apple would add such a choice?

    Send your request to Apple

  • Can a page turn effect be applied to just the image (or half of the screen) ?

    Hi.
    I have two video channels that separate images left and right.
    Each channel is a separate image slide show.
    Video channel 1 has all of the images on the left side of the screen by applying a location effect.
    Video channel 2 has all of the images on the right.
    When adding a video transition, page turn, the effect appears to turn the page on the whole screen.
    Is there a way to apply the page turn to the image only not the entire view screen?
    The goal is to have a pair of images that change in sequence, first left, then right - the images are staggered and work well, just not the page turn effect.
    Thank you
    cheers

    Thank you PB.
    As an FYI to anyone else needing help.
    The two slide shows were created in separate sequences with the page turns added - opposite turns for each.
    Then in a new sequence the left slideshow was positioned by moving to the left and a crop effect was added to trim the page turn effect.
    Then the right slide show was added, repositioned and cropped to hid the page turn effect.
    The slideshows are staggered to go back and forth from left to right.
    Cheers

  • I have a Mac Air.. with 10.10 and just purchased a HP laserjet pro M201dw  .. I can't get it to print duplex in pages or word.  In pages not highlighted. does in Adobe for pdf.  Help!

    I have a Mac Air with 10.10 .  Just purchased a HP Laserjet Pro M201dw printer.  I can not get the duplex printing to work in Word or Pages.  It does work for PDF files in Acrobat Pro.  It won't for emails.  In Pages I see two- sided but it is dimmed.  I look at setups and it shows two -sided is off but can't find a way to change this setting.  In the printer setting itself, the duplex box is checked.  Need help.  Did notice the driver only goes up to 10.9 but it says on Apple site of supported printers this one is listed.
    Appreciate help in solving this issue.
    Thanks in advance for anyone willing to give me some time and assistance.
    Fran

    All I can suggest is that you open that file on the MBA and save it as a new file, then see if you can open the new one on the iMac.

Maybe you are looking for

  • Crystal Report with text(csv) data file, can we set it as input param? C#

    Hi, I am new to the forums and posted a question which belonged to the .net - SAP Crystal reports group. Can someone help me with my problem? following is the thread that I have started. Crystal Report with text(csv) data file, can we set it as input

  • IW32 - ERROR_READING_LST_BY_INDEX

    Hi there,                We are on ECC6, i have noticed that there is SAP note 424437 to fix the issue  in IW32 when you ERROR_READING_LST_BY_INDEX. According to the solution, they say; The program correction of this note is not required and is remov

  • Using variables in different classes

    Hi, A very basic question! i've got a 2d array in one class, which I want another class to be able to see. Is there any way I can do this in Java - if so, how? If not, is there a way around this? Thanks

  • Text joins performance impact

    Hello, We are building a huge calculation view which in the end will have ~1000 fields. This calculation view will be built from several smaller calculation views with union between them. Each small calculation view uses Analytical view that in the l

  • Certificates with a Question Mark

    There are certificates on my BB with a question mark next to them instead of a check mark.  What does this mean, and how do I change it to a check mark?