I could not change some document properties?

If you are a VB developer and have questions about using our products from VB, here is the place to post them.
Post Reply
kamleshvgujarathi
Posts: 39
Joined: Fri Jan 09 2004
Location: Bombay ( INDIA)
Contact:

I could not change some document properties?

Post by kamleshvgujarathi »


I could not change some properties. How I can Change the Author, Keyword, Subject ?
I have used the following code for that

Code: Select all

PDF1.Document("Author") = "Hello World"        'we are getting effect    OK

PDF1.Document("Author") = "Hello World"        'we are not getting effect
PDF1.Document("Keywords") = "Hello World"    'we are not getting effect  
PDF1.Document("Subject") = "Hello World"       'we are not getting effect 
I am very Happy for QUICK RESPONCE to previous Problems

:roll:
KamleshvGujarathi
kamlesh@itshastra.com
Joan
Amyuni Team
Posts: 2799
Joined: Wed Sep 11 2002
Contact:

Post by Joan »

Hello,

You are not calling the right function to change the document title and author ect...

If you are using the PDF Creator you need to use Object Attributes and if you are using the PDF Converter you need to use the Document interface of CDintf.

Please feel free to send any techincal question you have to support@amyuni.com, they will gladly help you even if you are still evaluating our products.

Thanks.
Post Reply