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;

Similar Messages

  • How do I create a multi-page doc / add blank pages in PSE 11?

    I am creating printable PDF files and up to yesterday I was using a free trial of PSE 10. To create a multi page document I first saved it as a PSE project file, then added blank pages, then when I was done I saved it as a PDF and voila - done!
    Now my trial has run out I have bought the paid version (which is now version 11) and I seem to have lost that option entirely. The product is useless to me without a way to create multi page PDFs - can anyone help?
    Alternatively can I downgrade back to PSE10 which was fine for me!
    Thanks

    Thanks - I just spent an hour online to support, they won't refund me until they can work out why it won't allow it in the new version?!! So they have shared my screen and taken my files to be worked on "at the next level" - there didn't seem to be an option to accept that this feature just wasn't available in the version 11, they kept trying to make it do it. Especially as they could open my multi page projects created in version 10 and add pages to them!
    Anyway, I would be open to using another free software MichelBParis, but I found it such a steep learning curve to figure out how to do it in PSE10, it would need to be simple. Do you have links to any you could recommend?

  • HP 2540 scanning to create a multi-page pdf (Mac OS X)

    My printer/scanner is: HP 2540  
    My OS is Mac OS X 10.10
    Need help with the following:
    How can I scan single pages (an old tax return) to create one multi-page PDF? I saw a reply on how to do it in Windows, but not using OS X. Any assistance would be appreciated as I need to get this done for legal reasons.
    This question was solved.
    View Solution.

    Hello @txrun ,
    Welcome to the HP forums.
    I understand that you would like to scan multiple pages into on PDF document.
    I would like to help.
    It really depends on how you are scanning.
    Are you using Apples Image Capture or HP Scan?
    If you are using HP Scan, it should be quite simple.
    Scan the first page.
    You should have a preview of the page on the left hand column of the window.
    You will also have a little plus sign found at the lower left hand corner of the window.
    Change the page on the scanner glass then click the little plus sign.
    If you are using the Apple Image Capture, you will have to change the format from JPEG to PDF.
    This will cause a little box to appear under it, that will say 'combine multiple pages into single file'
    Check this box and proceed to scan.
    Hope this helps you.
    Aardvark1
    I work on behalf of HP
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" on the right to say “Thanks” for helping!

  • When creating a multi page document, some of my thumbnails become linked and can't be separated for editing. What am I doing wrong and how do I correct this?

    When creating a multi page document, some of my thumbnails become linked and therefore impossible to rearrange. What am I doing wrong and how do I correct this?

    The pages in sections stick together because the text flows between the pages.
    Insert a section break to isolate pages between sections.
    Now this all works in Pages '09, unfortunately Pages 5 doesn't let you.
    Peter

  • Can I use Automator to create a multi-page PDF from a selection of images?

    Well can I? I have looked at Preview extensively but found no option to create a multi-page document from all open images. I can create single-page PDF's easily, but that's not what I want.
    Does it make a difference if they are TIFF, JPEG, etc?

    Take a look at
    PDFLab
    It will create a multi – page .pdf from a folder of .jpgs. I am ** guessing ** it will work with .tiffs.
    No Alibi.
     Back up what you can't afford to lose.   Mac OS X (10.4.10)  

  • HP 2540 scanning to create a multi-page pdf?

    I just purchased a 2540 all-in-one, and am trying to scan several pages of a document and create a multi-page pdf. After I scan a page, I am asked if I am done, or to save the document, or cancel. Although I have unchecked the box in advanced settings to create a separate document for each scanned page, I am thus far unable to figure out how to scan multiple pages and create a multi-page document.
    This question was solved.
    View Solution.

    Where is the additional pages button?

  • How to create a multi-page collapsible & CSS styleable table of contents box?

    How to create a multi-page collapsible & CSS styleabe table of contents box?
    Is there a tool available for Dreamweaver or for standalone operation that can create for multi-page articles a collapsible & CSS styleabe table of contents box based on the page titles?

    You could do this with jQuery.
    Table of Contents -
    http://www.downloadjavascripts.com/list/javasiteccc68/Details.aspx
    Collapsible Panels, Tables & Accordions -
    http://www.downloadjavascripts.com/Collapsible_And_Free_Accordion_Panels.aspx
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    www.alt-web.com/
    www.twitter.com/altweb
    www.alt-web.blogspot.com

  • Creating a multi-page fillable form using one file

    I have a single page fillable form that I need to make multipage using the original form.  In other words, I want the same form on many different pages.  When I combine the files, I get the message that form fields with the same name will be merged into one field.  The result is that all of the fields on the different pages will have the same information in the field.
    Is there a way to create a multi-page document without having to rename all of the form fields?

    Unfortunately, the only way I can thin
    k of is changing to Field1, Field2, Field3
    etc. (example for the first field) for each successive page.
    Extra line breaks kindly provided by the non updated software of this site.

  • When I create a multi-page file, links don't work.

    When I create a multi-page file, links don't work.  Whether I use "preview all pages in browser" or export "html and images", the cursor changes to a hand over the links, but the links don't react to the mouse click.  Also, when I export a multi-page file, I get as a result a listing of .gif files instead of .html files.

    Make sure you select the Images & HTML export option

  • How can you create a multi-page pdf document in photoshop elements 13?

    I previously had pse 11 and was able to create multi-page documents as pse files. However, pse 13 does not allow. How can I create multi-page pdf files from pse 13?

    Alas, for one of those mysterious adobe reasons, it's gone in recent versions. Only multipage file you can make is a photobook.

  • How to create a multi-page view PDF from Ai save file.

    Dear all.....
    Good day!
    I wish that some one can help (answer) me on the save file from ai to PDF as multi-page view.
    I have log in the adobe follow the instraction, but, still can't fine the way to select from the <save type> as multi page,
    * Selact the "Create Multi page PDF" is the something when's wrong?
    my purpose is to view it in Adobe Reader as scrolling Multi page1 page2 and page3.....
    Please help......
    Best Regards
    David Chan

    You are in the wrong forum. Adobe Reader can't create PDF documents. Try the forum for Ai.

  • Is the PSD created from Multi-page PDF to PSD different from one created using File- Open?

    My printer is telling me that a PSD created using the Automate->Multi-page PDF to PSD is different from one created by using File->Open. Does anyone know if this is true? If so, why?

    CMD I on the .ai file
    Change open with to AICS6
    Click Change All

  • Create a multi-page PDF with turnable pages. How to?

    Hello,
    My question is: I have several pages and I want to put all these pages into 1 PDF. Now I sometimes see a PDF which has a animation. It looks like you can actually turn a page. I did some research and the only thing I found was that you can create such an effect by exporting your PDF as a flash-movie. But the problem is (I think) that people with an Iphone or an Ipad can't play flash-movies so they can't see that pdf. Is there some other option to create such a 'page-turn' effect without using the Flash-export?

    Nope, that's a Flash-only effect. Sometimes people try to embed a SWF (Flash file) into a PDF, but that only plays like it's a movie, and doesn't work well.
    I think you should give up on the idea if you want to use PDF as the distribution method.

  • Can I use Spry Tabbed Panels to create a multi page form?

    I'm trying to setup a multi page form and have been unsuccessful using PHP Sessions.
    Would it be possible to use the Spry Tabbed  Panels in DW CS3 and divide the different sections of the form in the  panels?  My thought is to have the Form Element around the main Tab  Div and the submit button at the end of the form.  Would this work?
    If so, is there a way to have a "Next" button that will activate  the next Tab so that the user can easily tab through each form field and easily go to the next tab to help with usability?

    Beth, thank you!  I was able to get the tabs to advance using your suggested
             on the right: "Next Panel"  
    <a href="#" onclick="TabbedPanels1.showPanel(2); return false;">Next Panel</a>
    In order to make it more graphical, I added a Next Button as suggested in the "Open Tabs Programatically" info at http://labs.adobe.com/technologies/spry/articles/tabbed_panel/index.html
    <button onclick="TabbedPanels1.showPanel(0)" >open first  panel</button>
    <button onclick="TabbedPanels1.showPanel('tabID')">open   panel</button>
    <script type="text/javascript">
    var TabbedPanels1 = new Spry.Widget.TabbedPanels("TabbedPanels1");
    </script>
    When I add the above code, when I clicked on the Next Button, it would submit the form.  After looking at the Text Code, I noticed the Button Code did not have the ;return false; in the code so once I added that, the buttons now work as I want them to.
    Take a look at http://www.soleproductions.com/oakley/tabform.php
    Now that I have the basic setup, I can begin to setup the actual Online Application.
    Thanks again for everyone's help.  I guess I was looking for the WISIWIG way to do it since I'm not very good at hand coding.

  • How to create a multi-page PDF from a password protected website?

    Is there an automated way to create a PDF containing multiple levels of pages from a website that requires login with username & password? I've tried the 'Create PDF from web page' function but get an authentication error every time. Even tried adding the username & password to the URL (http://username:[email protected]...), to no avail. I really don't want to PDF each page individually and then manually merge them into one PDF. Any ideas?
    I'm using Acrobat Pro X on Windows 7.

    Unless Adobe changed something recently in the way this function of Acrobat
    works, it's not possible.

