|
|
|
General
|
|
You first have to send your documents to the Production server from PlanetPress Design. Then, once you're satisfied your workflows are correct on your development server, you use the Send Configuration | Send Remote option in PlanetPress Workflow's
|
|
PlanetPress Design
|
|
venatic, It is because there is a comma in the number. You may also want to convert your 77.48 into a currency by placing it into a global variable. Here's a code that will help you transform a string into a currency whether there is a space or a co
|
|
PlanetPress Design
|
|
I am currently using this condition to compare if my total is greater than or equal to 77.48: =strtofloat(@(85,90,103))>=77.48 But it only works when the number it compare against is less than 1,000.00 Once it see the comma it stops working. Exa
|
|
PlanetPress Imaging
|
|
Thanks Evelyne. I have what I need to accomplish the task. Chris
|
|
General
|
|
Hi, How do we correctly deploy PP workflows from a development environment to a production server? Thanks
|
|
PlanetPress Workflow
|
|
Thanks Philippe!
|
|
PlanetPress Design
|
|
thank you for the help, I wasn't aware coding can be added to a design text box. I will see how this works, I was hoping it would be a bit more like HTML to make the next line.
|
|
PlanetPress Workflow
|
|
It all depends on how you record the information about your documents. Assuming you create a file similar to this: 001=90 002=26 003=18 007=4 011=6 where the first column is the number of pages in each document, and the second column (after the "=
|
|
PlanetPress Workflow
|
|
The On Error tab only allows you to select from processes whose initial Input task is an Input Error Bin task.
|
|
PlanetPress Workflow
|
|
Hi, I have set up a process to report errors. I have a digital action in a different process that "on error" I would like to send to the reporting process. My problem is that when I check the box in the "on error" tab, then select
|
|
PlanetPress Workflow
|
|
We have been experimenting with PDF/VT for a while now and I can officially state that we will be supporting PDF/VT in our next release major release. However, I can't say yet when that release will occur. And to answer Walli's query, yes, PDF/VT wi
|
|
PlanetPress Design
|
|
jordanconard, You can add this line after your "shows": setimageindex('MyIndex', 'INVOICE') This will create an index with a name and value that you want. An alternative that doesn't require PressTalk code would be to create three data
|
|
PlanetPress Workflow
|
|
I have a set of documents where the datapages per document changes. My billing department has asked to receive a breakdown of quantity for each. For instance 90 1-page documents, 26 2-Page documents, 18 3-Page documents, etc... I have a branch that
|
|
PlanetPress Workflow
|
|
Thanks for your help! This worked like a charm. Always excellent support from OL!
|
|
PlanetPress Design
|
|
I am creating a form and I need the ability to look for a line of text in a location and then respond with a string based on the text, but then make it available as index data using Image. The script looks like this currently: If(trim(@(2,13,14))
|
|
PlanetPress Design
|
|
Hi Raphaël I've tried so many code variations today maybe some of them just hadn't caught up with my changes. That said I can still reproduce this when I try and put a spy on &WebLinkArray[&a] when I hard code that to &WebLinkArray[0] &
|
|
PlanetPress Workflow
|
|
Raphael: Thanks for the reply. I know that this is the easiest way for me. With having 40 different documents (data) going to 8 printers depending who is logged in, I thought there might be a simple way of doing this. I will check with ID department
|
|
PlanetPress Workflow
|
|
It does, it supports the VT1 format of PDF/VT, though the VT2 remains unsupported. VT1 is what the devs are researching for PlanetPress. There are no plans for VT2, however, due to problems with it's use of external resources. Regards, Raphaël Lalo
|
|
PlanetPress Workflow
|
|
Thanks Raphael, I think PrintShop Mail supports PDF/VT Thanks
|
|
PlanetPress Workflow
|
|
Walli, Research is being done by our developpers on the PDF/VT format, though at this time, there is no time frame as to when it will be implemented, if they implement it at all. Quote: Will PDF/VT make printing life easier and more productive?
|
|
PlanetPress Design
|
|
Raphael is definitely on the right track: defining the length of an array based on the content of another variable is something we added only in recent versions of the application. I believe the precise version when we added the feature was 7.4.0.
|
|
PlanetPress Design
|
|
Kap, Your code appears to work fine for me, actually. I've tested with a simple xml file, and I can preview and compile the form just fine. What version of the software are you using? I've tested this under 7.5.1, and it works fine. Regards, Rapha
|
|
PlanetPress Workflow
|
|
Here is what I found: PDF/VT is an international standard (ISO 16612-2), a file format designed for the exchange and production of Variable Data Print (VDP) jobs. PDF/VT satisfies the requirements of job portability, page independence and device neu
|
|
PlanetPress Workflow
|
|
Hi, I know PDF/A and PDF/X are standards that are specialized versions of the PDF document format for specific usage, specifically long-term archival and graphic art printing, but I don't know about PDF/VT. I think Adobe has introduced PDF/VT lately,
|
|
PlanetPress Design
|
|
Hi I'm having problems adding items to my array using a loop. I thought this should be easy but I keep getting an "index out of range in an array" error. I've got an XML with the weblinks so I first count the number of nodes in the XML to
|