Discussion:
[AngularJS] Generate a directive in to pdf with index CSS.
Shihabudheen
2015-04-01 10:49:28 UTC
Permalink
I want to comvert a directive in to PDF (Export as pdf). Is there any
library for that?
--
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 angular+***@googlegroups.com.
To post to this group, send email to ***@googlegroups.com.
Visit this group at http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.
Gustavo Cruz
2015-04-01 12:34:27 UTC
Permalink
Maybe jsPDF <https://parall.ax/products/jspdf>?
Post by Shihabudheen
I want to comvert a directive in to PDF (Export as pdf). Is there any
library for that?
--
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
Visit this group at http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.
--
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 angular+***@googlegroups.com.
To post to this group, send email to ***@googlegroups.com.
Visit this group at http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.
muhammed shihabudheen
2015-04-01 13:43:29 UTC
Permalink
Thanks for the answer.. It is working also. But problem is not taking CSS
when I am converting and div in to pdf.
Post by Gustavo Cruz
Maybe jsPDF <https://parall.ax/products/jspdf>?
Post by Shihabudheen
I want to comvert a directive in to PDF (Export as pdf). Is there any
library for that?
--
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
Visit this group at http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to a topic in the
Google Groups "AngularJS" group.
To unsubscribe from this topic, visit
https://groups.google.com/d/topic/angular/ep8FOLFibgU/unsubscribe.
To unsubscribe from this group and all its topics, send an email to
Visit this group at http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.
--
Thanks
Muhammed Shihabudheen f
Web developer.
http://shihabudheenf.wix.com/shiya
Mob:971556679474
--
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 angular+***@googlegroups.com.
To post to this group, send email to ***@googlegroups.com.
Visit this group at http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.
Sander Elias
2015-04-01 13:48:32 UTC
Permalink
Maybe it's an idea to consult the authors of the jsPDF tool then?
--
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 angular+***@googlegroups.com.
To post to this group, send email to ***@googlegroups.com.
Visit this group at http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.
muhammed shihabudheen
2015-04-01 13:53:13 UTC
Permalink
jsPDF not taking css,Check here
http://stackoverflow.com/questions/26824956/jspdf-exporting-without-css-style
Post by Sander Elias
Maybe it's an idea to consult the authors of the jsPDF tool then?
--
You received this message because you are subscribed to a topic in the
Google Groups "AngularJS" group.
To unsubscribe from this topic, visit
https://groups.google.com/d/topic/angular/ep8FOLFibgU/unsubscribe.
To unsubscribe from this group and all its topics, send an email to
Visit this group at http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.
--
Thanks
Muhammed Shihabudheen f
Web developer.
http://shihabudheenf.wix.com/shiya
Mob:971556679474
--
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 angular+***@googlegroups.com.
To post to this group, send email to ***@googlegroups.com.
Visit this group at http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.
vikram raj
2015-04-01 13:53:57 UTC
Permalink
You have to write the css inside the HTML.
Post by Sander Elias
Maybe it's an idea to consult the authors of the jsPDF tool then?
--
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 angular+***@googlegroups.com.
To post to this group, send email to ***@googlegroups.com.
Visit this group at http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.
muhammed shihabudheen
2015-04-01 13:56:36 UTC
Permalink
Inlince css also not working, Images also not taking.. :(
Post by vikram raj
You have to write the css inside the HTML.
Post by Sander Elias
Maybe it's an idea to consult the authors of the jsPDF tool then?
--
You received this message because you are subscribed to a topic in the
Google Groups "AngularJS" group.
To unsubscribe from this topic, visit
https://groups.google.com/d/topic/angular/ep8FOLFibgU/unsubscribe.
To unsubscribe from this group and all its topics, send an email to
Visit this group at http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.
--
Thanks
Muhammed Shihabudheen f
Web developer.
http://shihabudheenf.wix.com/shiya
Mob:971556679474
--
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 angular+***@googlegroups.com.
To post to this group, send email to ***@googlegroups.com.
Visit this group at http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.
vikram raj
2015-04-01 15:14:31 UTC
Permalink
have a look at this. https://parall.ax/products/jspdf. hope this will be
helpful
Post by muhammed shihabudheen
Inlince css also not working, Images also not taking.. :(
Post by vikram raj
You have to write the css inside the HTML.
Post by Sander Elias
Maybe it's an idea to consult the authors of the jsPDF tool then?
--
You received this message because you are subscribed to a topic in the
Google Groups "AngularJS" group.
To unsubscribe from this topic, visit
https://groups.google.com/d/topic/angular/ep8FOLFibgU/unsubscribe.
To unsubscribe from this group and all its topics, send an email to
<javascript:>.
Visit this group at http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.
--
Thanks
Muhammed Shihabudheen f
Web developer.
http://shihabudheenf.wix.com/shiya
Mob:971556679474
--
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 angular+***@googlegroups.com.
To post to this group, send email to ***@googlegroups.com.
Visit this group at http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.
Loading...