Sample markup command

This is a sample command for saving a document as a PCL file and adding an image to the center as markup:

sview -c”onpage all markup attributes drawmode transparent | ldoc c:\filepath\filename.pcl | onpage 1,4,6, 10 markup load filename c:\filename.jpg rxloc 3.15 ryloc 0.2 | save PCL5 all c:\filepath\filename.pcl onefile”

onpage all markup attributes drawmode transparent This command ensures that there is no opaque background behind your markup on any page.

onpage 1,4,6, 10 markup load filename c:\filepath\markupimage.jpg rxloc 3.15 ryloc 0.2 This command tells SwiftView to apply markupimage.jpg to pages 1,4,6, and 10, roughly in the middle of the page.