Recreate PDF preview of document?
Hello,How can I write a javascript which recreates the PDF preview of a document?For thumbnails you can use the following tow commands for recreation:document.createThumbnail("doclib", true);document.save();Reason ist, that I have sveral documents wh...