Knowledge Essentials - 3Essentials Hosting

ASPJpeg and ASPpdf server components by Persists Software

Article ID: 526

 Back to Search

Question:
 Is the Persists Jpeg (ASPjpeg)  or ASPpdf components available on 3Essentials web servers?

Answer:
3Essentials can install this component on 3Essentials webservers if requested by the customer.  The customer must provide a properly registered and purchased license key:
  • Shared Hosting customers:
    • ASPJPEG: You can request ASPjpeg component installed on your server if not currently installed.
    • You will need to modify your code to use the "key" property of the aspjpeg object as described in the ASPjpeg documentation noted at: http://aspjpeg.com/manual_01.html#1_5 and quoted here:
      • Alternatively, the registration key can be specified in your code via the RegKey property of the top-level ASPJpeg object, as follows:

        Set Jpeg = Server.CreateObject("Persits.Jpeg")
        Jpeg.RegKey = "12345-67890-12345"

      • (note, you would have to specify your own registration key which you obtained from Persists)

    • ASPpdf: You can request ASPjpeg component installed on your server if not currently installed.
    • You will need to modify your code to use the "key" property as noted at http://www.asppdf.com/manual_01.html#1_4 and quoted here:
      • Alternatively, the registration key can be specified in your code via the RegKey property of the top-level PdfManager object, as follows:

        Set Pdf = Server.CreateObject("Persits.Pdf")
        Pdf.RegKey = "IWezx3rI3+Xr0IY3CM5oqU6QVbWIoQup/i8rBbDd48FrWoK+/tWSSbinLQAG56TKdPCcUP29G/d9"

      • (note, you would have to specify your own regiztration key which you obtained from Persists)

  • Dedicated Server customers:
    • You can request ASPjpeg component installed on your server if not currently installed.
    • We will add your registration key to the registry, so you will not need to use the "key" properly of the aspjpeg object.
 
Downloads Associated With This Article
No downloads are currently associated with this article.