I integrated ABCpdf into the app by providing links to server-side URLs, which generate PDFs. However, some URLs are rendered as blank PDFs because the browser takes a few seconds to render the urls containing charts and images. Is there any way to delay this in Angular side until everything resolves? I was playing with resolve property of $routeProvider, but when I render a page, it still has to be reloaded by ABCpdf. Any suggestions greatly appreciated.
On Monday, October 28, 2013 4:41:21 PM UTC-4, Daniel Tabuenca wrote: > > ABCpdf is a server-side technology, so integrating it in your application > has very little to do with angular other than angular providing a link to > the server-side URL which will generate the PDF. > > > On Monday, October 28, 2013 1:38:34 PM UTC-7, TT wrote: >> >> Hi, >> >> Does anybody have any suggestion on how to integrate ABCpdf into an >> existing AngularJS application as windows service or web api, so that I can >> generate PDF on the fly? >> >> Thanks, >> TT >> > -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/angular. For more options, visit https://groups.google.com/groups/opt_out.
