Search found 5 matches
- Mon Nov 29 2004
- Forum: Visual Basic Community
- Topic: checking if an object exists before using it
- Replies: 5
- Views: 11250
- Fri Nov 26 2004
- Forum: Visual Basic Community
- Topic: checking if an object exists before using it
- Replies: 5
- Views: 11250
- Tue Nov 23 2004
- Forum: Visual Basic Community
- Topic: checking if an object exists before using it
- Replies: 5
- Views: 11250
- Mon Nov 22 2004
- Forum: Visual Basic Community
- Topic: checking if an object exists before using it
- Replies: 5
- Views: 11250
checking if an object exists before using it
I know I can read in all the objects on a page and cycle through them to see if any of them have the right name, but is there a more efficient way to check if an object exists before attempting to update it? e.g. something like if PDF1.Object("name1") is not null then PDF1.ObjectAttribute(...
- Wed Nov 17 2004
- Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
- Topic: how to save objects in PDF so they can be read by VB?
- Replies: 1
- Views: 6157
how to save objects in PDF so they can be read by VB?
This is a real newbie question but I'm really stuck and would appreciate some help! I'm having a problem reading in objects which were created using PDF Creator. I tried creating a sample of every kind of object and saving the PDF, then reading it in using VB. I'm using the demo version of PDFCreato...