Search found 64 matches

by admin
Sat Feb 11, 2012 6:08 pm
Forum: Programming
Topic: watermark <date> DDMMYYYY
Replies: 1
Views: 10576

Re: watermark <date> DDMMYYYY

You can create a new macro: Function DateDDMMYYYY() Dim retv, d d = Now retv = Right("00" & Day(d), 2) & Right("00" & Month(d), 2) & Right("0000" & Year(d), 4) DateDDMMYYYY = retv End Function Save the macro above in a .vbs file in the macros folder and use the following in your output specification...
by admin
Sat Feb 11, 2012 6:04 pm
Forum: Programming
Topic: Printing Multiple Reports into 1 PDF
Replies: 1
Views: 10813

Re: Printing Multiple Reports into 1 PDF

You can append your current print job to an existing PDF document. You cannot print directly into a zip file.
by admin
Wed Jan 11, 2012 9:19 pm
Forum: General
Topic: Get HUGE filesizes when i print a PDF with overlay
Replies: 1
Views: 15744

Re: Get HUGE filesizes when i print a PDF with overlay

You can try the solution at the link below.

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

Let me know if it fixes the problem
by admin
Thu Dec 15, 2011 9:05 am
Forum: General
Topic: Problem printing pdf to text
Replies: 1
Views: 10477

Re: Problem printing pdf to text

How do you print it to text?
by admin
Thu Dec 15, 2011 9:04 am
Forum: General
Topic: newbie How to close Adobe Acrobat after making PDF?
Replies: 1
Views: 10737

Re: newbie How to close Adobe Acrobat after making PDF?

When you print a PDF file then the Adobe Reader does not close automatically. There is a tool to fix this problem at the link below.

http://www.biopdf.com/acrowrap/close_adobe_reader.php
by admin
Thu Dec 15, 2011 9:02 am
Forum: General
Topic: output folder same as source doc folder
Replies: 1
Views: 10352

Re: output folder same as source doc folder

It cannot do that because it only sees the print job and doesn't know anything about the source document and its location.
by admin
Thu Dec 15, 2011 9:01 am
Forum: General
Topic: Multiple output types supported: BMP, JPEG, PCX, PDF, PNG, a
Replies: 1
Views: 11249

Re: Multiple output types supported: BMP, JPEG, PCX, PDF, PN

You can select the output format on the General tab.
by admin
Thu Dec 15, 2011 9:00 am
Forum: General
Topic: Watermark causes page to change orientation
Replies: 1
Views: 10195

Re: Watermark causes page to change orientation

Are both your print and the background in the same page format. I recommend that if you print to Letter format then your background should also be of Letter format.
by admin
Thu Dec 15, 2011 8:59 am
Forum: General
Topic: Way to not save file when printing?
Replies: 1
Views: 9819

Re: Way to not save file when printing?

What do you mean by printing to the screen?
by admin
Thu Dec 15, 2011 8:57 am
Forum: General
Topic: How to use Bullzip PDF Printer?
Replies: 1
Views: 10429

Re: How to use Bullzip PDF Printer?

You only use the PDF printer when you want to create a PDF.
by admin
Thu Dec 15, 2011 8:56 am
Forum: General
Topic: Problem printing HTML to pdf
Replies: 1
Views: 13346

Re: Problem printing HTML to pdf

Which browser do you use?

Can you see all pages if you do a print preview?
by admin
Fri Oct 28, 2011 8:55 pm
Forum: General
Topic: EVERY SECOND PAGE IS BLANK
Replies: 2
Views: 17722

Re: EVERY SECOND PAGE IS BLANK

What happens if you print to a physical printer from that machine?

Can you see the empty pages in the print preview of Excel?
by admin
Fri Oct 28, 2011 8:52 pm
Forum: General
Topic: Error 1008, Ghost script timed out!
Replies: 1
Views: 20254

Re: Error 1008, Ghost script timed out!

You should use the global.ini to change the default ghostscript timeout value.

http://www.biopdf.com/guide/ghostscript_timeout.php
by admin
Fri Oct 28, 2011 8:49 pm
Forum: General
Topic: Error -2147024770
Replies: 1
Views: 16644

Re: Error -2147024770

Can anyone tell if this is still a problem with the current version?
by admin
Fri Oct 28, 2011 8:44 pm
Forum: General
Topic: Printing using a DOS command.
Replies: 1
Views: 17057

Re: Printing using a DOS command.

Are you trying to print text files from a command line?