Multi-Page Custom Layout?

So it's kinda hard to think of a thread title that succinctly lays out what I'm having trouble with here.
Basically, I'm wondering if it's possible to view a *SINGLE* page of a *MULTIPLE* page custom layout in the print module. It's quite possible I'm just retarded and am missing something simple, but when I add a page to the layout, it pops up in what is basically grid-view, with all the pages visible at once. Adding more pages just makes each page smaller. This is, obviously, not an ideal situation for doing layouts.
So, am I missing some totally obvious way to fix this? The print module does single-page views when doing contact sheets and whatnot, so I know it's theoretically possible. Or is it not doable in custom package mode?

There is a zoom page button on the preview pane at left top

Similar Messages

  • Design Question: Multi-page Enrollment Process?

    I'm thinking of 3 different possible design approaches for a multi-page customer enrollment process and wanted to know if anyone had any recommendations? There are 3-5 pages in the sign-up process, each page containing form fields the user inputs information to. The main design issues are around how to save the data between pages, not committing the data to the database unless the user completes the entire process, and handling cases where the user does not complete the entire process:
    1. Store form field inputs in temporary database table; if user completes process copy data to real database table. Can delete rows from temporary table as part of nightly cleanup process (i.e., rows where customer bails part way through enrollment)
    2. Use process-Scope variables to hold the user input; commit data to database after user completes the process
    3. Store user input in View Objects with transient fields as a way to preserve the data; commit the data to the database after user completes the process
    Any suggestions or examples?
    Thanks
    Using JDev 10.1.3 ADF BC / JSF

    sorry, to revive this "old" thread, but could someone please elaborate on this:
    Implement a state-machine for each workflow. Example: basic-info->payment-info->success constitute one workflow for me. This state-machine would be a stateful Java class (holding the current state/page) implementing a StateMachine interface with a method: canTransitionTo(String pageName). Declare this as a session-scoped managed bean. You can optionally wire this to your other controller backing beans for modifying the current state when user presses "Next" in the individual pages.
    So basically, you make an interface with a single method canTransitionTo(String pageName) [btw, this seems like it returns a boolean ... although wouldn't a method like "getAvailableTransitions(String pageName)" be more appropriate?] Then your "State machine" would have some variable that holds the current state, for example, "page one".
    My question is this. Suppose we have 3 pages (much like the example), page one -> page two -> page three
    In the page three Action, how do we check to make sure they are allowed to come to this page? The State Machine would not have any state in it yet ... (maybe this was what point(s) 2 and/or 3 was saying, but I couldn't understand exactly what he was saying... PhaseListener?)
    Thanks

  • Custom Layout for Web Page Composer

    Hi everybody,
    I'm tring to follow a guide, to create a custom layout for the web page composer.
    This guide:
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/804bedee-377e-2e10-0f83-d5b33c743dbc?QuickLink=index&…
    I builded the portal project and I deployed it on the portal.
    Actualy i can see and select my custom layout and i can drop the element on the container from the page builder, but, when i save the content I can't see any elements anymore.
    If I publish the page I see my custom Layout... but empty, without any paragraph or article.
    Do u have any idea on why this could appen ?
    Best regards Enrico.

    <?xml version="1.0" encoding="UTF-8" standalone="no"?>
    <application>
    <application-config>
      <property name="SharingReference" value="knowledgemanagement,
                                                com.sap.portal.pagebuilder,
                                                com.sap.portal.navigation.navigationtaglibrary,
                                                com.sap.portal.useragent"/>
       <property name="SafetyLevel" value="no_safety"/>
    </application-config>
        <components>
            <component name="overview">
                  <component-config>
                    <property name="ClassName" value="com.sapportals.portal.pb.layout.PageLayout"/>
                    <property name="ResourceBundleName" value="pagebuilder_nls"/>
                    <property name="SafetyLevel" value="no_safety"/>
                  </component-config>
              <component-profile>     
                <property name="ComponentType" value="com.sapportals.portal.layout"/>
                <property name="TagLibSAPLayout" value="/SERVICE/com.sap.portal.pagebuilder/taglib/layout.tld"/>
                <property name="TagLibSAPNavigation" value="/SERVICE/com.sap.portal.navigation.navigationtaglibrary/taglib/TagLibrary.tld"/>
                <property name="com.sap.portal.pcm.Title" value="Book (100,25|25|25|25)"/>
                <property name="com.sap.portal.pcm.Description" value="Book Layout (100% Top, 25% Bottom mostleft, 25% Bottom left, 25% Bottom right, 25 Bottom mostright)"/>
                <property name="com.sap.portal.reserved.layout.TemplateFile" value="book.jsp"/>
                <property name="AuthScheme" value="anonymous"/>
                <property name="com.sap.portal.reserved.layout.Cont1" value="top">
                <property name="title" value="Top Column"/>
                <property name="orientation" value="vertical"/>
                </property>
                    <property name="com.sap.portal.reserved.layout.Cont2" value="bottom1">
                        <property name="title" value="Bottom Column leftmost"/>
                        <property name="orientation" value="vertical"/>
                    </property>
                    <property name="com.sap.portal.reserved.layout.Cont3" value="bottom2">
                        <property name="title" value="Bottom Column left"/>
                        <property name="orientation" value="vertical"/>
                    </property>
                    <property name="com.sap.portal.reserved.layout.Cont4" value="bottom3">
                        <property name="title" value="Bottom Column right"/>
                        <property name="orientation" value="vertical"/>
                    </property>
                    <property name="com.sap.portal.reserved.layout.Cont5" value="bottom4">
                        <property name="title" value="Bottom Column rightmost"/>
                        <property name="orientation" value="vertical"/>
                    </property>
                    <property name="XML_Template" value="&lt;?xmlversion=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;PageLayoutxmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance"xsi:noNamespaceSchemaLocation="../xsd/PBlayout.xsd"layoutID="pcd:portal_content/templates/pcc/layouts/1Top4Bottom_(100__25_25_25_25)"pageID="1Top4Bottom"><CustomAttributes><Attributekey="JSP_Template"value="gpar:/1Top4BottomLayout/1Top4Bottom"/></CustomAttributes><TableLayout width=&quot;100%&quot; height=&quot;100%&quot;cols=&quot;4&quot;/&gt;&lt;ContainersRow&gt;&lt;ContainercontainerID=&quot;com.sap.portal.reserved.layout.Cont1&quot;&gt;&lt;TableCellData width=&quot;100%&quot; height=&quot;100%&quot; colSpan=&quot;4&quot;vAlign=&quot;top&quot;/&gt;&lt;/Container&gt;&lt;/ContainersRow&gt;&lt;ContainersRow&gt;&lt;ContainercontainerID=&quot;com.sap.portal.reserved.layout.Cont2&quot;&gt;&lt;TableCellData width=&quot;25%&quot; height=&quot;100%&quot; colSpan=&quot;1&quot;vAlign=&quot;top&quot;/&gt;&lt;/Container&gt;&lt;ContainercontainerID=&quot;com.sap.portal.reserved.layout.Cont3&quot;&gt;&lt;TableCellData width=&quot;25%&quot; height=&quot;100%&quot; colSpan=&quot;1&quot;vAlign=&quot;top&quot;/&gt;&lt;/Container&gt;&lt;ContainercontainerID=&quot;com.sap.portal.reserved.layout.Cont4&quot;&gt;&lt;TableCellData width=&quot;25%&quot; height=&quot;100%&quot; colSpan=&quot;1&quot;vAlign=&quot;top&quot;/&gt;&lt;/Container&gt;&lt;ContainercontainerID=&quot;com.sap.portal.reserved.layout.Cont5&quot;&gt;&lt;TableCellData width=&quot;25%&quot; height=&quot;100%&quot; colSpan=&quot;1&quot;vAlign=&quot;top&quot;/&gt;&lt;/Container&gt;&lt;/ContainersRow&gt;&lt;/PageLayout&gt;"/>
          </component-profile>
        </component>
            <component name="meli_layout">
                <component-config>
                    <property name="ClassName" value="com.sapportals.portal.pb.layout.PageLayout"/>
                    <property name="ResourceBundleName" value="pagebuilder_nls"/>
                    <property name="SafetyLevel" value="no_safety"/>
                </component-config>
                <component-profile>
                    <property name="ComponentType" value="com.sapportals.portal.layout"/>
                    <property name="TagLibSAPLayout" value="/SERVICE/com.sap.portal.pagebuilder/taglib/layout.tld"/>
                    <property name="TagLibSAPNavigation" value="/SERVICE/com.sap.portal.navigation.navigationtaglibrary/taglib/TagLibrary.tld"/>
                    <property name="com.sap.portal.pcm.Title" value="Meli Book Layout"/>
                    <property name="com.sap.portal.pcm.Description" value="Meli Book Layout"/>
                    <property name="com.sap.portal.reserved.layout.TemplateFile" value="meli_two_columns.jsp"/>
                    <property name="AuthScheme" value="anonymous"/>
                    <property name="com.sap.portal.reserved.layout.Cont1" value="top">
                        <property name="title" value="Left Column"/>
                        <property name="orientation" value="vertical"/>
                    </property>
                    <property name="com.sap.portal.reserved.layout.Cont2" value="top2">
                        <property name="title" value="Right Column"/>
                        <property name="orientation" value="vertical"/>
                    </property>
                    <property name="XML_Template" value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;PageLayout xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation=&quot;../xsd/PBlayout.xsd&quot; layoutID=&quot;pcd:portal_content/templates/pcc/layouts/1Top4Bottom_(100__25_25_25_25)&quot; pageID=&quot;1Top4Bottom&quot;&gt;&lt;CustomAttributes&gt;&lt;Attribute key=&quot;JSP_Template&quot; value=&quot;gpar:/1Top4BottomLayout/1Top4Bottom&quot; /&gt;&lt;/CustomAttributes&gt;&lt;TableLayout width=&quot;100%&quot; height=&quot;100%&quot; cols=&quot;2&quot; /&gt;&lt;ContainersRow&gt;&lt;Container containerID=&quot;testoSinistra&quot;&gt;&lt;TableCellData width=&quot;50%&quot; height=&quot;100%&quot; colSpan=&quot;1&quot; vAlign=&quot;top&quot; /&gt;&lt;/Container&gt;&lt;Container containerID=&quot;testoDestra&quot;&gt;&lt;TableCellData width=&quot;50%&quot; height=&quot;100%&quot; colSpan=&quot;1&quot; vAlign=&quot;top&quot; /&gt;&lt;/Container&gt;&lt;/ContainersRow&gt;&lt;/PageLayout&gt;"/>
                </component-profile>
            </component>
        </components>
    <services/>
    </application>
    <%@ taglib uri="prt:taglib:TagLibSAPLayout" prefix="lyt" %>
    <%@ taglib uri="prt:taglib:TagLibSAPNavigation" prefix="nav" %>
    <%@ page import="com.sapportals.portal.pb.layout.taglib.variabledef.RunMode" %>
    <lyt:template>
    <link rel="stylesheet" href="com.sap.km.cm.docs/meli_documents/Meli_common/Meli_css/meli_template_css.css" type="text/css"></link>
    <table border=0 cellSpacing=0 cellPadding=0 width="100%" height="100%">
        <tbody>   
            <tr>
                <td class="sfondo-testi-interni-dx" vAlign=top width="50%">
                    testo di prova cella 1
                    <lyt:container id="top" wrappingMethod="none" />
                </td>
                <td class="sfondo-testi-interni-sx" vAlign=top width="50%">
                    testo di prova cella 2
                    <lyt:container id="top2" wrappingMethod="none" />
                </td>
            </tr>
        </tbody>
    </table>
    </lyt:template>
    regards

  • Retain multi-page layout when exporting to PDF

    I have created a multi-page layout, I want to export this to PDF but retain the multi-page view so the client can easily understand how it will look. Currently it exports to single pages rather than the nice 3 page spread I have created.

    Actually it seems it doesn't need to be created as facing pages, as long as you have the doc set not to shuffle and you've dragged the pages together into a single unit. Check the "Spreads" box in the export dialog.

  • Would like to do a custom layout page in creating an iphoto book is that possible. I would like to be able to change vertical and horizontal slots to fit my needs

    can I do a really custom layout on a page while creating an Iphot book .. changing my verical and horizontal choices .. what exactly is the custom choice for in page layout choices .. example 2, 3, 4, etc photos and at the bottom custom .

    Experiment with these keyboard commands:
    Move Photo/Text Box:
    "command" + Arrow Key
    "command" + "shift" + Arrow Key
    Change Photo/Text Box Height/Width:
    "command" + "option" + Arrow Key
    "command" + "option" + "shift" + Arrow Key
    Rotate Photo/Text Box:
    "command" + "control" + Up/Down Arrow Key
    "command" + "control" + "shift" + Up/Down Arrow Key
    Be sure to Preview a PDF before sending your order off.

  • Multi-page layout

    Friends please help me with this.
    The information I need for a single record runs to 2 pages, which means I have a multi-page layout. I have pulled the repeating frame to the second page and created some fields with-in the frame in the second page. When I run the report it gives me 'Object body is not fully enclosed by its enclosing object' error. Can someone help me set the property palette for the frame to print multiple pages.
    Thanks
    Joe.

    Hi Joe,
    It is quite difficult to help you set the properties without looking at the report layout, because this is a very generic error and can be caused by several types of mistakes in the report design. What I would suggest is - do not pull the repeating frame to the second page. If you want a page break after the previous frame / repeating frame, set the property "Page Break After" to yes.
    Navneet.

  • Transferring Custom Master-Page, Custom Page Layouts and Pages created to a new SharePoint Site.

    Hi All,
    I have a SharePoint 2013 Publishing Site for testing named 'Test'. In the Test I have created a Custom Master-Page and several Custom Page Layouts. Also using them I have created  several pages. Now they all are connected to the navigation. Now I want
    to transfer all the pages, custom master-page and custom page layouts to a new site (a publishing site) that will be used as production. Will I able to do this or not. Please advice me with best practices.
    Thanks and regards,
    Chiranthaka

    Hi Chiranthaka,
    thanks for posting your query, The master page can't be copied in designer and pasted into the new site collection. A better approach would be to bundle it into a feature and deploy it to the farm where it can't be activated and used.
    If you want to copy your master page to another site collection you can download your master page from the master page gallery and upload it to the the master page gallery of the second site collection. From the root site Site Actions > Site Settings
    > (Galleries)Master pages and page layouts
    If you want to deploy the same master page to multiple site collections using a feature, create a module in Visual Studio, add your custom master page to the module, and create an element manifest something like this:
    <Elements xmlns="http://schemas.microsoft.com/sharepoint/">
    <Module Name="Master Pages" List="116" Url="_catalogs/masterpage" RootWebOnly="TRUE">
    <File Path="Master Pages\MyCustom.master" Url="MyCustom.master" Type="GhostableInLibrary"></File>
    </Module>
    </Elements>
    The basic idea is to have your site-scoped feature include a module that copies your custom master page from the file system to the masterpage gallery. Since the feature folder is shared, the same master page gets copied to the site collection master page
    gallery whenever you activate the feature.
    I hope this is helpful to you, mark it as Helpful.
    If this works, Please mark it as Answered.
    Regards,
    Dharmendra Singh (MCPD-EA | MCTS)
    Blog : http://sharepoint-community.net/profile/DharmendraSingh

  • Custom Layout for Web Dynpro Proxy page

    Hey all
    I have a requirement to display 4-5 Web Dynpro for ABAP iViews on a page. 
    I have the option of using the standard PRT page to display these iViews for which I can create a custom layout using com.sap.portal.layouts.default.par and the simple JSP layout file in it.
    However, they should really be on a Web Dynpro Proxy page but custom layouts created using above component wont work. 
    In the document [Integrating Web Dynpro and SAP NetWeaver Portal|https://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/0c7b2f25-0c01-0010-f2a2-f8a65a9dcad9] it says -
    Within the SAP NetWeaver 04s release it is not possible to define application specific page layouts for Web Dynpro pages. Within the SAP NetWeaver 07 release this will be possible. Layouts for Web Dynpro page are implemented then as Web Dynpro components implementing a special ILayout Web Dynpro component interface.
    Has this been released as yet?
    Anyone find the APIs or workaround for this?
    Cheers

    I have the same question, but can't find any good solutions for this.
    For standard portal applications you can use com.sap.portal.design.layouts and modify layouts via JSP. But all webdynpro proxy pages are using their own layout.
    I'd like to change that layout too.
    Anyone?
    Cheers,
    Noel
    I am using NW 701

  • Creating an multi-page, variable diptych package?

    My goal is to be able to have a set of diptych/triptych templates that allow me to create and preview multiple layout configurations in a single custom package.
    I started by creating 4 user templates, 600x447px diptych, 600x447 triptych, 447x600 diptych, and 447x600 triptych.I quickly realized these templates aren't good for much more than a single page preview. I can swap photos by dragging from the preview thumbnails, but I can't seem to copy the template onto multiple pages to test different photo combinations and placements and compare all in the same package. Additionally, there doesn't seem to be a way to easily bounce between templates- by clicking on a different template all my work is reset.
    I thought I could avoid this issue, by creating another custom package at a specific size and create different layouts on each page. The only problem with that is, there also doesn't seem to be a way to duplicate a page, I would have to set up the individual cells for each new page, which is a bit awkward if I want to play around with many different photo combinations.
    Is there a better way to do this, or am I stuck just creating one template at a time, exporting and then comparing all my variations as jpegs?

    You don't say what OS you are using and which scripting language you are thinking of doing this in…
    This is a sample that may get you started done in JavaScript so it's platform independent with the exception of my 'mac style' file paths.
    If your on a PC it may just be a typo to set to C drive or whatever you call them things…
    If you are on the mac OS then it should just dump a load of PDF's on your desktop.
    You say about a multi-page PDF but don't think Illustrator can do this unless its been added with multi-artboards in CS4?
    Others would have to let you know that…
    #target illustrator
    var docRef = app.activeDocument;
    with (docRef) {
    var docName = baseName(name)
    var pdfOptions = new PDFSaveOptions();
    pdfOptions.pDFPreset = '[High Quality Print]';
    // Turn all layers off
    for (var i = 0; i < layers.length; i++) {
    layers[i].visible = false;
    // Turn each layer on
    for (var i = 0; i < layers.length; i++) {
    if (i == 0) {
    layers[i].visible = true;
    redraw();
    var layerName = layers[i].name;
    var saveAsPath = new File('~/Desktop/' + docName + '_' + layerName + '.pdf')
    saveAs(saveAsPath, pdfOptions);
    } else {
    layers[i-1].visible = false;
    layers[i].visible = true;
    redraw();
    var layerName = layers[i].name;
    var saveAsPath = new File('~/Desktop/' + docName + '_' + layerName + '.pdf')
    saveAs(saveAsPath, pdfOptions);
    //close(SaveOptions.DONOTSAVECHANGES);
    function baseName(fileName) {
    var nameString = '';
    var extOffset = fileName.lastIndexOf('.');
    if (extOffset == -1) {
    nameString = fileName;
    } else {
    nameString = fileName.substr(0, extOffset);
    return nameString;

  • Issue with creation of custom layouts using SAP Help Documentation

    Hi Experts,
    My requirement is to create a home custom page layout (using web dynpro) in Composite Environment. The default options available in CE are not useful for me. I set out to make a custom layout using the following this SAP Help Documentation: [          Creating a Web Dynpro Page Layout (SAP Library - Using the Portal as a Frontend)|https://cw.sdn.sap.com/cw/docs/DOC-102846]
    I have followed the instructions and followed all the steps, yet I fail to see the application in CE. The custom page layout is not displayed neither in options and is not available any where.
    Please let me know if anybody followed these steps and have got any success.
    Thanks in advance
    Srikant

    Hi
    Can somebody let me know if they have implemented a customised solution of creation of page layouts using Web Dynpro - as per the steps suggested by SAP.
    Thanks in advance
    Srikant

  • How do I create a placeholder image in a custom layout?

    I have a custom layout defined for a photo book, and I want to have a box on the layout where I can easily drag/drop a photo from Finder onto each page.
    On my layout, I created a shape and dropped an image into it. This results in the following tooltip on both the layout editor and on the pages using the layout:
    "This image is a placeholder. Drag a new media file here to replace it."
    And with that shape selected, if I go to Format, Advanced, the option "Define as Media Placeholder" *is* checked.
    But when I go to a page using this new layout and attempt to drag a JPEG file on top of the placeholder, a new photo is created on the page rather than replacing the placeholder. This means I have to go set the wrapping, size, placement, etc. of the photo with each page.
    What am I doing wrong?

    Good question. Just figured it out myself. I'm going to quote from http://www.davidebarranca.com/2012/04/ibooks-author-fullscreen-images/:
    In order to successfully transform a picture/movie within a master page into a placeholder you must select it, then 1) Format – Advanced – Define as Media Placeholder. 2) From the Inspector panel, select the Layout inspector and below Layout Object select the Editable on pages using this layout checkbox. If you forget this checkbox, the placeholder won’t work.

  • How to Design Multi Page Report in SSRS 2008

    Hi All,
    I have managed to create a multi page report. When I am preview mode i can see that the report has 2 pages.
    But when I am in design view I cannot view the second page. How can I view the second page. Reason being I am trying to create a template where the table for certain data needs to be at the top of the page and some data at the middle and so on.
    Thanks in advance.
    Aash.
    Aash

    Hi Aash2,
    According to your description, the behavior of cannot view the second page in design view is expected, in another way, there is only one page in design view.
    Report Designer supports two views: Design to define the report data and report layout, and
    Preview to display a rendered view of the report. If you would like to show a table on the first page, and show the other table on the second page, you can add a page break on the first table like followings:
    1. Click the gray handle in the first table, select “Tablix Properties”
    2. Click “Add a page break after” check box under Page break options in General Tab
    After do above, you can see the first table in the first page, and the other table in the second page.
    For more details about report designer, please see the following article,
    Working with Report Designer in Business Intelligence Development Studio:
    http://msdn.microsoft.com/en-us/library/cc281300(v=sql.110).aspx
    If you have any question, please feel free to ask.
    Thanks,
    Eileen

  • I'm in a multi-page document, how can i rearrange the pages or insert blank pages in front of pages? Also, is there a way to show the ruler both horizontally and vertically?

    I'm in a multi-page Pages document, how can i rearrange the pages or insert blank pages in front of pages? Also, is there a way to show the ruler both horizontally and vertically?

    Not on my document. I have a 7 page document open. The "flashing vertical bar" is at the top of page 3. I have the thumbnail view showing. I click page break and two blank pages are added to the end of my document. I have to scrool thru the pages to see that the 2 pages were added as they do not appear in the layout view... I'm not sure if it is inserting a "section" as it adds two blank pages.. But I am clicking on "INSERT PAGE BREAK".. So guess there are still a lot of bugs to fix..
    Thanks again

  • How to copy and paste a multi-page table of contents?

    Hi everyone.
    I have a large document with a Table Of Contents extending over two pages. I'd like to copy the entire TOC then paste it into a new Pages document.
    I have been able to copy the TOC however when I try to paste it into a new blank Word Processing pages document the following Error message appears: "The table of contents is empty because none of the paragraph styles selected in the Document Inspector are used in the document."
    I can paste it into a blank Page Layout pages document however it pastes it into a text box with only one page of the TOC in it.  Even if the new Page Layout document has two pages and I extend the text box over the two pages only one page of the TOC is copied into the new Page Layout document. At the moment the only work-around I can do is to take a screen shot of each individual page of the TOC and paste them individually into a new pages document. I have tried exporting the entire original document to a plain text file however all the formating is lost (obviously).  I have also tried exporting the entire original document to a Word document (.doc) however it won't let me copy the multi-page TOC and paste it into a new Word document. 
    Is there any way to successfully copy a multi-page table of contents to a new Pages document?

    VQM wrote:
    Thanks Peter.
    PeterBreis0807 wrote:
    The TOC is a hyperlinked text derived from the contents of the file it was generated in.
    You can try exporting the pages the TOC is on as rtf, text or pdf and transferring that, but I would question the value of a TOC for one document being in an entirely different document, which doesn't have what the TOC is pointing to.
    Have you tried copying the T.O.C. Section from the document Thumbnails and pasting into the document Thumbnails of the 2nd document?
    Peter
    How does one export individual pages from a Pages document?
    I've also tried to copy the TOC section from the document thumbnail however I can't figure out how to select multiple pages in the document thumbnails.  It only allows me to select one at a time. Furthermore, when I do select a single page from the thumbnail section and attempt to drag and drop it into the the thumbnail section of the second document it picks up the whole document and wont allow me to move it from the thumbnail section of the original document.
    Shift click to select multiple pages, and I did say Copy and Paste, not drag and drop.
    Peter

  • Adobe only prints first page of multi-page PDF documents.

    On a military network,  ever since users have been upgraded to Adobe Pro 9,  only the first page of their multi-page documents will print from a particular network printer.
    The OS is Windows XP.
    Adobe Pro version is 9.1.2
    Network printer is a Xerox Phaser 3500PS.
    Can print other non-PDF documents to the same printer with no problems.
    Can print the same PDF documents to other printers in the area and all pages go through.
    No error messages on printer and no error message prints out.
    I have had the users change their Font and Resource Policy to "Send for each page"
    I have reloaded the Xerox Phaser 3500PS drivers.
    I have had the users remove and remap the network printer.
    I have had them try to print just two pages
    I am unable to implement Adobe's Postscript Printer Driver as this is a military network and I cannot install unapproved software on the network printer server.
    Any constructive suggestions would be appreciated.

    Figured it out.
    Adobe Acrobat/Reader is apparently very picky about printer drivers.
    I had to have the users delete their mapped network printers from their Printers & Faxes window.
    Then I opened the registry and went to:
    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Print\Environments\Windows NT x86\Drivers\Version-3
    I deleted the drivers for the printer(s) the customer had mapped (e.g. Xerox 6360DN, .. etc.)
    I rebooted the computer
    I had the customer logon and remap their printer.
    That resolved the issue.

Maybe you are looking for

  • My Iphone 2g is not recognized by my computer

    My iphone 2g has been deactivated since I got a new iphone 3gs. I would like to give my old iphone to my niece, but it seems the old iphone is not even recognized by the computer as new hardware nor will it charge with my usb/wall charger combo. (Act

  • How do i get microsoft excel on my macbook pro?

    hi, on my ipad/iphone i have docstogo which i use for my microsoft excel work, but what do i need to use to do the microsoft excel work on my new macbook pro? please help! thanks xx

  • Withholding tax ignored in posting key 21

    DearAll:             I am facing problem. I am debiting vednor via t code F-02(note i must use this t code) by posting key 21 (credit memo) and credits outgoing bank. WHT information is well maintained in Vendor master data. I also tick flag calculat

  • Can't edit certain column [MySQL/phpMyAdmin]

    Hi there, I got a little problem with my new website. The thing is that I got web page that edits entries in my phpmyAdmin database. This works with the only exeption that I can not edit the column "uhrzeit", everything else works like a charm. ;-) h

  • System message problem

    Hi All I have created a form using screen painter I have done all the functionalities and validation. No problem, Every thing is clear. But When I close the form(that is while pressing the X symbol) A system message appears. Do you want to save the c