Appending to a PostScript or to a PDF?

  • Thread starter Thread starter Alexandre
  • Start date Start date
A

Alexandre

If someone has done this please speakup.

i can now output to a post script then convert to pdf, how do i append
to a pdf ? (Using VBA)

Thanks

Alexandre
 
Alexandre wrote...
If someone has done this please speakup.

i can now output to a post script then convert to pdf, how do i append
to a pdf ? (Using VBA)

While I don't know which newsgroup would be best in which to ask
questions about PostScript, I do know this isn't the right one.

PostScript files are just script files. They're plain text containing
directives to PostScript printers along with document text. It should
be possible to append to them, and it'd likely be easier to append to
PostScript files than PDF files.
 
Thx Harlan,

I was hoping someone might have so clue :) since im absolutly clueless
and I know for a fact that it must be possible and must be something
easy....

Alexandre
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top