Search found 7 matches

by Tony21
Tue May 30 2017
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: Append C++ example
Replies: 1
Views: 21593

Re: Append C++ example

Never mind I got it but only with ApendEx func it is possible.
by Tony21
Tue May 30 2017
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: Append C++ example
Replies: 1
Views: 21593

Append C++ example

Hi

I trying to append to a pdf another pdf but not the whole file but some certain pages.
I see that there is a PageSequence nad PageSequenceStr attributes but I have no idea how to implement in C++.

I would appreciate an example code.

Thanks
by Tony21
Tue May 16 2017
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: Template text on every page
Replies: 1
Views: 6111

Template text on every page

Hi everybody,

When I open any pdf document

Code: Select all

pdf->Open(fileName, password,&hr);
on the top of every page is a template text about Amyuni copyright. Is it because of trial version I'm using ?
Can I turn it of somehow?

Thank you.
by Tony21
Mon May 15 2017
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: Qt and PDFCreator as library
Replies: 8
Views: 14741

Re: Qt and PDFCreator as library

Big thanks to Jose for your patience, you help me a lot. I have to ask you again for your help with this. I typed this to my code just to open the a simple pdf. //Constants for Activation codes bstr_t strLicenseTo = "Amyuni PDF Creator Evaluation"; bstr_t strActivationCode = "07EFCDAB...
by Tony21
Thu May 11 2017
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: Qt and PDFCreator as library
Replies: 8
Views: 14741

Re: Qt and PDFCreator as library

Jose, I do what you suggest me! look : 1, Import dll http://i.imgur.com/y9dnih2.png 2, Rebuild project and copy the two generated files (pdfcreactivex.tlh and pdfcreactivex.tli) from Debug folder to my Include dll folder. Including in code as well + using namespace. http://i.imgur.com/12sC5eC.png 3....
by Tony21
Thu May 11 2017
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: Qt and PDFCreator as library
Replies: 8
Views: 14741

Re: Qt and PDFCreator as library

Thank you all for effort. I followed these steps in the sample: https://www.amyuni.com/WebHelp/Amyuni_PDF_Creator_for_ACTIVE_X/Overview/Inserting_the_PDF_Creator_control_into_a_project/In_a_Cplus_environment/MFC_Console_Application.htm 1, I registered PDFCreactiveX.dll via regsvr32 2, I import the f...
by Tony21
Tue May 09 2017
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: Qt and PDFCreator as library
Replies: 8
Views: 14741

Qt and PDFCreator as library

Hi guys, First of all I want to know you I am beginer with Qt proj and also I never use any of Amyuni product before. So I need to implement Amyuni PDF library to existing Qt proj. So in documentation they say I can use Amyuni PDFCreator as library without using their PDFCreator control which is an ...