Search found 8 matches

by MaxMotovilov
Tue May 25 2010
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: Problems with EMF output using DrawCurrentPage() in 4.0
Replies: 0
Views: 9302

Problems with EMF output using DrawCurrentPage() in 4.0

I have been using the following wrapper code for the DrawCurrentPage() API for a long time (definitely with versions 2.x and 3.x): ================================== ::SetGraphicsMode( dc, GM_ADVANCED ); XFORM twips_xform = { FLOAT(inches_xform[0] / 1440.0), FLOAT(inches_xform[1] / 1440.0), FLOAT(in...
by MaxMotovilov
Fri Apr 13 2007
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: Are type 3 fonts supported in 2.x? 3.0?
Replies: 2
Views: 6714

Retested with 3.0; same problem.
by MaxMotovilov
Fri Apr 13 2007
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: Are type 3 fonts supported in 2.x? 3.0?
Replies: 2
Views: 6714

Are type 3 fonts supported in 2.x? 3.0?

Subj. I have some PDF files our customers complained about that seem to display properly in Adobe Reader and come out with messed up text in our PDFCreator-based window. I've looked inside one of these and saw that it uses Type 3 embedded fonts. The encoding on them looks all weird too: when I try t...
by MaxMotovilov
Fri May 05 2006
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: CreateDC() silently returns NULL (code used to work)
Replies: 1
Views: 5025

Update: I have upgraded to 2.50g and the problem persists.
by MaxMotovilov
Thu May 04 2006
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: CreateDC() silently returns NULL (code used to work)
Replies: 1
Views: 5025

CreateDC() silently returns NULL (code used to work)

I have recently encountered a problem with the code that used to work properly before; my guess is that it worked last time with 2.10.x and now I am using 2.5.0. The code I have prints to PDF Converter via the CreateDC() mechanism. The following is an outline (I am not posting the original to reduce...
by MaxMotovilov
Thu Oct 14 2004
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: Does PDF Creator 1.5 support invisible text (3 Tr)?
Replies: 8
Views: 15885

Does PDF Creator 1.5 support invisible text (3 Tr)?

I have a number of PDF files that contain scanned page images along with the text generated by an OCR algorithm. The text is rendered in invisible mode (using PDF command 3 Tr). Adobe Reader shows only the images but allows selecting the invisible text. The PDF Creator shown both images and the text...
by MaxMotovilov
Fri Sep 10 2004
Forum: C/C++/C# Community
Topic: Printer not ready (Converter dev/pro eval)
Replies: 3
Views: 9177

Please note that before printing from inside your application you need to call EnablePrinter() while providing the Licensee code and Activation code you get when downloading the demo Thank you, Joan! Yes, it does help. It is unfortunate that a complete example of the sequence required to open a pri...
by MaxMotovilov
Thu Sep 09 2004
Forum: C/C++/C# Community
Topic: Printer not ready (Converter dev/pro eval)
Replies: 3
Views: 9177

Printer not ready (Converter dev/pro eval)

Nothing would print to PDF Converter (applications, test page from printer properties etc.). My code gets back -1/21 (printer not ready) from StartDoc(). The COM interface seems to work properly (instantiate, call methods etc.); the evaluation code has been set using command-line install. OS: Window...