Search found 499 matches

by jr
Wed Nov 16, 2016 12:57 pm
Forum: General
Topic: How to create a PDF with included EPS?
Replies: 0
Views: 131260

Re: How to create a PDF with included EPS?

Hi,

Sorry but I don't have a fix for that. I'm not sure if it is a Bullzip or Libre Office problem.

Regards,
Jacob
by jr
Thu Aug 04, 2016 8:06 pm
Forum: General
Topic: superimpose/background controlled by tray/paper type
Replies: 0
Views: 131256

Re: superimpose/background controlled by tray/paper type

Hi Erik,

That is not possible at the moment. However, it should be possible to develop something like that. Please use the support form to contact me :-)

Regards,
Jacob
by jr
Mon Apr 25, 2016 8:31 am
Forum: General
Topic: Merge PDF files
Replies: 0
Views: 133775

Re: Merge PDF files

I recommend that you try version 10.24 or later. This version will disable the parallel printing by default. When merging files, it is important to wait for the previous job to finish.

Regards,
Jacob
by jr
Mon Apr 25, 2016 8:30 am
Forum: General
Topic: 2 simultaneous jobs
Replies: 0
Views: 132240

Re: 2 simultaneous jobs

Hi, You can use the <ticks> described here: http://www.biopdf.com/guide/macro_tags.php <ticks> The value of this macro tag represents the number of 100-nanosecond intervals that have elapsed since 12:00:00 midnight, January 1, 0001. Example: 634889921720358114 There is also a <counter> and a <guid>....
by jr
Thu Oct 29, 2015 6:13 pm
Forum: Programming
Topic: Print to Physical Printer After PDF Created
Replies: 1
Views: 126748

Re: Print to Physical Printer After PDF Created

There is currently limited support for this. Go to this page and look at the "Print To Printer" section of settings. http://www.biopdf.com/guide/settings.php There is currently no user interface to edit these settings. I suggest that you modify your settings.ini or global.ini in a text editor to add...
by jr
Thu Oct 29, 2015 6:10 pm
Forum: General
Topic: Access To MSSQL 5.3.0.259 - Error transfer
Replies: 1
Views: 112059

Re: Access To MSSQL 5.3.0.259 - Error transfer

Hi,

Please go to http://www.bullzip.com/support and upload a sample database that will help me reproduce the problem :-)

Regards,
Jacob
by jr
Fri Jul 24, 2015 3:46 pm
Forum: Programming
Topic: Invalid PDF files created
Replies: 1
Views: 63443

Re: Invalid PDF files created

Hi,

You should not print to a file as shown in your example.

Please see this ASP.NET example.

http://www.biopdf.com/guide/examples/pr ... aspnet.php

I hope this helps you :-)

Regards,
Jacob
by jr
Sat Jul 18, 2015 9:26 pm
Forum: General
Topic: Print without Headlines and Footer
Replies: 1
Views: 127811

Re: Print without Headlines and Footer

Hi,

I guess you are printing from an Internet browser. Browsers normally add a header and a footer to the print jobs. Most of them have a page setup menu item where you can change the header and footer settings.

Best regards,
Jacob
by jr
Wed Jun 17, 2015 12:55 pm
Forum: General
Topic: PrinterError: Low Printer VM with ver. 10_11_0_2338 or later
Replies: 2
Views: 67097

Re: PrinterError: Low Printer VM with ver. 10_11_0_2338 or l

Hi, You can help me locate the problem by collecting debug information for me. I know that your debug result may be huge but that may be what I need to recreate the problem. Here is how to enable the debug mode: http://www.biopdf.com/guide/trouble_shoot_pdf_creation.php Keep in mind that the paths f...
by jr
Wed Jun 17, 2015 12:45 pm
Forum: General
Topic: PDF Printer Crashes
Replies: 5
Views: 78979

Re: PDF Printer Crashes

More research shows that other people have this problem with the common dialogs for opening and saving files. It seems to be a problem related to Windows Server 2008 R2. Even Notepad have been reported to have the same issue. It may help to change the DEP (Data Execution Prevention) setting. Here is...
by jr
Tue Jun 09, 2015 9:23 am
Forum: General
Topic: PDF Printer Crashes
Replies: 5
Views: 78979

Re: PDF Printer Crashes

I can see on the internet that many other software packages are experiencing this problem with .net 4. As a possible fix I have created a possibility to force the use of .net 2 instead of 4. When you install it you should use the command line switch /USEDOTNET20 like this: Setup_BullzipPDFPrinter_VE...
by jr
Thu May 28, 2015 12:33 am
Forum: General
Topic: Trial Mode watermark
Replies: 0
Views: 134651

Re: Trial Mode watermark

Hi Gary,

This message is shown because the use of remote desktop is a professional feature. If you install a professional license then it will go away.

Regards,
Jacob
by jr
Tue Mar 24, 2015 4:40 pm
Forum: Programming
Topic: Access: Desire simple, clear code example for merging files
Replies: 1
Views: 78975

Re: Access: Desire simple, clear code example for merging fi

Hi, I have created a small VB Script that shows you how to do that. You should be able to convert that to VBA without any problems. Sub TestMerge2(currentdir) Dim objUtil Dim output, input1, input2, input3 Set objUtil = CreateObject("Bullzip.PdfUtil") output = currentdir & "\out\Test Merge2.pdf" Rem...
by jr
Fri Mar 20, 2015 7:55 pm
Forum: General
Topic: Booleans not converted per Version History
Replies: 0
Views: 71568

Re: Booleans not converted per Version History

Hi

I think this is fixed now :-)

/Jacob
by jr
Fri Mar 20, 2015 7:50 pm
Forum: Programming
Topic: WriteSettings (String) - Class doesn't support Automation
Replies: 3
Views: 71724

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

The PdfSettings interface is more or less a COM edition of the equivalent .NET assembly. The ComPdfSettings is a modified interface that handles some of the problems you run in to in the COM world. One of these things is the fact that you cannot overload the functions. Extra functions were added to ...