Skip to main content
Participating Frequently
August 17, 2009
Answered

Export to PNG in InDesign?

  • August 17, 2009
  • 3 replies
  • 107954 views

Hi all,

I have a simple question. Is it possible to export to PNG in InDesign? Right now, I've been doing a copy-paste into Illustrator, then saving it as PNG from there. Is there a better way to do this?

Trish

InDesign CS4 | PC

This topic has been closed for replies.
Correct answer Eugene Tyson

InDesign can now export to PNG from File>Export and pick the file format.

3 replies

Eugene TysonCommunity ExpertCorrect answer
Community Expert
November 30, 2022

InDesign can now export to PNG from File>Export and pick the file format.

August 17, 2009

export the PDF and open and save in Photoshop.

Scott Falkner
Community Expert
Community Expert
August 17, 2009

No version of InDesign can export to PNG. But there is a much better way than copy/paste into Illustrator. Export a PDF then save that as PNG from Acrobat or rasterize in Photoshop and save as PNG from Photoshop.

Jongware
Community Expert
Community Expert
August 17, 2009

Oddly enough, that's not .. entirely .. true.

The CS4 scripting help lists "PNG Format" amongst its possible export formats. A  quick test

app.activeDocument.selection[0].exportFile(ExportFormat.PNG_FORMAT, File(new File("c:\\test.png")));

shows CS4 can export to PNG. However, there are no settings to change, which limits its usefulness.

Djspaceg
Participating Frequently
May 23, 2011
Also, there's no way to "delete" the paper/page/white-background in Acrobat Pro before saving as PNG.

When you export the PDF from ID make sure it includes live transparency (i.e., PDF/X-4 and not PDF/X-1a), then the document's page background will be transparent when you open it into Photoshop.

Saving pages out to PNGs is scriptable—I have an AppleScript that would work if you’re using OSX. I'm not sure why a PDF page would take minutes to open unless you are asking for huge res—my script opens a page at 300 ppi in a few seconds.


Oh that's perfect! That's exactly the type of advice I was hoping for! I never knew what the significant differences were between those PDF/X-x formats. I was able to export my InDesign document as a PDF and successfully open the translucent pages in Photoshop.

I actually only have CS5 for Windows here at work, (and a copy of CS3 on my personal Mac) but am a Programmer and am familiar with AppleScript, so If you'd be willing to share, I'd love to get ahold of your script. If it just can't work with Photoshop as old as CS3, I'm sure I can create a Windows equivilant.

There must have been something wrong when I tried importing the PDF earlier. This X-4 opened very quickly and came with a convenient resolution and page selection dialog.

Much appreciated! Thanks.