Search found 4 matches

by Jeremy
Tue Jul 13 2004
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: Wierd things happening in Creator (Demo)
Replies: 1
Views: 5877

Wierd things happening in Creator (Demo)

Hello, There are a couple of things happening in Creator that don't seem to be right. First of all, say I want to set the active page to the second page so that I can draw graphics on page 2. I use the following code in vb.net: PDF1.ObjectAttributeStr("text1", "Page", 2). However...
by Jeremy
Mon May 31 2004
Forum: C/C++/C# Community
Topic: C++ header file for Creator?
Replies: 3
Views: 10361

C++ header file for Creator?

Hello, I was wondering where I could find the header file and libraries needed to use Creator in C++. It isn't stated anywhere in the Creator documentation. Thanks.
by Jeremy
Fri May 28 2004
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: Loading a stream in VB
Replies: 3
Views: 8184

Hi, I was just wondering where I can get the ACPgProc.dll. It didn't come with the installation of the PDF Suite. Thanks.
by Jeremy
Wed May 26 2004
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: Loading a stream in VB
Replies: 3
Views: 8184

Loading a stream in VB

I have stored a pdf stream in memory using Converter and have the stream in a VB String, and now I want to be able to load the String into Creator within my VB6 application, so that I can modify it within memory without using any file I/O. I have only seen documentation to do this for C++ (pg. 34 of...