egordon Posted August 8, 2013 Share Posted August 8, 2013 I have a document with a PDF417 barcode, of about 13,000 records. Without the barcode it composes in about 10 minutes, but with it it takes 75 minutes. Is there any way to speed up processing time? The barcode is just a text string plus one data field. Here's the rule I'm using: return MakePDF417Barcode("explore.sheridanc.on.ca/1/shcbre?idnum=" + Field("StudentID") , 0, 8, 12, 0, 3, 0, 6,0); Thanks! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.