Search found 6 matches

by anglerdk
Thu Jan 13, 2011 10:40 am
Forum: Programming
Topic: Error when creating BullZip.PdfSettings
Replies: 2
Views: 20930

Re: Error when creating BullZip.PdfSettings

[quote="jr"]I assume that you have the problem in a VBA macro inside Microsoft Word 2003 or Microsoft Excel 2003. See the link below for an explanation and a solution. http://www.biopdf.com/guide/trouble_shoot_microsoft_office_2003.php Regards, Jacob[/quote] Thanx my VBA code is now working again :)
by anglerdk
Thu Jan 13, 2011 10:29 am
Forum: Programming
Topic: Error when creating BullZip.PdfSettings
Replies: 2
Views: 20930

Re: Error when creating BullZip.PdfSettings

[quote="jr"]I assume that you have the problem in a VBA macro inside Microsoft Word 2003 or Microsoft Excel 2003. See the link below for an explanation and a solution. http://www.biopdf.com/guide/trouble_shoot_microsoft_office_2003.php Regards, Jacob[/quote] Thanx my VBA code is now working again :)
by anglerdk
Thu Jan 13, 2011 10:27 am
Forum: Programming
Topic: Error in VB App while using Bullzip7.1.1218 instead of 6.0
Replies: 0
Views: 13607

Re: Error in VB App while using Bullzip7.1.1218 instead of 6.0

there is a fix description here:

http://www.biopdf.com/guide/trouble_sho ... e_2003.php

had same problem, but now it is working :)
by anglerdk
Wed Sep 16, 2009 5:44 am
Forum: Programming
Topic: not full page watermark = can select on the merged file
Replies: 0
Views: 13414

not full page watermark = can select on the merged file

hi I use bullzip to write a watermark and use Superimpose to merge an allready made PDF with a watermark (uses VBA code to read the PDF file for unique keys and uses the code to make a SQL call to get more info about this - the code renames the file with the info - but thats of no good if the users ...
by anglerdk
Wed Sep 16, 2009 5:35 am
Forum: Programming
Topic: Print 1 document to several files
Replies: 0
Views: 14417

Re: Print 1 document to several files

is this still an issue ? and what program ? a solution is to use Excel: printout method has several options.. eg. here, the print is from page 1 to page 2.. range("a1:m30").select 'the range you want to print - you could also mark the whole area , choose show Page (sorry dont know what the menu poin...
by anglerdk
Tue Sep 15, 2009 6:38 pm
Forum: Programming
Topic: Print pdf to sheet name in excel macro
Replies: 0
Views: 14657

Re: Print pdf to sheet name in excel macro

the eassiest way is to use Excel to put it in the footer. in page settings.. you can make Excel write footer and header with sheet name and path.. alternative - you have to code to the bullzip printer a watermark in the buttom of the page. see syntax here: http://www.biopdf.com/guide/settings.php so...