Search found 4 matches

by lensen
Tue Mar 16, 2010 12:27 am
Forum: General
Topic: convert from the command line
Replies: 1
Views: 6006

Can doPDF convert a file from the command line ?

by lensen
Tue Mar 16, 2010 12:18 am
Forum: General
Topic: default print file name
Replies: 15
Views: 15025

Place the code in the vb code of your VB program before you print.

Then, in the window that the doPDF pdf file to come, click the right mouse button to paste your own path and file name into it.

In this case the file is placed on the desktop.
Kars

by lensen
Sun Mar 07, 2010 2:14 pm
Forum: General
Topic: default print file name
Replies: 15
Views: 15025

<t>You can try this code, paste it as a printer path<br/> Dim strDesktop As String<br/> <br/> Const ssfDESKTOP = 0<br/> <br/> strDesktop = CreateObject("Shell.Application").NameSpace(ssfDESKTOP).Self.Path<br/> <br/> MsgBox strDesktop<br/> Clipboard.Clear<br/> <br/> Clipboard.SetText strDesktop &...
by lensen
Thu Mar 04, 2010 11:33 pm
Forum: General
Topic: Path to saving PDFs
Replies: 2
Views: 4831

I agree with Asathatsme. It would be nice if once the path of the folder can be introduced where the pdf files should be.

In the input field (textbox) is then just the file name to stand (short input field!), which can be quickly changed or adjusted.