Page Exporter API | Community
Skip to main content
Level 2
April 22, 2020
Solved

Page Exporter API

  • April 22, 2020
  • 1 reply
  • 4055 views

I need to export page as zip file programatically and i used Page Exporter interface and its export(page, resourceResolver, targetPath) method, but, its not happening.

I found the zip file under /var/contentsync node, but that has only html in it, no clientlibs, no assets.

I tried to delete the nodes under /var/contentsync, but of no use.

 

Thanks

Ankita A

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by joerghoh

Hi,

 

what do you expect from the PageExporter API? Should it create a zip containing all referenced/embedded files? 

1 reply

joerghoh
Adobe Employee
joerghohAdobe EmployeeAccepted solution
Adobe Employee
April 23, 2020

Hi,

 

what do you expect from the PageExporter API? Should it create a zip containing all referenced/embedded files? 

Level 2
April 24, 2020
Yes, it should create a zip with all the reference file and should get stored at the specifies location.