Hi ,
The customer send me a business cards in PDF format, and it is 2x7 up, which the left side is the front cover and the right side is the back cover of the business card.
I need to split them and and get them in the following format
Page1 : front cover of the customer 1
page2 : back cover of the customer 1
page3 : front cover of the customer 2
page4 : back cover of the customer 2
...
How can I get this by enfocus pitstop and enfocus switch? If both of them could not do this, which tool can i use to integrate with enfocus switch?
How to split the pdf page into business cards
How to split the pdf page into business cards
Have a look to callas, the server edition has its own configurators in Switch. Search the Impose topic on their site.
- andrea mahoney
- Newbie
- Posts: 19
- Joined: Tue Jan 25, 2011 8:53 pm
How to split the pdf page into business cards
To automate this you can create a Switch variable dataset in Pitstop Server with the coordinates of each card in the layout.
Make 14 copies of your PDF using Switch and rename them so you can pickup the coordinates in Pitstop using the variable data set. (Card 1 Front, Card 1 back)
Set the trim/bleed box for each card based on the name you gave it using the Switch variables in the Pitstop Server dataset to crop each card.
Make 14 copies of your PDF using Switch and rename them so you can pickup the coordinates in Pitstop using the variable data set. (Card 1 Front, Card 1 back)
Set the trim/bleed box for each card based on the name you gave it using the Switch variables in the Pitstop Server dataset to crop each card.
How to split the pdf page into business cards
What you are doing is in fact de-impose the file.
You can do that in PitStop with a Global Action called "Split pages in half". Open the PDF in Acrobat and try that Global Action on the file in question. You will have to run it multiple times to separate all the individual cards. When you get the sequence right, export the different Global Actions as individual Action Lists and add them to PitStop Server in Switch in the correct order.
The input will be a PDF file with 1 page and the result a PDF file with 14 pages.
Freddy
You can do that in PitStop with a Global Action called "Split pages in half". Open the PDF in Acrobat and try that Global Action on the file in question. You will have to run it multiple times to separate all the individual cards. When you get the sequence right, export the different Global Actions as individual Action Lists and add them to PitStop Server in Switch in the correct order.
The input will be a PDF file with 1 page and the result a PDF file with 14 pages.
Freddy
Re: How to split the pdf page into business cards
Thanks for all you who help me.