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

Is there a way to export/print into a pdf that is flat? I.e. just like printing to paper and rescanning?

Explorer ,
Jun 23, 2016 Jun 23, 2016

Is there a way (if not, there should be imao) to export/print into a pdf that is flat? I.e. just like printing to paper and rescanning? (I don't want to resort to the latter)

I could list 100 reasons why it would be useful to be able to do this, so please none of the usual "Why would you want to do that?" or "That's not the correct way...blah blah blah" that is too often found here.

TOPICS
Acrobat SDK and JavaScript
424
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

correct answers 1 Correct answer

Community Expert , Jun 24, 2016 Jun 24, 2016

If you're on a Windows machine you can print the file to the Adobe PDF printer, thereby creating a new copy of it.

If you want to convert the entire file to images then you can export it to image files (PNG, for example) and then create a new PDF from that.

If you want to flatten dynamic objects (like form fields, comments, links, etc.) then you can use a simple script to do it.

There are many ways your request can be interpreted... If you provide some more information about what you're trying to a

...
Translate
Community Expert ,
Jun 24, 2016 Jun 24, 2016
LATEST

If you're on a Windows machine you can print the file to the Adobe PDF printer, thereby creating a new copy of it.

If you want to convert the entire file to images then you can export it to image files (PNG, for example) and then create a new PDF from that.

If you want to flatten dynamic objects (like form fields, comments, links, etc.) then you can use a simple script to do it.

There are many ways your request can be interpreted... If you provide some more information about what you're trying to achieve it will be easier to help you do it.

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