Implemented
export pdf without margin
When I export a product.
This is exporting in good size but my photo is more little and appear a large margin.
An other problem, is that when I export this product, I've got in my pdf 2 pages one blank page an the other with my fotos. But there only one layer.
If you can help me it's very important and urgent.
Thank's.
Best regards.
Jennifer.
Hi Jennifer,
I had the same problem but was able to solve it by editing a couple lines of code in the plugin.
in file /wp-content/plugins/fancy-product-designer/admin/class-admin-ajax.php around line 1050 there will be the text
you need to change it to
I also found that now the images didn't quite go the full width of the pdf. so you also have to change
to
I ended up writing a class override to accomplish all of this. But it is tied in with a lot of other customisations i have on my website so i can't share it sorry. Just remember if you make the above changes if you update your plugin these will probably be overwritten
good luck
Roddy