This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal



Jun 12, 2012, 9:44 AM
26 Posts

How to get handle to the Image resource from a databaase and upload it in a Excel or pdf file.

  • Category: Server Side JavaScript
  • Platform: Windows
  • Release: 8.5.2
  • Role: Developer
  • Tags: Image resources
  • Replies: 3
I want to get handle to the Image resource from a databaase and upload it in a Excel or pdf file. Not sure how to get handle to a  Image resource in a notes db.
 
Thanks & Regards,
Pranesh Vaidya
Jun 12, 2012, 12:56 PM
261 Posts
Re: How to get handle to the Image resource from a databaase and upload it in a Excel or p...
Have a look at the NoteCollection class. You can use it to create a collection of (for instance) Image resource notes.
 
Loop through the collection, retrieve the notes/ documents and compare the $TITLE item on the note with the name of the Image you're trying to retrieve. You can probably get a handle on the image itself by using the getAttachment("filename")  method.
 
Mark
Jun 14, 2012, 9:41 AM
26 Posts
Re: How to get handle to the Image resource from a databaase and upload it in a Excel or p...
Hi All,
Thank you for your response.
 
To clear this requirement enough: I need to get handle to the image resource using the SSJS.
 
Regards,
Pranesh Vaidya

This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal