When you open an Acrobat file, it is usually possible to see what
application and platform created the PostScript from which the PDF was made.
With the file open, File>Document Properties>Summary will "rat on you" and
tell the Quarkians that you used Publisher.
If you don't mind a very minor hack, you could turn the tables on them and
have your PDF tell them it was made with Good Ol' Quart!
First you'll need an ascii text editor. Notepad would do but notepad can't
handle large files. I recommend Textpad (
http://www.textpad.com/) but there
are others. Do Not use a word processor, not even in text mode. It will
REALLY screw it up.
then using Textpad, open the Postscript file you made. You'll see something
like this:
%!PS-Adobe-3.0
%%Title: downloadlibrary.usa.cano.pdf
%%Creator: PScript5.dll Version 5.2
%%CreationDate: 4/14/2004 17:20:12
%%For: Administrator
%%BoundingBox: (atend)
Change the text after "%%Creator: " (there's a space in there!) to
"QuarkXpress 7.0 Alpha 0.755" like this:
%!PS-Adobe-3.0
%%Title: downloadlibrary.usa.cano.pdf
%%Creator: QuarkXpress 7.0 Alpha 0.755
%%CreationDate: 4/14/2004 17:20:12
%%For: Administrator
%%BoundingBox: (atend)
Save the file. Make sure it still has the "prn" or "ps" file extension -
IOW, don't let Textpad change it to "txt"
Then distill that file. Open it and check the document properties.. Zap!
You've made a Quark PDF. Without even buying Quark!
Sure, if they're smarter than the average bear they can snoop furtehr and
discover the trick, but since they're not smarter than the average bear,
given the issues, odds are they'll only wonder about the version 7 alpha
version.
How's that for a work around?<BG>