Search found 499 matches

by jr
Thu Mar 19, 2015 6:10 pm
Forum: Programming
Topic: WriteSettings (String) - Class doesn't support Automation
Replies: 3
Views: 71920

Re: WriteSettings (String) - Class doesn't support Automatio

Hi, If you want to write a specific runonce file then you should use the WriteSettingsFile and not the WriteSettings method. Before you can call WriteSettingsFile, you need the correct file name that will match the job name in your printer job queue. You can get the full path of the settings file us...
by jr
Mon Mar 09, 2015 10:35 am
Forum: General
Topic: Error when trying to print and merge
Replies: 0
Views: 135058

Re: Error when trying to print and merge

I know I'm a bit late here but this may hold the answer :-)

http://www.biopdf.com/guide/print-raw-text.php

/Jacob
by jr
Mon Mar 09, 2015 10:34 am
Forum: Installation
Topic: Custom Page size NOT working
Replies: 0
Views: 125873

Re: Custom Page size NOT working

Hi,

If you are printing from Word, you need to define a new paper size. Here is how:

http://www.biopdf.com/guide/how_to_create_new_form.php

Regards,
Jacob
by jr
Mon Mar 09, 2015 10:29 am
Forum: General
Topic: Trial Mode on footer
Replies: 0
Views: 127368

Re: Trial Mode on footer

Hi Paul,

You are getting this message because you are using one of the paid features. If you open your PDF in Adobe Reader and view the PDF properties then you can see which feature that is. It will be listed in the PDF keyword property.

Best regards,
Jacob
by jr
Fri Feb 27, 2015 9:46 am
Forum: General
Topic: PDF Printer Crashes
Replies: 5
Views: 79208

Re: PDF Printer Crashes

RESOLVED (maybe):

By forcing the setup to use .NET 2 instead of .NET 4 the problem has gone away. It is suspected that 3rd party programs are registering DLLs for rendering thumbnails on the system and these make the common dialogs crash when browsing for a save location.

Regards,
Jacob
by jr
Fri Feb 20, 2015 2:39 pm
Forum: Programming
Topic: .NET issue
Replies: 2
Views: 60800

Re: .NET issue

Hi,

You may be in a situation where you overwrite an existing runonce.ini before it is picked up by the printer.

Take a look at this:
http://www.biopdf.com/guide/examples/batch_printing/

Regards,
Jacob
by jr
Mon Jan 12, 2015 6:24 pm
Forum: General
Topic: PDF Printer Crashes
Replies: 5
Views: 79208

Re: PDF Printer Crashes

Hi David, I have just had a support request from a Dutch user with a similar problem. It happened approximately 20% of the time when users pressed one of the browse buttons in the application. They also had the problem on a Windows Server 2008 R2. It only happens if users are connected using RDP. It...
by jr
Thu Nov 06, 2014 4:12 pm
Forum: Installation
Topic: Installation fails: gslite version error
Replies: 0
Views: 127968

Re: Installation fails: gslite version error

I think this is fixed in version 10.8.

Regards,
Jacob
by jr
Mon Dec 23, 2013 11:55 am
Forum: Installation
Topic: Windows 8.1 Save As will not work
Replies: 1
Views: 125836

Re: Windows 8.1 Save As will not work

Hi,

Is it possible that you could try this with the 10.2 beta and let me know if it is still a problem?

Regards,
Jacob
by jr
Mon Dec 23, 2013 11:53 am
Forum: Installation
Topic: Installation hangs when trying to stop the spooler service
Replies: 9
Views: 121538

Re: Installation hangs when trying to stop the spooler servi

This issues should be fixed in the latest version.

Regards,
Jacob
by jr
Mon Dec 23, 2013 11:52 am
Forum: Installation
Topic: Win8-64 Install Fail & Wishing I were a "Sticky"
Replies: 1
Views: 61731

Re: Win8-64 Install Fail & Wishing I were a "Sticky"

Hi,

I hope that you will find that the new releases works well with your Windows 8 and 8.1.

Regards,
Jacob
by jr
Wed Nov 13, 2013 12:02 pm
Forum: Installation
Topic: Error 339 on mscomctl.ocx component
Replies: 3
Views: 70162

Re: Error 339 on mscomctl.ocx component

This error can be caused by missing permissions on the file comdlg32.ocx and mscomctl.ocx in Windows\System32 (Windows\SysWOW64 on 64 bit systems). You should make this file inherit permissions from the parent folder or add read and execute permissions for normal users. The next version (10.2) will ...
by jr
Wed Nov 13, 2013 12:01 pm
Forum: Installation
Topic: Error 339: Component 'COMDLG32.OCX' ...
Replies: 5
Views: 92266

Re: Error 339: Component 'COMDLG32.OCX' ...

This error can be caused by missing permissions on the file comdlg32.ocx and mscomctl.ocx in Windows\System32 (Windows\SysWOW64 on 64 bit systems). You should make this file inherit permissions from the parent folder or add read and execute permissions for normal users. The next version (10.2) will ...
by jr
Wed Nov 13, 2013 12:00 pm
Forum: General
Topic: Error 339: Component 'comdlg32.ocx' error
Replies: 2
Views: 70949

Re: Error 339: Component 'comdlg32.ocx' error

This error can be caused by missing permissions on the file comdlg32.ocx and mscomctl.ocx in Windows\System32 (Windows\SysWOW64 on 64 bit systems). You should make this file inherit permissions from the parent folder or add read and execute permissions for normal users. The next version (10.2) will ...
by jr
Thu Sep 26, 2013 1:10 pm
Forum: Programming
Topic: VBA printing PNG - Dialog PopUp problem
Replies: 2
Views: 78439

Re: VBA printing PNG - Dialog PopUp problem

None of these classes are left out of the freeware version. All this should be possible with the free version :-)

/Jacob