assign page count to converted pdf?

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
theGhost_k8
Posts: 19
Joined: Fri Jan 12 2007

assign page count to converted pdf?

Post by theGhost_k8 »

Amyuni Pdf Converter stores page count to pdf so that when it get printed it prints specified number of copies.
But how to assign that number of copies to the dodument? [/b]
Joan
Amyuni Team
Posts: 2799
Joined: Wed Sep 11 2002
Contact:

Post by Joan »

Hello,

You can get and se the copies using something similar to the below VB code.


Dim copies as Integer

With PDFCreactiveX1

.SetLicenseKey Licensee, ActivationCode

.Open inDirectory + "sample.pdf", ""

copies = .copies

MsgBox copies
Post Reply