Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
1

Can I automatically print attachments that are embedded in the PDF

Community Beginner ,
May 05, 2019 May 05, 2019

I have several PDF's that have PDF,JPG,DOC files that are embedded in the documents.  Is there a way to automatically print those documents as the PDF is being printed?

TOPICS
Print and prepress
4.4K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
1 ACCEPTED SOLUTION
May 05, 2019 May 05, 2019
LATEST

There is no such feature to automatically print files embedded within a PDF file.

Conceivably one could write a plug-in to do this, but “out-of-the-box” this is not possible. Note that such a feature would not be particularly easy to implement. For example, for an embedded Word (i.e., .doc or .docx file), such a plug-in would need to extract the file to a temporary location and invoke Microsoft Word with a command line specifying appropriate arguments. You would also need to determine whether to force a print dialog in Word or to accept defaults. This can get very complex very quickly.

We have learned over the years that is no such thing as anything “simple” when it comes to printing.

          - Dov

- Dov Isaacs, former Adobe Principal Scientist (April 30, 1990 - May 30, 2021)

View solution in original post

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
May 05, 2019 May 05, 2019
LATEST

There is no such feature to automatically print files embedded within a PDF file.

Conceivably one could write a plug-in to do this, but “out-of-the-box” this is not possible. Note that such a feature would not be particularly easy to implement. For example, for an embedded Word (i.e., .doc or .docx file), such a plug-in would need to extract the file to a temporary location and invoke Microsoft Word with a command line specifying appropriate arguments. You would also need to determine whether to force a print dialog in Word or to accept defaults. This can get very complex very quickly.

We have learned over the years that is no such thing as anything “simple” when it comes to printing.

          - Dov

- Dov Isaacs, former Adobe Principal Scientist (April 30, 1990 - May 30, 2021)
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines