Search found 36 matches

by ASRoden
Fri Nov 03 2006
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: Events and ATL ActivceX wrapper class
Replies: 1
Views: 5835

ok for anyone interested, I had the major version of the control wrong in my class specification: class CPdfMainWindow : public CWindowImpl<CPdfMainWindow, CWindow, CControlWinTraits >, public IDispEventImpl<1, CPdfMainWindow, &__uuidof(_IPDFCreactiveXEvents), &__uuidof(__ACPDFCREACTIVEX), 2...
by ASRoden
Fri Nov 03 2006
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: FileSize limit
Replies: 0
Views: 5166

FileSize limit

In our application I am using OpenEx(). I have a large 4MB pdf file that the control seems to have problems with. Do I need to look at loading a page at a time in this case? Is there a filesize limit documented somewhere?
by ASRoden
Thu Nov 02 2006
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: Events and ATL ActivceX wrapper class
Replies: 1
Views: 5835

Events and ATL ActivceX wrapper class

Has anyone else had to wrap the ActiveX control in an ATL class? I have this working with the exception of the Event Sink. Not sure what I am doing wrong. ... BEGIN_SINK_MAP(CPdfMainWindow) //Make sure the Event Handlers have __stdcall calling convention SINK_ENTRY_EX(1, __uuidof(_IPDFCreactiveXEven...
by ASRoden
Wed Oct 25 2006
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: Printing and Display Issues
Replies: 0
Views: 5271

Printing and Display Issues

I have a couple of 'real world' pdf files that exhibit problems in their display or printing. I think both of these are font issues. In one I get 'garbage' in the display rather than the font that should be there. (I can view and print these files successfully with Acrobat) In the printing issue, th...
by ASRoden
Wed Oct 25 2006
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: Drawing With The Mouse
Replies: 1
Views: 5831

oops missed the freehand tool in the documentation and was not in the creatorviewer example program.
by ASRoden
Tue Oct 24 2006
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: Ruler Size 0 but image still offset
Replies: 1
Views: 5501

Figured this out:
PutRulerSize(0);
PutMinimumGap(0);

Thanks.
by ASRoden
Tue Oct 24 2006
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: Drawing With The Mouse
Replies: 1
Views: 5831

Drawing With The Mouse

Is there a tool available to Free Hand Annotations? A Pen Tool like Acrobat has? I need to let our clients 'sign' a PDF document using the pen on a touchscreen. Thanks.
by ASRoden
Mon Oct 23 2006
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: Ruler Size 0 but image still offset
Replies: 1
Views: 5501

Ruler Size 0 but image still offset

I have set the Ruler size to '0', but my PDF image still displays over and down like the rulers are still there. Is there anything I can do to get the image to display at 0,0?
by ASRoden
Mon Oct 23 2006
Forum: Wish List
Topic: Hide ruler ?
Replies: 4
Views: 17810

Hiding Rulers

How do we set the ruler size to '0'?
by ASRoden
Tue Aug 15 2006
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: FitToParent
Replies: 5
Views: 9729

Do you have a sample project to share that shows using the control in an ATL window?
by ASRoden
Thu Aug 10 2006
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: FitToParent
Replies: 5
Views: 9729

Have the latest version. Still have same issue. Trying to implement the control through a ATL Host example program failed too...
by ASRoden
Tue Aug 08 2006
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: FitToParent
Replies: 5
Views: 9729

I thought I was on the latest version, but it looks like the pdfcreactivex.dll version is 2.0.0.7. I will see about getting the latest version.
by ASRoden
Tue Aug 01 2006
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: FitToParent
Replies: 5
Views: 9729

FitToParent

I have the ActiveX control in a dialog box in my C application. Everything seems to work except that when I change the size of the dialog box the size of the PDF Control doesn't change (FitToParent is set). Anyone have any ideas?
by ASRoden
Tue Jun 20 2006
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: Creator Control but no toolbars
Replies: 0
Views: 5162

Creator Control but no toolbars

I have the Creator Control working on my dialog box, but I do not see any toolbars. How do I go about implementing them? Do I have to create my own toolbars and then tie them into the DoCommandTool() method?
by ASRoden
Tue Jun 20 2006
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: Creator Control but no toolbars
Replies: 1
Views: 5475

Creator Control but no toolbars

I have the Creator Control working on my dialog box, but I do not see any toolbars. How do I go about implementing them? Do I have to create my own toolbars and then tie them into the DoCommandTool() method?