Search found 12 matches

by JRH
Mon Jul 12 2010
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Allow Commenting
Replies: 3
Views: 6816

Re: Allow Commenting

Should we be able to generate a PDF with PDF Converter that allows commenting using the full version of Acrobat? If so, is there something special that the Acrobat user has to do to enable comments?

Thanks
by JRH
Sun Jun 27 2010
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Allow Commenting
Replies: 3
Views: 6816

Allow Commenting

Using PDF Converter 4.0 Developer Pro, we're unable to generate PDF's that allow commenting with Adobe Reader. We set the Permissions property to (-64 + 32). We've tried both 40 and 128 bit encryption, and every combination of owner/user passwords. The Security tab in Adobe Reader always shows that ...
by JRH
Tue Mar 02 2010
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Concatenate option not working with encryption
Replies: 0
Views: 4399

Concatenate option not working with encryption

Since upgrading to version 4.0, the concatenate option no longer works when encrypting the PDF. The following VB6 pseudo-code has worked for all versions until 4.0, but now results in a PDF that can't be opened. What changed? Thanks. Set WordApp = CreateObject("Word.Application") Set PdfAp...
by JRH
Fri May 15 2009
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Unable to convert landscape Word docs
Replies: 4
Views: 9324

Re: Unable to convert landscape Word docs

1. Yes, same file copied between machines.

2. Yes, Word 2003 SP3.

3. Document is set to landscape.

Thanks
by JRH
Wed May 13 2009
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Unable to convert landscape Word docs
Replies: 4
Views: 9324

Re: Unable to convert landscape Word docs

On the new machine I can open documents with Word, and print them to an actual printer, without changing any of the page / margin settings for the documents. I'm not sure what you mean by "match the printer settings". Do you mean to programmatically change the Amyuni PDF printer settings t...
by JRH
Wed May 06 2009
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Unable to convert landscape Word docs
Replies: 4
Views: 9324

Unable to convert landscape Word docs

I have a VB6 app that opens a Word doc, and converts it to a PDF using the Amyuni PDF converter. The app has worked for years on my original development machine, as well as many customer machines. I've moved all development to another machine (see below). Now when the VB6 app prints a landscape Word...
by JRH
Thu Jun 19 2008
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Fit to paper when printing
Replies: 1
Views: 3974

Fit to paper when printing

PDF Converter 3.02 Developer version

When printing an existing PDF using CDIntfEx.Document (Open / Print), how can the output be scaled to fit the printer paper size?

TIA - Jack
by JRH
Mon May 14 2007
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: No Bookmarks in Common Driver Interface 300.pdf
Replies: 3
Views: 5991

I found an online version of the documentation that includes the bookmarks.

Thanks
by JRH
Fri May 11 2007
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: No Bookmarks in Common Driver Interface 300.pdf
Replies: 3
Views: 5991

No Bookmarks in Common Driver Interface 300.pdf

Could we please get some bookmarks added to the documentation PDF - "Common Driver Interface 300.pdf"?

Thanks
by JRH
Fri Mar 30 2007
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Problems printing to physical printer - HP OfficeJet
Replies: 1
Views: 4767

Problems printing to physical printer - HP OfficeJet

Using the 2.10 developer version, and the Print method of CDIntfEx.Document, some of our users have problems printing PDF's to an HP OfficeJet G85xi. Most of the document doesn't get spooled to the printer. However, these same users can print the same PDF to other printers, and can print the same PD...
by JRH
Tue Dec 14 2004
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Printing to Windows Fax Printer
Replies: 0
Views: 3639

Printing to Windows Fax Printer

I'd like to use the Amyuni PDF Converter (CDIntfEx) to fax PDF's using the Windows Fax Server (XP or 2003), without invoking the Send Fax Wizard. If I just use the CDItnfEx.Document.Print method to print to the fax printer, the Send Fax Wizard always appears. I can use the Fax Service Client API to ...
by JRH
Wed Aug 25 2004
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Document.Print Return Value
Replies: 0
Views: 3570

Document.Print Return Value

The return value of CDIntfEx.Document.Print is documented to be True if printing was successful, and False otherwise. However, I'm getting the exact opposite. I'm using version 2.1.0.5 of the dll.

Is this a known problem, and has it been changed in a more recent version?

Thanks