Maybe you are looking for

  • Solution Lifecycle Management happiness checks

    Dear All,   I am configuring the MOPZ by following the how to guide "how_to_MOPZ_SPS22_FINAL.pdf", and stucked on the section 4.4;   Does anyone pass the happiness checks of the solution lifecycle management in the following link? https://your_soluti

  • IPod classic digital out?

    The next generation of Kenwood car stereos features a "1-Wire" digital connection for the Classic: http://www.kenwood-electronics.co.uk/products/car/cd_receivers/KDC-W5541U/detail s/ The description on the German Kenwood website even says: "The (audi

  • ASA 5525X with 9.1(2) IOS version Memory grow issue

    Hi, So, finnaly i have installed two 5525X firewals in A/S failover. working fine, CPU is ok. memory behave very strange. it is growing day by day. i have a week already firewalls installed and the memory grew from 20 % to 51 % CPU is arrounf 20- 30

  • Unable to use jsp:useBean tag

    when I use <jsp:useBean id="addressBean" class="AddressBean" scope="session"/> I get the following error Exception Details: org.apache.jasper.JasperException Unable to compile class for JSP No Java compiler was found to compile the generated source f

  • I have random excel files on my desktop that cannot be deleted. What are these and how can I trash them?

    I have random excel files on my desktop that cannot be deleted. What are these and how can I trash them?