Search found 499 matches

by jr
Sun Jul 07, 2013 11:00 am
Forum: Installation
Topic: Crashing when installing on Windows 2012
Replies: 1
Views: 62007

Re: Crashing when installing on Windows 2012

Please check you location for temporary files again. There should be something *.log with a current time stamp. Try to sort by time in the folder. I know you have tried that but please try again ;-)

Regards,
Jacob
by jr
Fri Jun 28, 2013 7:49 am
Forum: Installation
Topic: error 1005
Replies: 1
Views: 59149

Re: error 1005

You need to run the setup program and let it download the Ghostscript program as it suggests.
by jr
Wed Jun 12, 2013 9:20 pm
Forum: Installation
Topic: License problem
Replies: 1
Views: 231905

Re: License problem

Hi

Just wanted to close this post. You have received a fresh build of the new version :-)

Regards,
Jacob
by jr
Wed Jun 12, 2013 9:17 pm
Forum: Installation
Topic: Installation Fails on Windows 8 64-bit
Replies: 1
Views: 62874

Re: Installation Fails on Windows 8 64-bit

Please post your installation log. It is named something.log and is located in the %TEMP% folder.

Regards,
Jacob
by jr
Fri Jun 07, 2013 8:25 am
Forum: General
Topic: installation pdf-printer
Replies: 1
Views: 75029

Re: installation pdf-printer

Hi,

You can download it manually from here: http://www.bullzip.com/products/pdf/inf ... quirements

Place it in the same folder as the printer setup. It will take it from there instead of trying to download it.

Regards,
Jacob
by jr
Fri Jun 07, 2013 8:22 am
Forum: General
Topic: PDF printer
Replies: 1
Views: 62911

Re: PDF printer

You are welcome :-)

Regards,
Jacob
by jr
Fri Jun 07, 2013 8:21 am
Forum: General
Topic: differences between paid/unpaid product
Replies: 1
Views: 61803

Re: differences between paid/unpaid product

Hi Gary,

It is mainly the number of pages it can produce. I think the free version only converts 3 pages.

Regards,
Jacob
by jr
Fri Jun 07, 2013 8:13 am
Forum: General
Topic: Error: There can be only one auto column & must be a key
Replies: 1
Views: 83455

Re: Error: There can be only one auto column & must be a ke

Hi Ron,

My software is not perfect :-)

If you contact me via the contact form on the site then we can arrange that you send me a small sample database to reproduce the problem. That will help me fix it.

Regards,
Jacob
by jr
Fri Jun 07, 2013 8:09 am
Forum: General
Topic: Extract text from the folder
Replies: 1
Views: 62556

Re: Extract text from the folder

Hi, You could potentially create a batch file to do that. Before that you have to decide how to filter the files in the folders. Maybe you don't want all files? Do you want subdirectories scanned as well? How do you want to save the result? One big result file or one result per original file? Regard...
by jr
Fri Jun 07, 2013 8:06 am
Forum: Installation
Topic: Installation hangs when trying to stop the spooler service
Replies: 9
Views: 123436

Re: Installation hangs when trying to stop the spooler servi

Can you run the following two commands from your command line?

NET STOP SPOOLER

NET START SPOOLER

If you cannot start and stop your spooler service then there may be something else wrong on your system???

Best regards,
Jacob
by jr
Fri Jun 07, 2013 8:04 am
Forum: General
Topic: Do I need to buy comercial licenses?
Replies: 1
Views: 63728

Re: Do I need to buy comercial licenses?

Hi, If you use it on a Terminal Server or Citrix server then your user count is the number of named users with a login to the server. That means that in your case you need a 50 user license. Hopefully the other users will have great use of the PDF writer once they have access to it :-) The good news...
by jr
Tue May 07, 2013 10:36 pm
Forum: General
Topic: Missing chars?
Replies: 1
Views: 68261

Re: Missing chars?

Try to set the font download to outline on in the advanced options. That may help :-)

/Jacob
by jr
Tue May 07, 2013 10:33 pm
Forum: General
Topic: Bug with export indexes and select tables
Replies: 0
Views: 73178

Re: Bug with export indexes and select tables

Shouldn't it just transfer the indexes that consist of fields that you have selected to transfer?

If you do not transfer the fields then the index cannot be created.

Regards,
Jacob
by jr
Tue Apr 16, 2013 10:35 am
Forum: General
Topic: How long does it take for a new topic to be approved?
Replies: 1
Views: 231526

Re: How long does it take for a new topic to be approved?

Sorry about that JZ. Too much to do and too little time :-)

Regards,
Jacob
by jr
Tue Apr 16, 2013 10:34 am
Forum: Programming
Topic: Visual foxpro printing
Replies: 1
Views: 69748

Re: Visual foxpro printing

Maybe you can find a hint here: http://www.tek-tips.com/viewthread.cfm?qid=1633942 This is the code that was used: BZWriter = CREATEOBJECT("BullZip.PDFPrinterSettings") WITH BZwriter .SetValue ("output", &xToPDF) .SetValue ('ShowSettings', 'NEVER') .SetValue ('ConfirmOverwrite', "&qBZConfirm") .SetV...