#47749 - 05/06/14 07:03 PM
Unable to convert N-Up object to PressTalk?
|
OL Guru
Registered: 08/29/08
Posts: 114
Loc: UK
|
I am using 7.5.3 and while messing about with a potential project, I tried to convert an N-Up object to PressTalk.... nothing happens. I'm sure I've known this to work in the past so I wonder if it's a bug or I'm missing something obvious?
For background, the project is supposed to output a duplex A3 sheet which will be folded into an A4 leaflet. Each A4 side may have an A4 page or 2 A5 pages (depending on the instructions in the data).
i was hoping to use a library of virtual pages and then hack some N-Up objects around so I can dynamically call the correct virtual pages wherever they are required on the physical sheet.
|
Top
|
|
|
|
#47766 - 05/07/14 12:02 PM
Re: Unable to convert N-Up object to PressTalk?
[Re: Dal]
|
OL Guru
Registered: 08/29/08
Posts: 114
Loc: UK
|
The problem is that the data dictates what 'form' to display on which A4 placeholder. Also sometimes instead of an A4 sheet, I need to display 2 A5 forms (again specified in the data). For one document, a specified A5 form could be at the top of page 2 and for another, it could be at the bottom of page 4 (as an example)
So I have 2 issues: 1. How many N-up objects I require on each page of my leaflet. 2. Which virtual page to use in which n-up object.
Unfortunately the setting where you specify which virtual page to use for an n-up object is not dynamic.
My plan was to convert some n-up objects into press talk so I could better understand how I could roll my own routines to generate n-up objects with the right position, dimensions and virtual page calls.
I was sure I've see n-up objects being converted to press talk before. I guess if all else fails, I could create a very simple design and save the whole thing to PTK so I could trawl through and find what I'm looking for...
Edited by Dal (05/07/14 12:02 PM)
|
Top
|
|
|
|
#47773 - 05/07/14 01:53 PM
Re: Unable to convert N-Up object to PressTalk?
[Re: Dal]
|
OL Guru
Registered: 08/29/08
Posts: 114
Loc: UK
|
Ok will email you some stuff over. Would be nice to have another opinion.
|
Top
|
|
|
|
#47774 - 05/07/14 01:54 PM
Re: Unable to convert N-Up object to PressTalk?
[Re: Dal]
|
OL Guru
Registered: 08/29/08
Posts: 114
Loc: UK
|
I still think there's a bug in Design though. I should be able to convert any object into PressTalk IMHO.
|
Top
|
|
|
|
#47806 - 05/08/14 11:40 AM
Re: Unable to convert N-Up object to PressTalk?
[Re: Dal]
|
OL Guru
Registered: 08/29/08
Posts: 114
Loc: UK
|
If only the virtual page selector accepted a dynamic value... That's really all that's missing for my case
|
Top
|
|
|
|
#47827 - 05/08/14 05:44 PM
Re: Unable to convert N-Up object to PressTalk?
[Re: Dal]
|
OL Guru
Registered: 08/29/08
Posts: 114
Loc: UK
|
This was kinda where I was heading but I've not found much information about how I could code my own n-up object in PressTalk and I didn't see anything 'obvious' in the PressTalk functions when I look in the editor.
This was my reason for trying to convert an n-up object to press talk, so I could fully understand how to roll my own...
I think I'm back where I started - hehehe!
So, let's ask it another way, is there any good examples of how I can code my own n-up object in PressTalk so I can display arbitrary virtual pages based on my data?
|
Top
|
|
|
|
#47828 - 05/08/14 06:33 PM
Re: Unable to convert N-Up object to PressTalk?
[Re: Dal]
|
OL Expert
Registered: 04/19/10
Posts: 316
Loc: London, UK
|
Yes - technically (in a rather sophisticated function) you could create pages by coords and dump them out as you need them using the geometric functions in PP like: doform() showpage() clearpage() moveto() translate() beginparagraph() Sorry if you're going round in circles but it is not a standard thing you're asking. Saying that, I have never taken a PP job I couldn't solve so feel free to purchase some inter-consultant consultancy
|
Top
|
|
|
|
#47830 - 05/09/14 03:16 AM
Re: Unable to convert N-Up object to PressTalk?
[Re: Dal]
|
OL Guru
Registered: 08/29/08
Posts: 114
Loc: UK
|
Ok I get that. Looks like the run page approach is the way forward. Thanks for your offer, but I'm fine from here now.
|
Top
|
|
|
|
|
|