Search found 36 matches

by aroncox
Fri Aug 23 2013
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Amyuni 5 and SimPostscript
Replies: 4
Views: 7928

Amyuni 5 and SimPostscript

Hi, I downloaded and installed Amyuni PDF Suite Developer Pro 5.0 yesterday in order to see if it we can upgrade from version 4. Unfortunately it seems an old problem we had has come back in that converting a Word document containing a watermark is no longer working. I had already added the SimPosts...
by aroncox
Thu Jun 28 2012
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Win7 x64 hangs - 0 byte file
Replies: 4
Views: 16794

Re: Win7 x64 hangs - 0 byte file

Thanks very much for your reply. I'll take a look at Amyuni 4.5.
by aroncox
Thu Jun 28 2012
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Watermark does not look so good
Replies: 2
Views: 5198

Re: Watermark does not look so good

Thanks very much for your reply. I'll take a look at Amyuni 4.5.
by aroncox
Thu Jun 21 2012
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Watermark does not look so good
Replies: 2
Views: 5198

Watermark does not look so good

Amyuni PDF Converter 4.0.1.2 Windows 7 32 and 64 We had a problem with watermarks in Word printing as blocks rather than the text, and fixed this by adding SimPostscript=TRUE, and things are now much better. The watermark text is readable and behind the main text. However it is much uglier than the ...
by aroncox
Thu Jun 21 2012
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Win7 x64 hangs - 0 byte file
Replies: 4
Views: 16794

Re: Win7 x64 hangs - 0 byte file

We've had this quite a lot on 64-bit PCs recently and the fix as suggested above works every time. However our problem is that the installer does not work ever. I suspect this is because on most new machines with Office installed NUL: is already used by some office component (OneNote), but if we man...
by aroncox
Wed Mar 07 2012
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Calibri, glyphys and Amyuni 4.0.1.2
Replies: 0
Views: 11986

Calibri, glyphys and Amyuni 4.0.1.2

I have Amyuni 4.0.1.2 installed, when I convert to PDF my code uses these options: NoPrompt + UseFileName + EmbedFonts + MultiLingualSupport However if I use the Calibri font (which a customer has just specified), then certain letter combinations (I assume ones that are converted into glyphs, e.g. t...
by aroncox
Fri Apr 01 2011
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Activation Error -30
Replies: 5
Views: 12896

Re: Activation Error -30

I have finally tracked this down, changing this FileNameOptionsEx = NoPrompt + UseFileName + EmbedFonts + MultiLingualSupport + FullEmbedFonts to this (i.e. removing the FullEmbedFonts) FileNameOptionsEx = NoPrompt + UseFileName + EmbedFonts + MultiLingualSupport Makes it all work again on Windows S...
by aroncox
Wed Mar 30 2011
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Activation Error -30
Replies: 5
Views: 12896

Re: Activation Error -30

Okay, I tried the new activation code, kindly supplied by Amyuni, and I found a report that was only one page long, but I am still getting "Printer not activated, error code -30" in a Windows Terminal Server 64-bit environment. My application is a Powerbuilder 32-bit one. As I said before ...
by aroncox
Tue Mar 29 2011
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Activation Error -30
Replies: 5
Views: 12896

Re: Activation Error -30

I've been kindly sent a new activation code by Amyuni that changes the activation period from 20 seconds to a minute. I'll test it tomorrow. Thanks Amyuni!
by aroncox
Tue Mar 29 2011
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Activation Error -30
Replies: 5
Views: 12896

Re: Activation Error -30

Hmm, I've been experimenting and I can get a -30 error if I pause between printer activation and print for a while, and on the PC in question is does seem to take a long time to print, in fact it feels like Amyuni is getting slower on all my PCs. Is it possible to get an Amyuni 4 with a longer activ...
by aroncox
Fri Mar 25 2011
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Activation Error -30
Replies: 5
Views: 12896

Activation Error -30

I have one customer, who is on a 64-bit Windows 2008 Terminal Server, that is getting Activation Error -30 in code that's working for everyone else. I have Amyuni PDF Creator 4.0.1.2 installed, and a small test program I've written works with no issues. What causes a -30 error, and any ideas on what...
by aroncox
Thu Oct 07 2010
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: TN09a: Running Sample
Replies: 1
Views: 4897

Re: TN09a: Running Sample

Hmm, don't know if this the right answer or not, but I finally got it working by afdding this line of code just above the one that was failing in my last post:

cdiNet = new CDIntf.CDIntfControl();

Either the code was never tested, or I'm missing something fundamental!

Thanks,

Aron.
by aroncox
Thu Oct 07 2010
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: TN09a: Running Sample
Replies: 1
Views: 4897

TN09a: Running Sample

I have downloaded and installed (as far as I can tell) all the sample Amyuni applications (Creator, Converter, Suite), and now I have downloaded Tech Note TN09a: Using the Amyuni PDF Converter with Microsoft C#. I have opened and converted this to .NET 3.5 in Visual Studio 2008, and everything looks...
by aroncox
Tue Sep 15 2009
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Converting JPG to PDF
Replies: 1
Views: 4535

Converting JPG to PDF

I'm using the code below (which is in PowerBuilder sorry, but you ought to be able to work out what it is doing). I'm trying to convert a JPG file to a PDF and all that happens right now is when it gets to the BatchConvert call the file opens in Windows Picture and Fax Viewer and then never exits fr...
by aroncox
Mon Jul 13 2009
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: ExportToTIFF not working?
Replies: 1
Views: 3985

Re: ExportToTIFF not working?

Ahah, it turns out I don't have the licence for the ExportToTiff functionality and that's why it no longer works. So I'll guess I'll have to work out what to do next as this was pretty useful for my project. I suggest that Amyuni add something to the help file that says which product each method or ...