Printing of multiple lines

If you are a VB developer and have questions about using our products from VB, here is the place to post them.
Post Reply
ccpl
Posts: 1
Joined: Mon May 19 2003

Printing of multiple lines

Post by ccpl »

I want to print Bate Stamp (a label used in lawsuits) on document of pdf
file created by using Amyni PDF converter 2.08 resolution 300 dp in Visual Basic 6.0. The label can be of more than 1 row. I am able to print only one single row using SetWatermark. How can I print additional rows of label. Please advise.
Joan
Amyuni Team
Posts: 2799
Joined: Wed Sep 11 2002
Contact:

Post by Joan »

Hello,

You can print the label to the PDF Printer to get a pdf file than merge the pdf file containing the label to your existing pdf document using the Merge or MergeEx functions of CDintf.Document.

Hope this helps.
Post Reply