Search found 5 matches
- Mon Mar 15 2004
- Forum: Visual Basic Community
- Topic: Word .doc to PDF HyperLinks non-functioning
- Replies: 7
- Views: 13346
- Sat Mar 13 2004
- Forum: Visual Basic Community
- Topic: Word .doc to PDF HyperLinks non-functioning
- Replies: 7
- Views: 13346
- Fri Mar 12 2004
- Forum: Visual Basic Community
- Topic: Word .doc to PDF HyperLinks non-functioning
- Replies: 7
- Views: 13346
- Fri Mar 12 2004
- Forum: Visual Basic Community
- Topic: Word .doc to PDF HyperLinks non-functioning
- Replies: 7
- Views: 13346
Sorry, but this option didn't work for me... I get an overflow error which I'm assuming is happening because the FileNameOptions type isn't large enough to hold the number specified. When I do the FileNameOptionsEx = 1 + 2 + 1048576 I don't get the error, but the final pdf file still doesn't retain ...
- Wed Mar 10 2004
- Forum: Visual Basic Community
- Topic: Word .doc to PDF HyperLinks non-functioning
- Replies: 7
- Views: 13346
Word .doc to PDF HyperLinks non-functioning
When I convert .doc to .pdf the HyperLink colors remain, but it is no longer a link. I saw something in another post where you talked about FileNameOptions Hyperlink = 100000 Hex So I tried FileNameOptionsEx = &H100000, and I also tried FileNameOptionsEx = &H186A0 just to make sure. Neither ...