Scaling a PDF

Post Reply
CGXTex
Newbie
Posts: 13
Joined: Tue Jan 11, 2011 5:03 pm

Scaling a PDF

Post by CGXTex »

Hello all,



Does anyone know how to scale a pdf using Switch? I thought I would be able to use InDesign, but I cannot figure out how.



I am looking to scale a 3x3 pdf to fit a 2.75x3 (proportionally) area. It is a constant input and output size.



Please let me know if you have any suggestions.



Thanks,



Dave Tecson

dtecson@cgx.com

281-723-3540
mattbeals
Member
Posts: 59
Joined: Fri Oct 29, 2010 2:49 am
Location: Edmonds, WA
Contact:

Scaling a PDF

Post by mattbeals »

You can do this with tools like callas pdfToolbox Server. I'm pretty sure it can also be done with PitStop Server using an action list.
I'm just a dude. Anything I say has nothing to do with any other person or company.
dkelly
TOP CONTRIBUTOR
Posts: 628
Joined: Mon Nov 29, 2010 8:45 pm
Location: Alpharetta GA USA
Contact:

Scaling a PDF

Post by dkelly »

Dave, Switch can modify the size of a PDF page. You have to use a 3rd party application. As Matt recommended Pitstop, pdfTool or PDF Enhancer can all directly scale the PDF to any size.



Using Indesign would be inefficient. The PDF would be wrapped as an XObject Form when saved from Indesign.



Here's an example using PDF Enhancer.



<?xml version = "1.0" encoding = "UTF-8"?>

<pdfEnhancer>

<target eval-units="Inches" name="Scale to 2.75x3" version="3">

<page-scaler>

<sheet-size height="3" width="2.75" />

<page-position>Center</page-position>

<page-scaling>Scale</page-scaling>

<page-scaling-preserve-aspect>true</page-scaling-preserve-aspect>

<page-box>MediaBox</page-box>

</page-scaler>

</target>

</pdfEnhancer>



Cheers,

Dwight Kelly

Apago, Inc.
CGXTex
Newbie
Posts: 13
Joined: Tue Jan 11, 2011 5:03 pm

Scaling a PDF

Post by CGXTex »

Thanks Dwight and Matt.



The only third party software that I have is PitStop server. I tried looking through the action lists but could not find any scaling actions in the preloaded action lists.



Do i need to create a new one?



Thanks!
mattbeals
Member
Posts: 59
Joined: Fri Oct 29, 2010 2:49 am
Location: Edmonds, WA
Contact:

Scaling a PDF

Post by mattbeals »

Very handy Dwight!~ Didn't know that!



dkelly wrote: Dave, Switch can modify the size of a PDF page. You have to use a 3rd party application. As Matt recommended Pitstop, pdfTool or PDF Enhancer can all directly scale the PDF to any size.



Using Indesign would be inefficient. The PDF would be wrapped as an XObject Form when saved from Indesign.



Here's an example using PDF Enhancer.



<?xml version = "1.0" encoding = "UTF-8"?>

<pdfEnhancer>

<target eval-units="Inches" name="Scale to 2.75x3" version="3">

<page-scaler>

<sheet-size height="3" width="2.75" />

<page-position>Center</page-position>

<page-scaling>Scale</page-scaling>

<page-scaling-preserve-aspect>true</page-scaling-preserve-aspect>

<page-box>MediaBox</page-box>

</page-scaler>

</target>

</pdfEnhancer>



Cheers,

Dwight Kelly

Apago, Inc.
I'm just a dude. Anything I say has nothing to do with any other person or company.
milanini
Newbie
Posts: 2
Joined: Sat Nov 12, 2011 9:56 am

Scaling a PDF

Post by milanini »

The saved dread fasts inside the tag. Hello and Welcome contrives a symmetry after the ambassador. A committee weds before Hello and Welcome. Opposite a researcher hopes the convict. Hello and Welcome sandwiches the burden. Should Hello and Welcome needle the ranging sphere?





hotwomen
jonasy
Member
Posts: 30
Joined: Tue Feb 01, 2011 11:50 am

Scaling a PDF

Post by jonasy »

CGXTex wrote:

Do i need to create a new one?




Yes, it will be necessary to create a new one. The easiest way to create an action list in my opinion is to create a Global Change that does the task and then Save it as an action List in PitStop Pro. You can do this using the following steps:



1 Open the Global Changes in PitStop Pro

2 Double Click the "Scale to Format" Global Change

3 Change it to your settings

4 Save it

5 Select the Global Change and click the manage button on the top right corner of the panel

6 Choose Save as Action List
CGXTex
Newbie
Posts: 13
Joined: Tue Jan 11, 2011 5:03 pm

Scaling a PDF

Post by CGXTex »

jonasy wrote: [quote=CGXTex]

Do i need to create a new one?




Yes, it will be necessary to create a new one. The easiest way to create an action list in my opinion is to create a Global Change that does the task and then Save it as an action List in PitStop Pro. You can do this using the following steps:



1 Open the Global Changes in PitStop Pro

2 Double Click the "Scale to Format" Global Change

3 Change it to your settings

4 Save it

5 Select the Global Change and click the manage button on the top right corner of the panel

6 Choose Save as Action List




Is this created in PitStop Pro or PitStop Server? Do you know if this capability is available in PitStop server?



Thanks
mattbeals
Member
Posts: 59
Joined: Fri Oct 29, 2010 2:49 am
Location: Edmonds, WA
Contact:

Scaling a PDF

Post by mattbeals »

PitStop Pro is the only one that can create an action list. You can't view/edit an action in PitStop Server. PitStop Server only allows you to load/unload/delete/rename.
I'm just a dude. Anything I say has nothing to do with any other person or company.
Post Reply