Profile_bird

Hey there! pranavwagh is using Twitter.

Twitter is a free service that lets you keep in touch with people through the exchange of quick, frequent answers to one simple question: What are you doing? Join today to start receiving pranavwagh's updates.

Already using Twitter
from your phone? Click here.

pranavwagh

  1. #tedtestConference Just starting to present Test session, follow it at #tedtestSession
  2. New blog post: http://tinyurl.com/mbs37r - Project Natal: A move from “Video Gaming” to “Video Sporting”!
  3. New blog post: http://tinyurl.com/nm66gp - So, do you really know the difference? Try blindsearch!
  4. New blog post: http://tinyurl.com/nr79j7 - How to take the dump for a process which crashes randomly?
  5. The meaning of life is 4; that's all there was .. that's all there will be!
  6. New blog post: http://tinyurl.com/bqa6cj - Under The Hood: Excel hung on SaveAs
  7. New blog post: http://tinyurl.com/5f3w5s - One more step in the right direction, native ODF support in Office 2007 SP2
  8. New blog post: http://tinyurl.com/6fthv6 - What’s "Works on My Machine" Certification Program anyways ?
  9. New blog post: http://tinyurl.com/4tkvos - Creating a new presentation by pulling slides from a presentation
  10. New blog post: http://tinyurl.com/4rrqnt - Word 2007 “Save As Word XML document” and back without automation – 1
  11. New blog post: http://tinyurl.com/3wus3g - Open XML for primary school goers
  12. New blog post: http://tinyurl.com/3zztok - Creating a Open XML PowerPoint presentation from scratch using System.IO.Packaging
  13. finally ...I have a working code :) which takes a few xml files and creates a presentation on the fly
  14. presentation,slidelayout,slidemaster,theme,slide
  15. good book .. came to know that there are 5 parts which are absolutely required in a presentation
  16. reading through Wouter van Vugt's book "Open XML The markup explained"
  17. Dim documentPart As PackagePart = pptPackage.CreatePart(documentUri, contentType, CompressionOption.SuperFast)
  18. you need to mention it specifically - Dim documentPart As PackagePart = pptPackage.CreatePart(documentUri, contentType, CompressionOptio ...
  19. and one funny thing is .. also came to know - when you create a package using packaging APIs, the compression type is "none"
  20. still working on the same thing, i am able to create a package, but still gives an error "invalid package"