Not enough memory

The Amyuni PDF Converter is our Printer Driver that enables you to convert any documents to PDF format. If you have any questions about installing and using the Amyuni PDF Converter please post them here.
Post Reply
danadanny
Posts: 27
Joined: Thu May 17 2007

Not enough memory

Post by danadanny »

Hi,
I've got difficulty printing 5000 pdf documents to a hardware printer.
I am using Visual FoxPro version 8, Amyuni PDF Printer Driver version 4.0.0.3

Error message: "There is not enough memory to complete this operation".

Code: Select all


SCAN MyTable

PdfDocument = CREATEOBJECT("CDIntfEx.Document.4")

PdfDocument.SetLicenceKey("CompanyName", M_PDFSERIALNO)

PdfDocument.Open(MyTable.FileName)

PdfDocument.Print("HP LaserJet 4000 Series PCL6 Jetdirect", 1, PdfDocument.pagecount, 1)

RELEASE PdfDocument

ENDSCAN


Kindly advise
Danny.
Post Reply