Hello,
I'm developing a webservice for PDF generation using Prince as the backend generator. However I have a problem authenticating against SharePoint portals (which is the CMS used by the client and where almost all the content is). Even through the command line, Prince normally gets a 401 when, passing explicit credentials for httpuse and httppass, trying to access content located inside SharePoint.
I can get around the problem of getting the page otherwise and just pass the stream to be converted, however the references inside the html cannot be resolved, which makes it render the pdf with no images or css that's referenced.
I'm using .net wrapper, and the usage of the credential cache to authenticate against Prince would be awesome, but I guess this is a little out of the roadmap.
Thanks for any suggestions that might come,
Roberto Felix
I'm developing a webservice for PDF generation using Prince as the backend generator. However I have a problem authenticating against SharePoint portals (which is the CMS used by the client and where almost all the content is). Even through the command line, Prince normally gets a 401 when, passing explicit credentials for httpuse and httppass, trying to access content located inside SharePoint.
I can get around the problem of getting the page otherwise and just pass the stream to be converted, however the references inside the html cannot be resolved, which makes it render the pdf with no images or css that's referenced.
I'm using .net wrapper, and the usage of the credential cache to authenticate against Prince would be awesome, but I guess this is a little out of the roadmap.
Thanks for any suggestions that might come,
Roberto Felix