TechWhirl (TECHWR-L) is a resource for technical writing and technical communications professionals of all experience levels and in all industries to share their experiences and acquire information.
For two decades, technical communicators have turned to TechWhirl to ask and answer questions about the always-changing world of technical communications, such as tools, skills, career paths, methodologies, and emerging industries. The TechWhirl Archives and magazine, created for, by and about technical writers, offer a wealth of knowledge to everyone with an interest in any aspect of technical communications.
After skimming the other answers, I don't think this has been covered. In
your installation directory of Acrobat (in my case, Acrobat 5.0), navigate
to the following folder: C:\Program Files\Adobe\Acrobat 5.0\Distillr\Xtras.
In that directory, there's a PS file called RUNFILEX.PS. This actually
combines PostScript files, not exactly what you wanted, but this might be a
sound alternative. I've included the contents of this file below. Hope that
helps. Thanks. DB.
%!
% PostScript program for distilling and combining multiple PostScript files.
% When embedding font subsets, it is highly recommended you use this
technique
% to distill multiple PS files so only one font subset is used for each
font.
/prun { /mysave save def % Performs a save before running the PS file
dup = flush % Shows name of PS file being run
RunFile % Calls built in Distiller procedure
clear cleardictstack % Cleans up after PS file
mysave restore % Restores save level
} def
% INSTRUCTIONS
%
% 1. Locate all PostScript files to be distilled.
%
% 2. Make a copy of this file and give it the name you want to have as the
prefix
% for the resulting file. For example, you could name this file
MyBook.ps.
%
% 3. Include a line for each PostScript file to be run using the pathname
syntax
% appropriate for the platform running Acrobat Distiller.
%
% Macintosh pathname syntax: (Macintosh HD:Folder:File.ps) prun
% Windows pathname syntax: (c:/mydir/file.ps) prun
% UNIX pathname syntax: (./mydir/File.ps) prun
%
% Note: The syntax for Windows may look strange, but double escaping
the
% backslash character is required when using filenameforall.
%
% 4. Distill the file on the machine running Acrobat Distiller.
> -----Original Message-----
> From: Jeremiah Gardner [mailto:Jeremiah -dot- Gardner -at- schwans -dot- com]
> Sent: 26 November 2001 22:28
> To: TECHWR-L
> Subject: merging pdf's
>
>
> Hi all.
>
> I have six Word documents that I would like to convert to
> .pdf. Easy enough. But I would like to then combine those six
> .pdf's into one .pdf. Is that possible? If so, please do
> tell. If not, I'd love to hear other alternatives. I checked
> the archives and came up empty.
>
> I'd appreciate direct responses because I'm on a tight
> deadline and on digest.
>
> Thanks very much!
>
> Jeremiah Gardner
Collect Royalties, Not Rejection Letters! Tell us your rejection story when you
submit your manuscript to iUniverse Nov. 6 -Dec. 15 and get five free copies of
your book. What are you waiting for? http://www.iuniverse.com/media/techwr
Your monthly sponsorship message here reaches more than
5000 technical writers, providing 2,500,000+ monthly impressions.
Contact Eric (ejray -at- raycomm -dot- com) for details and availability.
---
You are currently subscribed to techwr-l as: archive -at- raycomm -dot- com
To unsubscribe send a blank email to leave-techwr-l-obscured -at- lists -dot- raycomm -dot- com
Send administrative questions to ejray -at- raycomm -dot- com -dot- Visit http://www.raycomm.com/techwhirl/ for more resources and info.