PDF-Basics is a service provided by PDFzone.com | http://www.pdfzone.com/ __________________________________________________________________
Hi Gerald...
If you are familiar with running a Javascript from witnin Acrobat try this out:
// Create a new folder called "SPLIT" on your local hard drive
//Move the file you want to split into that folder
// Exchange "FILENAME" (2 occurances) below to the same name as your working file -- WITHOUT ".pdf"
// Exchange "MyHardDrive" below to your local drive name (exactly)
var re = /.*\/|\.pdf$/ig;
var FILENAME = this.path.replace(re,"");
try {
for (var i = 0; i < this.numPages; i++)
this.extractPages(
{
nStart: i,
cPath: "/MyHardDrive:SPLIT/"+(i+1)+"_" +FILENAME+".pdf"
});
} catch (e) {
console.println("Aborted: "+e)
}
app.alert(i+" pages are splitted! Congratulations!!!");
Gerald B�ck wrote:
PDF-Basics is a service provided by PDFzone.com | http://www.pdfzone.com/ __________________________________________________________________
I want to automatically split one PDF File. I know it's possible to do it manually with Acrobat 5, but I really to split a huge amount of documents. Is the any trick or any other software, that You couls recommend?
thx, Gerald.
-- Lennart T�rnquist Network & PrePress Manager
G2 Grafiska AB Kroksl�tts Torg 4 SE 431 37 M�LNDAL, SWEDEN
Phone: Direct +46 31 27 50 45 Op: +46 31 277 100 Fax: +46 31 277 118 www.g2grafiska.se
"No matter how much you know today, you'll have to know more tomorrow..."
***************************************************************************************************************************************************
The information in this email is confidential and may be legally privileged. It is intended solely for the addressee. Access to this email by anyone else is unauthorised. If you are not the intended recipient, any disclosure, copying, distribution or any action taken or omitted to be taken in reliance on it, is prohibited and unlawful!
If you have received this message in error, please destroy and delete the message from your computer.
***************************************************************************************************************************************************
To change your subscription: http://www.pdfzone.com/discussions/lists-pdfbasics.html
