Search found 6 matches

by Jagannath
Thu Jul 27 2006
Forum: Visual Basic Community
Topic: Identifying already present Bookmark Structure in a PDF file
Replies: 0
Views: 10862

Identifying already present Bookmark Structure in a PDF file

Hi, I'm using PDF creator 2.0 which comes with the demo suite. Initially I open a PDF file having a bookmark structure given below: Fig1 ----Parent1 | ----Child1 | | | ----Grandchild1 | | | ----Grandchild2 | ----Child2 | ----Child3 ----Parent2 ----Parent3 | ----3Child1 | | | ----3Grandchild1 | | | -...
by Jagannath
Wed Jul 26 2006
Forum: Visual Basic Community
Topic: Inserting contents in any position of a page in a PDF file
Replies: 1
Views: 17284

Inserting contents in any position of a page in a PDF file

Hi, I need to add PDF content details (not pages) to another PDF file. Content details to be added can be text or an image or mix of both text and image. This can be in the middle of the page or at the end of the page or anywhere in the page. Is it possible to insert in between existing contents of ...
by Jagannath
Wed Jul 26 2006
Forum: Visual Basic Community
Topic: Text object spanning multiple pages in a PDF file
Replies: 1
Views: 12317

Text object spanning multiple pages in a PDF file

Hi, I'm using PDF creator 2.0 which comes with the demo suite. In a multi page PDF file, there is a Text object by name "TextA" at bottom position of the page. I want to add another Text object by name "TextB" below the object "TextA". "TextB" object has large...
by Jagannath
Tue Jul 25 2006
Forum: Visual Basic Community
Topic: Maximum number of characters in a Text object
Replies: 1
Views: 11814

Maximum number of characters in a Text object

Hi,

I'm using Amyuni PDF creator 2.0 which comes with the demo suite.

What is the maximum number of characters I can add to text object in a PDF file using PDF creator?

Thanks and Regards
Jagannath
by Jagannath
Mon Jul 24 2006
Forum: Visual Basic Community
Topic: Maximum level of nested bookmarks in a PDF file
Replies: 1
Views: 11926

Maximum level of nested bookmarks in a PDF file

Hi, I'm using PDF creator 2.0 which comes with the demo suite. Using PDF Creator, what is the maximum levels of nested bookmarks I can create in a PDF file? I have checked PDF Creator and PDF Converter developer manuals. But I did not get any information about maximum levels of nested bookmark. Than...
by Jagannath
Mon Jul 24 2006
Forum: Visual Basic Community
Topic: Clarification required for SaveOption of Save method
Replies: 1
Views: 11893

Clarification required for SaveOption of Save method

Hi, I'm using PDF creator 2.0 which comes with the demo suite. First I open a file which is having 9 pages. The command I use is With CreatorRef .SetLicenseKey LICENSEE, LICENSECODE .Open App.Path & "\" & "Multi page_4.pdf","" then on page 1 i create a text obje...