Search found 6 matches
- Fri Dec 05 2003
- Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
- Topic: acObjectTypeStickyNote does not create correctly
- Replies: 1
- Views: 5888
acObjectTypeStickyNote does not create correctly
When I dynamically create a sticky note in a PDF viewer it is not coming out right and ends up in the upper left and corner of the page. Here is the code I used to create it. I have set the license key. Also cannot edit it. Also if you try to set the width and height in the OnNewObject it doesn't re...
- Mon Nov 03 2003
- Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
- Topic: PDF Creator ActiveX
- Replies: 5
- Views: 11232
New Events and Methods
Hello again, I notice there doesn't seem to be a ObjectCount property to determine how many objects are in the pdf. You have to use ObjectAttributes to get the object count per page using ObjectAttributes("page[1]", "Objects"). It would be good if we had a property called ObjectC...
- Mon Nov 03 2003
- Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
- Topic: PDF Creator ActiveX
- Replies: 5
- Views: 11232
Mouse Down and New Object Creating events
Hello all, In addition to mouse down's events it would be good if we had an event for when a new object is created OnNewObject(LPCSTR AObject, OleEnum ObjectType). This way when we can respond and set properties on this new object such as a default width and height to the object, colors and etc. Thi...
- Mon Nov 03 2003
- Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
- Topic: Saving
- Replies: 1
- Views: 5710
Saving
I load a PDF file and then when I save it with 5 annotations the file goes from 3 mb to 6 mb. Why is that? I am using the ActiveX component for the viewing and saving PDF documents.
Thanks,
Kenneth Lewis
Intuit, Inc.
Thanks,
Kenneth Lewis
Intuit, Inc.
- Mon Nov 03 2003
- Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
- Topic: IStreamPersistentInit
- Replies: 0
- Views: 4867
IStreamPersistentInit
Hello again,
The developers documentation PDF mentions a guid of IID_IPersistentStreamInit. I need to know the actual guid so that I can do the loading from a stream versus a file.
Thanks,
Kenneth
The developers documentation PDF mentions a guid of IID_IPersistentStreamInit. I need to know the actual guid so that I can do the loading from a stream versus a file.
Thanks,
Kenneth
- Mon Nov 03 2003
- Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
- Topic: Saveing objects seperate
- Replies: 0
- Views: 5476
Saveing objects seperate
Hello all, First time caller first time listener ha ha :) Can the objects be saved seperate from the pdf file and brought back in from that seperate file? We want the pdf to be read only and just save the pdf objects (annotations) seperate from the pdf file. Then we want to be able to load those ann...