thanks, i;ve tried using vizut and zoho like option for online doc viewer.The
simplest approach it to convert them into jpeg and then forwarding it to the
client side.

print2flash.com provide another way to do that....converting it to a .swf
file.
http://print2flash.com/

moreover, there is a new one called "ajax document viewer".
http://www.ajaxdocumentviewer.com/sampledemo/sampledocuments.asp?demonumber=p5
i wonder does it convert the pdf to images and then use ajax to make them to
load faster , or what???


till now what i am gettings is this

The ultimate goal is to show the output as image.
Google doc reader also converts each pdf page to image and then display it
like any other image,independent of client side computer application.

so ,does it follow this procedure? :

input file (pdf,doc,etc) > converting to postscript (using ghostscript
,wv,etc) >then passing this postscript to Raster image processor > generate
image and then forward it to the page.

Am i missing any step in between??

@narendra
and please tell us little more on xsl relative to online doc viewer.


On Wed, Oct 14, 2009 at 10:03 AM, narendra sisodiya <
[email protected]> wrote:

>
> On Wed, Oct 14, 2009 at 12:46 PM, sonu kumar <[email protected]> wrote:
> > hi
> > Today i received a mail ,containing a pdf as an attachment.
> > I mistakenly click on  "view " buttton. it take me to the Google doc
> > reader,where i saw my whole pdf as it is in a very pleasing manner.
> > Initially, Google doc follow a simple method for viewing user pdf file.
> It
> > convert pdf to html and then displayed it. But as such all the images
> wipe
> > out of the page.
> > But now Google has changed there normal online doc reader to a exciting
> one.
> > I really wanna know the login behind it.
> > how one can display pdf file on the net??
> > How to create a online document reader??
> > One option is to convert pdf to  .swf  >> heavy file. Not good for large
> pdf
> > files.
> > second is to convert pdf to html >> loss of image.
>
> == Server Side
> * Use pdf2html tool and then transmit html ()
> * Convert pdf to images and then transmit ( http://vuzit.com/ use vyzit
> APIs )
> * Use flash (Slideshare) (Worst possible option) (not at all recommended)
>
> == Client Side
> * not suggested but It may be possible to read pdf as base64 string
> and then parse to display it online.
>
> As, Open Document format as full xml formats , It is very much
> possible to parse xml of office documents and then display it in
> browser.  Two possibilities of rendering.
> ** XSLT transformations of office xml
> ** JS parsing and then display
> reading about XSL-FO is suggested
>
>
> @Mozilla
> I suggest for native implementation of odt/odp viewing in browser. itself
>
> >
>


-- 
Sahil
http://twitter.com/sonusahil
http://www.commgod.co.cc
....The Linux philosophy is 'Laugh in the face of danger'. Oops. Wrong One.
'Do it yourself'. Yes, that's it.

--~--~---------~--~----~------------~-------~--~----~
Do you have another question? Click here - 
http://groups.google.com/group/iitdlug/post
Read archive - http://www.mail-archive.com/[email protected]/
l...@iitd community mailing list -- http://groups.google.com/group/iitdlug
-~----------~----~----~----~------~----~------~--~---

Reply via email to