Print "flyers" for real estate site

WordPress
20 June, 2019 16:29:03
Jotaf
Topics: 2
Messages: 4
Hello,

Looking at the possibility of using your plugin for the following:

Based on a certain design, to print sort of an alternate version of a page, maybe grabbing some parts of It and not others?

For example, to generate flyers for a real estate site for each listing, just by pressing button, to get It auto-generated, something more or less like attachment as example.
20 June, 2019 22:29:49
E2Pdf
Support
Topics: 7
Messages: 3163
Hi,

It's possible to accomplish this task but the way is depending if you are using any 3rd party plugin to output the property at your WordPress website with custom post types.

If it's just simple WordPress Page / Post it's possible to use "Advanced Custom Fields" with [meta key="x"] (where x the ID of field) shortcode inside E2Pdf Template, which will contain different images/text for each property. If it's 3rd party plugin, in most cases it will be possible to use values directly from it via [meta key="x"] or [terms key="x"]. You can find more about available shortcodes for WordPress extension here.

The way of using it with ACF:

1) Create custom fields for needed property with dynamic text or urls to images.

2) Create E2Pdf Template and connect to WordPress Pages / Posts / Custom Post types.

3) Map needed "Images", "HTML" or "Fields" via [meta key="x"] shortcode inside E2Pdf Template.

4) Add [e2pdf-download id="1"] (where "1" is the ID of E2Pdf Template) shortcode to needed Pages / Posts / Custom Post types.

P.S. You can test E2Pdf plugin absolutely free as we limit only number of activated Templates and number of pages inside template to 1 with Free version and do not limit any functionality.

We remain at your service.
We would really appreciate your feedback at WordPress.org!