Search found 16 matches

by shaun
Wed Jul 26 2006
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: Doubt regarding GetObjectByName Method
Replies: 3
Views: 7884

Hi Joan, I understand what you are saying. But what i want to do is in the opened PDF file, i have to check if an object exists or not. As you said if its there it can be retrieved. But my question is how to check if the object is there or not. I dont think i can check for the text(the contents). Be...
by shaun
Tue Jul 25 2006
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: Inserting Pages
Replies: 1
Views: 6090

its possible
by shaun
Tue Jul 25 2006
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: Doubt regarding GetObjectByName Method
Replies: 3
Views: 7884

Doubt regarding GetObjectByName Method

Hi, In the application which i'm developing I want to find out if a particular Text object exists in a PDF document and if the Text object is there then change the color of the text and if the Text object is not found then create the Text object. i'm using the following code. Dim PDF1 As New ACPDFCR...
by shaun
Mon Jul 24 2006
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: Inserting page(s) from one PDF file after a specific page nu
Replies: 7
Views: 12118

Hi Joan,

Thanks for the reply. I'll send them a mail now itself.

Thanks and Regards
Shaun
by shaun
Fri Jul 21 2006
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: Problem with total number of pages in a document
Replies: 0
Views: 5684

Problem with total number of pages in a document

Hi, I'm using PDF creator 2.0 which comes with the demo suite. First i open a file which is having 12 pages. The command i use is With CreatorRef .SetLicenseKey LICENSEE, LICENSECODE .Open "C:\Temp\Test.pdf", "" then on page 1 i create a text object called "text1". .Cur...
by shaun
Fri Jul 21 2006
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: Cannot create Objects
Replies: 4
Views: 10876

I have found out the cause of the error. Its not a tool related one but its a coding error. see the following code i use to create the text object .CreateObject acObjectTypeText, " Text 1" <<<< there is a space before "Text 1" and see the following code which i use to assign attr...
by shaun
Fri Jul 21 2006
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: Cannot create Objects
Replies: 4
Views: 10876

Hi Joan, I have tried with evaluation version of both “Amyuni PDF Suite Demo” and “Amyuni PDF Creator Developer Demo”. I am getting runtime error, when I try to set Text object attribute. Runtime error (-2147467259 Method ‘ObjectAttribute’ of object ‘IPDFCreativeX’ failed). OS : Wind...
by shaun
Fri Jul 21 2006
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: Adding Text or an Image to a specified location in a page
Replies: 4
Views: 8904

Hi Joan,

Thanks for the reply. I'll try this out.If i have any doubts regarding this i'll let you know.

Thanks and Regards
Vipin
by shaun
Fri Jul 21 2006
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: Inserting page(s) from one PDF file after a specific page nu
Replies: 7
Views: 12118

Hi Joan,

Thanks for the reply. I'll try this out.

Do you have any sample VB code which will show this technique. I'm new to PDF Creator and PDF Convertor tools

Thanks and Regards
Shaun
by shaun
Thu Jul 20 2006
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: Cannot create Objects
Replies: 4
Views: 10876

Hi Joan, I downloaded the Technotes from the link you had mentioned. I went through the Access Technotes, since i'm developing the application in VB 6.0. I uninstalled PDF creator and re-installed in the default Folder. check 'install.ini' file created. Copying file: C:\DOCUME~1\vipinpc\LOCALS~1\Tem...
by shaun
Wed Jul 19 2006
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: Inserting page(s) from one PDF file after a specific page nu
Replies: 7
Views: 12118

Addpage method will insert a "Blankpage" right?. Correct me if i'm wrong.
If it inserts blank page then this will not serve the purpose. What i want to do is insert a page/pages of a PDF file to another PDF file at a specific location. I mean after a particular page in the second PDF file.
by shaun
Wed Jul 19 2006
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: Adding Text or an Image to a specified location in a page
Replies: 4
Views: 8904

Hi, What i actually want to do is.....I have a multi page PDF file and in that file on few pages i have some bookmarks. example: on page 6 i have two bookmarks. now what i want to achieve is to search for a particular book mark on that page(page 6) and add the text below or above(Append/Prepend) tha...
by shaun
Wed Jul 19 2006
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: Adding Text or an Image to a specified location in a page
Replies: 4
Views: 8904

Adding Text or an Image to a specified location in a page

Is it possible to do the following:

1.Insert text content or an image at a specified location in a Page or PDF document.

2.Using Createobject or InsertObject method, to add text content or an image to a specified location in a Page or PDF document?
by shaun
Wed Jul 19 2006
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: Cannot create Objects
Replies: 4
Views: 10876

Cannot create Objects

Hi, I'm using the latest PDF Creator tool and the development environment is VB 6.0. I have the licensed version of the PDF creator tool. When i try to create objects i get the following error. "Object doesn't Support this action" the error number is "445" This is the code i'm us...
by shaun
Wed Jul 19 2006
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: Inserting page(s) from one PDF file after a specific page nu
Replies: 7
Views: 12118

continuation of the last query

*Note : I'm using VB 6 for developing the application. I have the full version of PDF Creator.