Search found 13 matches
- Tue Jan 20 2004
- Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
- Topic: SelectAllObjects
- Replies: 3
- Views: 7794
more...
i understand the fxn, my problem is that whenever i use it, i get the following error: Warning: constructing COleException, scode = DISP_E_MEMBERNOTFOUND ($80020003). what does this mean? does my pdf creator dll not contain that fxn? if so, how do i get it, and how do i know what version of the crea...
- Thu Jan 15 2004
- Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
- Topic: SelectAllObjects
- Replies: 3
- Views: 7794
SelectAllObjects
i see this command taks a value as an input, what is it?
my documenation for the PDFCreator seems to be missing explanations of a lot of fxns. is there an updated one?
thanks.
my documenation for the PDFCreator seems to be missing explanations of a lot of fxns. is there an updated one?
thanks.
- Tue Jan 13 2004
- Forum: Amyuni PDF Converter (PDF Printer Driver)
- Topic: PDF Converter-Developer Text Rotation problem
- Replies: 13
- Views: 19288
unable to e-mail
i have attempted to e-mail several times, and i keep getting "unable to send message". something like: ----- Transcript of session follows ----- ... while talking to hazel.stormweb.net.: >>> RCPT To:<support@amyuni.com> <<< 451 This mail was handled by an open relay - please visit <http://...
- Mon Jan 12 2004
- Forum: Amyuni PDF Converter (PDF Printer Driver)
- Topic: PDF Converter-Developer Text Rotation problem
- Replies: 13
- Views: 19288
ok... but...
well, if you have any program that will create upside down text (rotated 180 degrees), you will recreate the problem. my 6mo. support period expired last week, so now, it appears, despite a bug in the amyuni that *i* found, and am pulling thorns to try to resolve, (how about using microsoft paint to...
- Thu Jan 08 2004
- Forum: Amyuni PDF Converter (PDF Printer Driver)
- Topic: PDF Converter-Developer Text Rotation problem
- Replies: 13
- Views: 19288
however...
frankly, i don't understand why you need me to make an app (which i'd have to do from scratch), when i believe you can just recreate it yourself. its quite easy ... goto Microsoft Publisher and add some text. Flip it 180 degrees and then print that page to the Amyuni Converter. You will get the erro...
- Thu Jan 08 2004
- Forum: Amyuni PDF Converter (PDF Printer Driver)
- Topic: PDF Converter-Developer Text Rotation problem
- Replies: 13
- Views: 19288
ok...
i'll see what i can do to create a small app... in the meantime, i'm using the creator dll to traverse all the text objects and manually change them to be correct, however, it adds time to the printing process, so i would like to see this resolved.
- Tue Jan 06 2004
- Forum: Amyuni PDF Converter (PDF Printer Driver)
- Topic: PDF Converter-Developer Text Rotation problem
- Replies: 13
- Views: 19288
last bit of info...
i've noticed that for my problem text, the text size is listed as being negative... ie 9pt text is listed as -9. furthermore there is no text angle for this text (its listed as 0). however, all text that's correctly displayed has a postive text size value *and* an angle value. only the 180 degree te...
- Tue Jan 06 2004
- Forum: Amyuni PDF Converter (PDF Printer Driver)
- Topic: PDF Converter-Developer Text Rotation problem
- Replies: 13
- Views: 19288
more info...
ok... what i've discovered is that text which is converted to "polygons" are drawn correctly (probably because they're directly drawn by the converter HDC, which works nicely and is quite cleaver...) text that is converted to "text" entities by the converter is not allowing 180 d...
- Tue Jan 06 2004
- Forum: Amyuni PDF Converter (PDF Printer Driver)
- Topic: PDF Converter-Developer Text Rotation problem
- Replies: 13
- Views: 19288
PDF Converter-Developer Text Rotation problem
I'm outputting a page using the HDC provided by my developer version of the pdfconverter. My problem is that text which is "upside down" on the page (rotation being 180 degrees), comes out right-side up (0 degrees) with the text reversed. When I draw/output Text, I am calling CreateFont an...
- Thu Nov 13 2003
- Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
- Topic: Using GetObjectAttribute in C++ to retrieve Objects
- Replies: 5
- Views: 9737
problem...
ok, getting close, my problem now is that when the line:
objects = m_pdf.GetObjectAttribute(cs, _T("Objects"));
instead of returning a value to the objects variant, it immediately drops out and returns from the fxn.
any explanation would be FANTASTIC!!
objects = m_pdf.GetObjectAttribute(cs, _T("Objects"));
instead of returning a value to the objects variant, it immediately drops out and returns from the fxn.
any explanation would be FANTASTIC!!
- Thu Nov 13 2003
- Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
- Topic: Dumb question about DIPID's for pdfcreactive.dll
- Replies: 0
- Views: 5110
Dumb question about DIPID's for pdfcreactive.dll
this is going to sound real lame, but i didn't do the original pdf programming, and am picking it up on the fly. what i'm wondering is, how would i add more operations? i updated to the 1.50b version, and it contains operations that either didn't exist in 1.09, or we didn't add them. it appears we a...
- Wed Nov 12 2003
- Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
- Topic: Using GetObjectAttribute in C++ to retrieve Objects
- Replies: 5
- Views: 9737
so far so good...
thanks! this seems to work..
however, my class definition of CacObject does not include GetName. I am using 1.09 of the PDFCreator. Is there a new version that contains more member variables?
Regards,
Jim Smith
however, my class definition of CacObject does not include GetName. I am using 1.09 of the PDFCreator. Is there a new version that contains more member variables?
Regards,
Jim Smith
- Wed Nov 12 2003
- Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
- Topic: Using GetObjectAttribute in C++ to retrieve Objects
- Replies: 5
- Views: 9737
Using GetObjectAttribute in C++ to retrieve Objects
I see the example and explanation of using GetObjectAttribute to retrieve the list of objects in a document, but am unable to implement it into my code. Two problems, one, the example uses VB, and I use C++, and don't know how to translate, and two, I've never use a VARIANT before. So my questions: ...