Search found 4 matches
- Sun May 24, 2015 3:57 pm
- Forum: Programming
- Topic: API + PostScript Custom Page Size
- Replies: 0
- Views: 164625
API + PostScript Custom Page Size
Can the API set the width and height of the PostScript Custom Page Size
- Fri Feb 20, 2015 8:39 pm
- Forum: Programming
- Topic: .NET issue
- Replies: 2
- Views: 72314
Re: .NET issue
Thanks. Added this after my print method and a quick test seems to have fixed it Do While My.Computer.FileSystem.FileExists(pdfSettings.GetSettingsFilePath(True).ToString) 'check the runonce file has been removed before progressing. Threading.Thread.Sleep(1000) Loop
- Fri Feb 20, 2015 12:33 pm
- Forum: Programming
- Topic: .NET issue
- Replies: 2
- Views: 72314
.NET issue
I'm trying to use Bullzip and control the settings from my app. Its an addin at that automates print jobs from some software. The printing aspect is fine. What I do is loop through selectred of sheets to print and send them 1 at a time to various outputs. One of which is PDF using Bullzip. For Each ...
- Fri Feb 20, 2015 12:23 pm
- Forum: Programming
- Topic: .NET API automation
- Replies: 0
- Views: 94839
Re: .NET API automation
I'm using an almost idential method. My tools is an addin to some software the automates the print process. I have a method that loops through print jobs and for each job calls a routine to send the print. With my PDF export method I have this block of code Dim pdfSettings As PdfSettings = New PdfSe...