What you could possibly do is create a custom media Type for your pdf under which you can add a upload file with a different alias not "umbracoFile" since you might already be using it for your pdf upload.
i created a "pdf " media type and uploaded an pdf file .now what i need is to get the thumbnail of that pdf created under the pdf media file using " after save event ".how it is can you tell me
how to create a thumbnail of a pdf in media in umbraco 4.7.1.1
i uploaded pdf to media now how to create thumbnail of that pdf in media how it is to be in umbraco using aftersave event of media.
thanks
Hi Siva,
What you could possibly do is create a custom media Type for your pdf under which you can add a upload file with a different alias not "umbracoFile" since you might already be using it for your pdf upload.
thanks for your quick reply
i created a "pdf " media type and uploaded an pdf file .now what i need is to get the thumbnail of that pdf created under the pdf media file using " after save event ".how it is can you tell me
We've used a package to do this for us. We used in 4.11.1 and there's no reports of compatibility for your version but may be worth trying!
http://our.umbraco.org/projects/pdf-preview
yes ok fine but
how to get the "path of the created thumbnail"
is working on a reply...