Search found 39 matches

by vernonvd
Thu Jun 06, 2019 10:49 am
Forum: Imposition
Topic: Paste trim size after imposition of the size of orginal card
Replies: 3
Views: 13181

Re: Paste trim size after imposition of the size of orginal card

what i do is after quite hot impo is done run a action list "set trimbox to trim marks" then you can ad the text outside the trimbox.
by vernonvd
Tue Nov 20, 2018 9:26 am
Forum: Flows
Topic: web hooks? MS Teams
Replies: 4
Views: 8322

Re: web hooks? MS Teams

we use MS teams via Switch. i was able to achieve this without scripting and it works quite well. i use the make json App

sample post:
by vernonvd
Thu Nov 15, 2018 10:21 am
Forum: PitStop Server
Topic: Running action every second page
Replies: 3
Views: 5898

Re: Running action every second page

you can use Select pages, then use the option select all pages. you will see the tick box for eve and odd pages.
by vernonvd
Tue Oct 23, 2018 4:12 pm
Forum: Flows
Topic: Switch Calculation Expression 'Greater than'
Replies: 2
Views: 4374

Re: Switch Calculation Expression 'Greater than'

Hi Padawan

Now why didn't i think about that ;)

Thanks!
by vernonvd
Tue Oct 23, 2018 10:55 am
Forum: Flows
Topic: Switch Calculation Expression 'Greater than'
Replies: 2
Views: 4374

Switch Calculation Expression 'Greater than'

Hi not sure if this is possible without scripting. i want to do a Switch Calculation expression within the Pitstop variable set editor in switch. i want to see if the trimbox height is greater than the trimbox width, exactly the same you would do on a outgoing connection with a condition with variab...
by vernonvd
Wed Aug 29, 2018 9:23 am
Forum: Action Lists
Topic: Move Object
Replies: 1
Views: 4977

Re: Move Object

Found it! ‘Change position’ is what I was looking for. :D
by vernonvd
Tue Aug 28, 2018 4:06 pm
Forum: Action Lists
Topic: Move Object
Replies: 1
Views: 4977

Move Object

sure I am missing something… :o I want to create an action list to select an object and then move the selected object up a couple of mm, but I don’t see any move object feature in the action list editor to do just that. The only Move objects I can find is ‘ Move objects to corner , Move objects out ...
by vernonvd
Tue Aug 14, 2018 7:27 am
Forum: PitStop Pro
Topic: Delete even or uneven pages in PDF with Pitstop Pro
Replies: 5
Views: 7867

Re: Delete even or uneven pages in PDF with Pitstop Pro

macfan55

i am not sure if the solution will work in PitStop 12 though.
by vernonvd
Mon Aug 13, 2018 4:35 pm
Forum: PitStop Pro
Topic: Delete even or uneven pages in PDF with Pitstop Pro
Replies: 5
Views: 7867

Re: Delete even or uneven pages in PDF with Pitstop Pro

you can create an Action list

Select page range (range 1-) and choose even or Odd then Remove pages
by vernonvd
Mon Aug 13, 2018 1:41 pm
Forum: LEGACY scripting
Topic: Auto number a list from metadata
Replies: 3
Views: 8406

Re: Auto number a list from metadata :Solution

The use of <ol></ol> html tag does the trick ;) what the Switch variable in the HTML mail looks like: <ol><li>[Metadata.TextIndexed:Path="//info",Dataset="Mail",Model="XML",Separator="</li><li>"]</li></ol> the result:
by vernonvd
Thu Aug 09, 2018 9:54 am
Forum: LEGACY scripting
Topic: Auto number a list from metadata
Replies: 3
Views: 8406

Re: Auto number a list from metadata

Can you give us a little more information? It appears that the incoming job has an XML attached as metadata. You locating the individual items by splitting on "<BR>" element. What element are you using the variable? In a script or Condition with variables? Hi dkelly Ok, so my plan is to m...
by vernonvd
Wed Aug 08, 2018 2:31 pm
Forum: LEGACY scripting
Topic: Auto number a list from metadata
Replies: 3
Views: 8406

Auto number a list from metadata

this is what i get form my metadata log. Switch varibale ' [Metadata.TextIndexed:Path="//info",Dataset="Mail",Model="XML",Separator="<br>"] ' this gives me a list which is very cool ;) 46278 Folder with pocket WR129238E 46279 Business Cards - 25 sets of 250 ea...
by vernonvd
Wed Aug 08, 2018 12:32 pm
Forum: LEGACY scripting
Topic: XML to XML XSLT Transform
Replies: 1
Views: 3629

Re: XML to XML XSLT Transform

Ok, with the help of google and a lot of testing i managed to get a working XSLT for this. :D <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> <xsl:output indent="yes"/> <xsl:strip-space elements="*"/> <xsl:template match="@...
by vernonvd
Thu Aug 02, 2018 2:32 pm
Forum: LEGACY scripting
Topic: XML to XML XSLT Transform
Replies: 1
Views: 3629

XML to XML XSLT Transform

XSLT help please i want to combine the element in to one line. original xml <?xml version="1.0" encoding="UTF-8"?> <Log> <SQLStatementValue> <Row> <Column Name="SOID" DataType="INTEGER">123</Column> <Column Name="REFERENCE" DataType="BINARY"...