Normally when you get XML PDF creator isn't installed properly Either, adding the header that forces PDF generation, or the HTTP module that gets added to web.config during package installation.
Can you check web.config for the PDF module, and if it is there, post the first 15/20 lines of your template?
I have been testing the hello world example which works as expected. I'm not sure what I changed in the initial example since I thought i'd only added a singe foreach loop. I must be mistaken...
Linking to PDF Creator
Hello,
I have a working PDF generator using PDF Creator which is based on the default templates that are supplied with the package.
How can I create a link such as "generate pdf" and then begin the PDF download?
I have tried using alttemplates which generates an XML document without a PDF download.
The alttemplate link is located inside the overview button in the footer and is called "Generate"
http://champalimauddesign-demo.com.192-168-0-3.wests-server2.com/projects/hotels/fairmont.aspx
Umbraco version 4.11.10 / Webforms.
Thanks!
Normally when you get XML PDF creator isn't installed properly Either, adding the header that forces PDF generation, or the HTTP module that gets added to web.config during package installation.
Can you check web.config for the PDF module, and if it is there, post the first 15/20 lines of your template?
Thanks.
Hi,
So in my web.config I can see this module;
<add name="PdfModule" type="FergusonMoriyama.Pdf.Application.Module.PdfModule, FergusonMoriyama.Pdf" />
which is located inside
<system.webServer>
<modules runAllManagedModulesForAllRequests="true">
and inside
<httpModules>
So that seems correct...?
The start of generating template looks like this;
Puzzling - do you have a screengrab of the XML you get in the browser.
This the result I get when generating a PDF > Link removed
This can be produced by clicking on the overview button in the footer and clicking on "Generate" in the in the overlay.
Thank you for your help.
Hi Darren,
I have been testing the hello world example which works as expected.
I'm not sure what I changed in the initial example since I thought i'd only added a singe foreach loop. I must be mistaken...
My original loop now works.
Thanks for your time and effort!
No worries! Good luck!
is working on a reply...