Importing pages templates to iPad

I've managed to download templates from websites and apps.  And i see how to save them as documents.  How can I save them as templates in pages for iPad?
Thanks,
-Lisa

I have found an unqualified comment (elswhere in this site) that it is impossible to add new templates to iWork apps on ipad2.
Can someone confirm this so I can stop banging my head against the wall?
-Lisa

Similar Messages

  • Bug report:on application import: page template substitution strings double

    apex version: 4.2.0.00.27
    We encounter an issue when we import an application export. In all the page templates we see that the standard substitution strings in the HEADER and FOOTER area have been added for a second time.
    EXPORTED CODE:
    wwv_flow_api.create_template (
    p_id => 32176400365879390 + wwv_flow_api.g_id_offset
    ,p_flow_id => wwv_flow.g_flow_id
    ,p_theme_id => 20
    ,p_name => '_vo_One Level Tabs_Simple'
    ,p_is_popup => false
    ,p_header_template => '<html lang="&BROWSER_LANGUAGE." xmlns:htmldb="http://htmldb.oracle.com">'||unistr('\000a')||
    '<head>'||unistr('\000a')||
    '<title>#TITLE#</title>'||unistr('\000a')||
    '<script type="text/javascript" src="#IMAGE_PREFIX#app/common/js/app_common2.js"></script>'||unistr('\000a')||
    '<script type="text/javascript" src="#IMAGE_PREFIX#app/common/js/datepicker.js"></script>'||unistr('\000a')||
    '<script type="text/javascript" src="#IMAGE_PREFIX#app/common/js/datepicker-ext.js"></script>'||unistr('\000a')||
    '<script type="text/javascript" src="#IMAGE_PREFIX#app/common/js/app_show_hide_region.js"></script>'||unistr('\000a')||
    '<script type="text/javascript" src="#IMAGE_PREFIX#app/common/js/app_desktop_all.js"></script>'||unistr('\000a')||
    '<script type="text/javascript" src="#IMAGE_PREFIX#app/common/js/app_legacy.js"></script>'||unistr('\000a')||
    '<link rel="stylesheet" href="#IMAGE_PREFIX#app/pbh/css/pbh.css" type="text/css" />'||unistr('\000a')||
    '<!--[if IE]><link rel="stylesheet" href="#IMAGE_PREFIX#themes/theme_20/ie.css" type="text/css" /><![endif]-->'||unistr('\000a')||
    '#APEX_CSS#'||unistr('\000a')||
    '#TEMPLATE_CSS#'||unistr('\000a')||
    '#THEME_CSS#'||unistr('\000a')||
    '#PAGE_CSS#'||unistr('\000a')||
    '#TEMPLATE_JAVASCRIPT#'||unistr('\000a')||
    '#APPLICATION_JAVASCRIPT#'||unistr('\000a')||
    '#PAGE_JAVASCRIPT#'||unistr('\000a')||
    '#HEAD#'||unistr('\000a')||
    '</head>'||unistr('\000a')||
    '<body #ONLOAD#>#FORM_OPEN#'
    ,p_box =>
    '<div id="t20Tabs">#TAB_CELLS##NAVIGATION_BAR#</div>'||unistr('\000a')||
    '<table border="0" cellpadding="0" cellspacing="0" summary="" id="t20PageBody" width="100%">'||unistr('\000a')||
    '<td width="100%" valign="top" id="t20ContentBody">'||unistr('\000a')||
    '<div id="t20BreadCrumbsLeft">#REGION_POSITION_01#</div>'||unistr('\000a')||
    '<div id="t20Messages">#GLOBAL_NOTIFICATION##SUCCESS_MESSAGE##NOTIFICATION_MESSAGE##REGION_POSITION_02#</div>'||unistr('\000a')||
    '<div id="t20ContentMiddle">#BOX_BODY##R'||
    'EGION_POSITION_03##REGION_POSITION_04##REGION_POSITION_05##REGION_POSITION_06#</div>'||unistr('\000a')||
    '</td>'||unistr('\000a')||
    '</tr>'||unistr('\000a')||
    '</table>'
    ,p_footer_template =>
    '<div class="smallfont">PBH Versie: #APP_VERSION#</div>'||unistr('\000a')||
    '#FORM_CLOSE# '||unistr('\000a')||
    '#DEVELOPER_TOOLBAR#'||unistr('\000a')||
    '#GENERATED_CSS#'||unistr('\000a')||
    '#GENERATED_JAVASCRIPT#'||unistr('\000a')||
    '</body>'||unistr('\000a')||
    '</html>'
    ,p_success_message => '<table summary="" border="0" cellpadding="0" cellspacing="0" id="t20Notification">'||unistr('\000a')||
    '<tr><td class="L"></td><td width="100%">#SUCCESS_MESSAGE#</td><td class="R"></td></tr>'||unistr('\000a')||
    '</table>'
    ,p_current_tab => '#TAB_LABEL#'
    ,p_non_current_tab => '#TAB_LABEL#'
    ,p_notification_message => '<table summary="" border="0" cellpadding="0" cellspacing="0" id="t20Notification">'||unistr('\000a')||
    '<tr><td class="L"></td><td width="100%">#MESSAGE#</td><td class="R"></td></tr>'||unistr('\000a')||
    '</table>'
    ,p_navigation_bar => '#BAR_BODY#'
    ,p_navbar_entry => '#TEXT#'
    ,p_region_table_cattributes => ' summary="" cellpadding="0" border="0" cellspacing="5" align="left"'
    ,p_breadcrumb_def_reg_pos => 'REGION_POSITION_01'
    ,p_theme_class_id => 1
    ,p_grid_type => 'TABLE'
    ,p_grid_always_use_max_columns => false
    ,p_grid_has_column_span => true
    ,p_grid_emit_empty_leading_cols => true
    ,p_grid_emit_empty_trail_cols => false
    ,p_has_edit_links => true
    ,p_translate_this_template => 'N'
    ,p_template_comment => ''
    RESULT IN APEX for the HEADER
    <html lang="&BROWSER_LANGUAGE." xmlns:htmldb="http://htmldb.oracle.com">
    <head>
    <title>#TITLE#</title>
    <script type="text/javascript" src="#IMAGE_PREFIX#app/common/js/app_common2.js"></script>
    <script type="text/javascript" src="#IMAGE_PREFIX#app/common/js/datepicker.js"></script>
    <script type="text/javascript" src="#IMAGE_PREFIX#app/common/js/datepicker-ext.js"></script>
    <script type="text/javascript" src="#IMAGE_PREFIX#app/common/js/app_show_hide_region.js"></script>
    <script type="text/javascript" src="#IMAGE_PREFIX#app/common/js/app_desktop_all.js"></script>
    <script type="text/javascript" src="#IMAGE_PREFIX#app/common/js/app_legacy.js"></script>
    <link rel="stylesheet" href="#IMAGE_PREFIX#app/pbh/css/pbh.css" type="text/css" />
    <!--[if IE]><link rel="stylesheet" href="#IMAGE_PREFIX#themes/theme_20/ie.css" type="text/css" /><![endif]-->
    #APEX_CSS#
    #TEMPLATE_CSS#
    #THEME_CSS#
    #PAGE_CSS#
    #TEMPLATE_JAVASCRIPT#
    #APPLICATION_JAVASCRIPT#
    #PAGE_JAVASCRIPT#
    *#APEXCSS#*_
    *#TEMPLATECSS#*_
    *#THEMECSS#*_
    *#PAGECSS#*_
    *#APEXJAVASCRIPT#*_
    *#TEMPLATEJAVASCRIPT#*_
    *#APPLICATIONJAVASCRIPT#*_
    #HEAD#
    </head>
    <body #ONLOAD#>#FORM_OPEN#
    The added substitution strings are bold + underlined.
    Is there a parameter (application, export, template, instance level) that we can set to prevent this ?
    Edited by: Karel C on 12-feb-2013 5:32
    Edited by: Karel C on 12-feb-2013 5:32

    Hi Patrick,
    The version info is: wwv_flow_api.set_version(p_version_yyyy_mm_dd=>'2009.01.12');
    This should be wwv_flow_api.set_version(p_version_yyyy_mm_dd=>'2012.01.01');
    ... but this error is due to a manual modification of the export file.
    We parameterise some values, so that the we can use the old-school DEFINE variables in our deploy process via SQL/plus.
    One of the developers made a copy-paste error when doing that ...
    So there is no bug !
    Thanks for the tip !!
    Kind regards,
    Karel

  • Create pages template on iPad?

    We use templates for both letterhead and spreadsheets on a regular basis. Nothing fancy, but it does save typing and keeps a consistent business image.
    Can I add templates to Pages or Numbers on the iPad2? Or is there a work-around.
    Thanks in advance.
    ...Doug

    THanks for the thought, but I haven't found a way to save something and I have yet to find a "save as" function on the iPad.
    Once you get a document into, say, Pages, you can rename it, that that removes the original document or template. And there is no obvious way to create or save a new template to the ones in the program. Hopefully Apple has noted that having templates is useless unless you can create your own.
    I've found two work-arounds in the community here. The first is to create a template and save it to an external place such as Dropbox, or maybe e-mail it to yourself and keep the e-mail around. In that case you can take the template into Pages anytime you need it.
    The other way involves the import through iTunes. When you "add" a document to Pages under file sharing in iTunes and then sync, it places the file in some kind of intermediate storage on the iPad. From there you can copy the file  into Pages for use. Aparently, copying the file does not take it off of the intermediate storage location until you make that change in iTunes. Once again you have a template-like feature that works, even if it is a bit arcane.
    Thanks to all that have helped me figure this out. I'd still like to add an actual template, but this still works.
    ...Doug

  • Import pages document into iPad

    OK, how do you now get a pages document off your Mac and onto an iPad? It appears that this function had been removed. Latest iTunes and Pages for both Mac and iPad. Thanks.

    You can use File Sharing to import (Add File) files from computer to iPad.

  • Transfer of a Page Template to the Teplates in my iPad

    I have created a new template on my mac. Is it possible to transfer this template to the templates of my iPad?

    If you import it into your iPad using iTunes, it will be placed in the shared folder and not imported into pages sandboxes disk space. You can simply import it into pages and rename it anytime you want to make a new copy. I do this with an interview comments template that I made up. I just rename each one to the interviewees name when I bring the template down from the shared folder.
    Jason

  • Pages on iPad won't import Pages from my computer

    This makes me cross !
    I have bought Pages for the iPad so I can open and edit Pages documents that I create on my office Mac.
    However my iPad version will not import them because it will only import from files that are created with iWork 09 ! - my office Mac runs 08 and I'm perfectly happy with it.
    I can see that the import screen on the iPad has correctly read the document I'm trying to open but it still refuses to actually import it.
    What ??
    However it will open Word documents from software that is 10 years old.
    This seems like a very cynical piece of marketing.
    I am obliged to buy another copy of iWork to get my Mac to communicate with my iPad ??
    What are they thinking ?
    Actually this makes me very cross

    David,
    Use the Pages > Feedback menu item to let Apple know how you feel. We're just here to try to help you You have options:
    Export from Pages '08 to Word and open on the iPad
    Part with 20USD and put Pages '09 on your office computer.
    My preference would be the second option. You've gotten your money's worth out of the iWork '08 purchase.
    Jerry

  • What di I need on a Mac Mini to import Pages documents from an iPad-mini

    What do I need on my MacMini to import Pages documents from an iPad-mini?

    Plug in your iPad mini to the Mac mini. Open iTunes on the Mac. Select your iPad from the sidebar on the left. At the top, where it says "Summary," etc. choose Apps. Scroll down until you see a section for File Sharing. Find Pages. Select the document on the right. In the bottom right corner, select "Save to..." and choose where on your computer you want to save it.

  • I deleted a very important pages file from my iPad and I need it back

    I deleted a very important pages file from my iPad and I need it back pronto! I just updated my iPad without a computer and it had the file there. I need to know how to get back the file very quickly.
    thx in advance

    Thne unfortunately, your document is gone. You can restore lost or deleted documents from backups if you have backups - and as long as the backup contains the document - but if you did not copy the file to your computer - or backup the iPad, the document is gone.
    You really should start backup up your iPad. You can sign up for a free 5GB iCloud account right on the iPad and then you can use iCloud for backing up. You can do it right on the iPad.

  • How do I change the template size in pages on my iPad

    How do I change the template size in pages on my iPad I've looked every where for the answer.
    Please help I'm trying to make a program 

    You can't. Those are functions of the the template.

  • How can I import a javascript file in page template--11G update 2

    Hi,
    Since we don't have the <document> tag in page template how can I import a java script file ?
    --11G update 2
    Thanks

    Hi,
    best option is
    <trh:script>
    </trh:script>
    second best
    <f:verbatim>
    </f:verbatim>
    in JDeveloper 11 R1, the next release, trh:script can be replaced with af:resource
    Frank

  • How do I import document from my desk top into pages on my ipad?

    How do I import document from my desk top into pages on my ipad?

    Files Sharing
    http://support.apple.com/kb/ht4094

  • Nd suggestion for importing Word doc into Pages template....

    I have a rather lengthy Word file that I want to import into Pages using one of its templates (Travel Journal). Is there a way to import the Word file directly into this template?
    I know you can import a Word doc into Pages but once you do that, you have to do the designing from scratch (or at least that what it looks like you have to do).
    I like the Travel Journal template and wanted to use that for my Word doc. Any suggestions for getting my Word doc into this template, without having to cut and paste each section?
    I like the template because of the varied page layout options and I don't want to have to recreate from scratch!
    Help!

    Hello Debbie,
    as I know there is no way to get what you want. I think you have to load the Word document into Pages and than you have to copy and paste all the text and media objects into the Pages template.

  • How to import javascript files in page template?

    Hi,
    How can I import .js files into page template, so I can access its methods in each page that is built using that template? I have tried with <script> inside <f:verbatim> but didn't have much success. When I run a page that has a template with .js file imported in that way, I always get "report not found" error, or something similar (report is the name of the javascript method in imported file).
    Pedja

    Pedja,
    The following works as well (assuming "/faces/" is part to the url):
    <script src="../scripts/utilScripts.js"
                     type="text/javascript"> </script>Although, I prefer the use of your solution.
    --Ric                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Customising Webcenter Spaces Page Templates - "Import Portal Resource" N/A

    Hi,
    I am attempting to customise a Page Template for Webcenter Spaces, and I am trying to do so in JDeveloper.
    I have successfully opened the WebCenterSpacesResources project in JDeveloper, and also successfully downloaded the page template resource (.ear file).
    I am now trying to import this webcenter spaces resource (page template) into the project, as described in this step:
    http://download.oracle.com/docs/cd/E21764_01/webcenter.1111/e10148/jpsdg_wcsres.htm#CIHJFGJI
    The problem is, the "*Import Portal Resource*" option does not appear in the menu when I right-click on WebCenterSpacesResources project.
    I am using JDeveloper version 11.1.1.5.0.
    I have also downloaded and installed WebCenter Framework and Services Design Time extension.
    Any reason why I cannot see this option?
    Amanda.

    Hi,
    I have installed both of the extensions, but I went to:
    http://www.oracle.com/ocom/groups/public/@otn/documents/webcontent/156082.xml#oracle.webcenter.cust
    and dowloaded both (latest):
    WebCenter Framework and Services Design Time
    WebCenter Customization Framework Design Time
    and then installed them manually in my JDeveloper.
    I have restarted and the option still does not appear:
    http://oi52.tinypic.com/13yo02b.jpg
    How do I know that the extensions are installed? They seem to be when I look at the Help > About > Extensions
    http://oi51.tinypic.com/244xylh.jpg
    I have tried this with versions 11.1.1.5 and 11.1.1.4.
    Amanda.

  • Is it possible to create a document that imports various template pages?

    I have about 7 different indesign documents (job descriptions for various company positions), each with around 15 pages. They each use some of the same exact same pages as each other, but have pages unique to them between the identical pages. So although they have exact same pages, in one doc it might appear on page 7, and in another doc it might be on page 9.
    I would ultimately like to have the identical pages each be a 1 page template that i can update, place the template pages in their appropriate places in all my documents and have all 5 documents register when the template updates.
    I'm hung up, though, because it seems like you can only create templates on a document level and not a "page" level. I tried placing one of the 1 page templates in one of my documents, making a change to the template and seeing if my document would alert me that the template has been updated. no such luck.
    any help with this issue would be appreciated. this would save me a lot of time updating identical pages in all these documents. Thanks!

    Instead of templates, think in terms of Placing one file inside another.
    With CS3, you can Place an Indesign file inside of another Indesign
    file. That way you can make a single-page document, save it, and then
    Place it on page 7 of Document 1 and page 5 of Document 2. When you go
    back and edit the source document, it will change in Document 1 and 2.
    If you're on CS2 or earlier, you can do the same thing, only slightly
    less conveniently, with PDFs.
    Kenneth Benson
    Pegasus Type, Inc.
    www.pegtype.com

Maybe you are looking for