DPAsm error '80131508'

Skip Navigation LinksHome  /  Support  /  Forums  /  DynamicPDF Merger for COM/ActiveX (v4)  /  DPAsm error '80131508'

DynamicPDF Merger for COM/ActiveX (v4) Forum

 Aug 12 2008 3:47 AM
Dear sir:


I try to merge 2 file to a new 1 , but I got error as:  DPAsm error '80131508'  Index was outside the bounds of the array.

code as follow, please help.


<%@ Language="VBScript"%>


<%
' control the way this page is cached
Response.Expires = -1
Response.CacheControl = "private"
%>
<!-- METADATA TYPE="typelib" UUID="{DF9225FE-94A4-490D-8CAD-E8366CE621D3}"-->


<%
        Dim MyDocument1

        Set MyDocument1 = Server.CreateObject( "DynamicPDF.Document" )


        ' a.pdf size is 800kb

        MyDocument1.LoadPdf Server.MapPath("a.pdf")


        ' b.pdf size is 30000kb

        MyDocument1.AppendPdf Server.MapPath("b.pdf")

        MyDocument1.DrawToFile(Server.MapPath("C.pdf"))

        Set MyDocument1 = Nothing


%>

 Aug 12 2008 5:53 AM
Posted by a ceTe Software moderator
Hello,

Can you please send over the PDF documents you are trying to merge to our Support Team so that they can look into it to find out the problem.

Thanks,
ceTe Software Support Team.
 Oct 23 2008 5:29 PM
Was this resolved? I'm having the same issue.
 Oct 24 2008 4:35 AM
Posted by a ceTe Software moderator
Hello,

Yes, the above problem for the customer was resolved and we have sent him the dlls with fix.

Can you please send over the PDF document you are getting problem with to our Support Team so that we can take a look into it and if it is the same issue then we can send you the dlls with fix.

Thanks,
ceTe Software Support Team.

All times are US Eastern Standard time. The time now is 4:12 AM.