This is all that I can find, none of them work.
Option Compare Database Option Explicit
Private Type DOCINFO pDocName As String pOutputFile
What I like to do is do something similar to your Method 2, but save it to a file (the raw printer data) and then do a file copy to the UNC path.
file copy "C:\label.txt" \computername\sharename
That works for me.