Search found 5 matches

by joku
Mon Mar 15 2004
Forum: Visual Basic Community
Topic: Word .doc to PDF HyperLinks non-functioning
Replies: 7
Views: 13346

The problem with that is - I need to do this programmatically.( Did I spell that right? =) )
by joku
Sat Mar 13 2004
Forum: Visual Basic Community
Topic: Word .doc to PDF HyperLinks non-functioning
Replies: 7
Views: 13346

Well, it looks like I'm able to make it work with the ActiveX control... ummm is there a way to convert the link even when it doesn't start with http:// file:// etc...? I'd really like a way to make the links look more natural...
by joku
Fri Mar 12 2004
Forum: Visual Basic Community
Topic: Word .doc to PDF HyperLinks non-functioning
Replies: 7
Views: 13346

I'd like to include that the version of my CdInt dll is 2.1 and it looks like FileNameOptions is of Integer type where FileNameOptionsEx is long.
Thanks in advance. =)
by joku
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 ...
by joku
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 ...