Search found 64 matches

by admin
Thu Apr 26, 2012 8:18 am
Forum: Programming
Topic: Troubleshooting printing from IIS web app
Replies: 2
Views: 20872

Re: Troubleshooting printing from IIS web app

This is a big problem because of all the security involved. I suggest that you place all incoming documents in a folder and have another program listen on that folder. When the program finds a document in the incoming folder it will do the actual conversion and place the result file in another folde...
by admin
Tue Mar 06, 2012 10:54 pm
Forum: Installation
Topic: Windows 8
Replies: 2
Views: 98199

Re: Windows 8

There is a beta available at the link below. http://www.bullzip.com/files/Setup_BullzipPDFPrinter_8_2_0_1394.exe It has no know issues with the Windows 8 Consumer Preview. We have tested it on both 32 bit (x86) and 64 bit (x64). Support for the developer preview has been discontinued. Please post yo...
by admin
Sat Mar 03, 2012 9:32 am
Forum: Installation
Topic: Trying to suppress CREATE FILE dialog
Replies: 1
Views: 21790

Re: Trying to suppress CREATE FILE dialog

Can I see your batch file?
by admin
Fri Feb 24, 2012 8:25 am
Forum: Programming
Topic: Issue with COM component
Replies: 0
Views: 16183

Re: Issue with COM component

Have you disable the dialogs using the Options dialog or did you write a runonce.ini?
by admin
Fri Feb 24, 2012 8:24 am
Forum: Programming
Topic: Excel 2010 64-bit and VBA
Replies: 1
Views: 20513

Re: Excel 2010 64-bit and VBA

The function you need is defined in this example: http://www.biopdf.com/guide/examples/microsoft_excel/ Here is the code you need: Function GetFullNetworkPrinterName(NetworkPrinterName As String) As String Rem -- Returns the full network printer name Rem -- Returns an empty string if the printer is ...
by admin
Wed Feb 15, 2012 12:09 pm
Forum: Installation
Topic: Cannot download from server
Replies: 1
Views: 12430

Re: Cannot download from server

One of our mirror servers is currently down. The mirror has been taken off the list. Please try again.
by admin
Sun Feb 12, 2012 5:16 pm
Forum: Programming
Topic: Help printing files with custom extensions after association
Replies: 1
Views: 13217

Re: Help printing files with custom extensions after associa

Normal associations between file extensions and programs are for the "open" verb. This means that you tell the system which program to use when you double click a file and wants to open it. It is a different kind of association you need to use for the "print" verb. If you right click a .doc file and...
by admin
Sun Feb 12, 2012 10:29 am
Forum: Programming
Topic: Printing HTML Page
Replies: 1
Views: 10428

Re: Printing HTML Page

Does your code run as the same user as you? Printing background images is an optional setting in Internet Explorer. Make sure it is turned on for the user context in which the code is running.
by admin
Sun Feb 12, 2012 10:24 am
Forum: Programming
Topic: Bullzip command line quotation marks
Replies: 1
Views: 21821

Re: Bullzip command line quotation marks

Hi,

Try replacing

cmd = currentdir & "\printto.exe " & PrintFile & " " & Chr(34) & "Bullzip PDF Printer" & Chr(34)

With

cmd = currentdir & "\printto.exe " & PrintFile & " ""Bullzip PDF Printer"""

In VB a quote is encoded as a double quote in a string.
by admin
Sat Feb 11, 2012 6:27 pm
Forum: General
Topic: Large input filesize
Replies: 1
Views: 12365

Re: Large input filesize

It has a timeout for the PDF creation that can be changed. Search for GhostscriptTimeout. There are no other built in limitations. The capacity of your system can set an upper limit. Maybe the program you use to print it is the root of the problem.
by admin
Sat Feb 11, 2012 6:24 pm
Forum: Installation
Topic: Installation Error
Replies: 1
Views: 13828

Re: Installation Error

Make sure that gui.exe is not running in the background. I suggest that you make a clean reboot of your system and rerun the installation program as the first thing you do after you have logged in.
by admin
Sat Feb 11, 2012 6:21 pm
Forum: Installation
Topic: Installation Error 0x000000705 missing printer driver Win7 6
Replies: 1
Views: 18250

Re: Installation Error 0x000000705 missing printer driver Wi

You could try to install the "HP Color LaserJet 2800 Series PS" on your Windows 7. This is the drive we use in the current version for Windows 7. It must that specific model. Nothing else will work. Let us know if it helps :-)
by admin
Sat Feb 11, 2012 6:14 pm
Forum: Beta
Topic: AdobeNormalizerAsDocumentConverterInsteadOfGhostscript
Replies: 0
Views: 256170

Re: AdobeNormalizerAsDocumentConverterInsteadOfGhostscript

It is an alternative to Ghostscript. Ghostscript can have a licensing problem if you want to redistribute the printer or include it with your own products.

We are currently working on substituting Ghostscript with a commercial destiller. Drop us a mail if you are interested in this project.
by admin
Sat Feb 11, 2012 6:11 pm
Forum: Installation
Topic: unattended install failure on pdf power tools DL
Replies: 2
Views: 38157

Re: unattended install failure on pdf power tools DL

If you go to http://www.biopdf.com/guide/setup_comma ... itches.php
then you will see the /NOPDFPOWERTOOL command line switch for the setup program. Try using the following command line switches:

/NOPDFPOWERTOOL /VERYSILENT