![]() | |
![]() |
| | Thread Tools | Display Modes |
#11
| |||
| |||
|
#12
| |||
| |||
|
#13
| |||
| |||
|
|
Bob, I think I have the answer for you. See this article: http://support.microsoft.com/default...b;en-us;317535 This is the clearest explanation I have seen on the topic. It seems like it is only a compiler option when building the class DLL. Cheers The Frog Thank you Mr. Frog. |
#14
| |||
| |||
|
|
But did you try using it in your code without a reference? Tony I don't know how to create a reference to the proxy server method and the three structures defined in the proxy. Can you help and tell me how to do that? |
#15
| |||
| |||
|
|
I mentioned Lebans code because all he needs is the following code to use his DLL. Public Declare Function ConvertUncompressedSnapshot Lib "StrStorage.dll" _ (ByVal UnCompressedSnapShotName As String, _ ByVal OutputPDFname As String, _ Optional ByVal CompressionLevel As Long = 0, _ Optional ByVal PasswordOpen As String = "", _ Optional ByVal PasswordOwner As String = "", _ Optional ByVal PasswordRestrictions As Long = 0, _ Optional ByVal PDFNoFontEmbedding As Long = 0, _ Optional ByVal PDFUnicodeFlags As Long = 0 _ ) As Boolean |
#16
| |||
| |||
|
|
On Thu, 12 May 2011 21:44:25 -0500, BobAlston<bobalston9 (AT) yahoo (DOT) com wrote: But did you try using it in your code without a reference? Tony I don't know how to create a reference to the proxy server method and the three structures defined in the proxy. Can you help and tell me how to do that? I don't have a clue when it comes to .Net stuff. I see The Frog has posted what looks to be a very good source of info. I mentioned Lebans code because all he needs is the following code to use his DLL. Public Declare Function ConvertUncompressedSnapshot Lib "StrStorage.dll" _ (ByVal UnCompressedSnapShotName As String, _ ByVal OutputPDFname As String, _ Optional ByVal CompressionLevel As Long = 0, _ Optional ByVal PasswordOpen As String = "", _ Optional ByVal PasswordOwner As String = "", _ Optional ByVal PasswordRestrictions As Long = 0, _ Optional ByVal PDFNoFontEmbedding As Long = 0, _ Optional ByVal PDFUnicodeFlags As Long = 0 _ ) As Boolean Tony Yea, tried that approach. Didn't work. also it only works for |
#17
| |||
| |||
|
#18
| |||
| |||
|
|
Hi Bob, Did you get this going? The Frog Nope. I can do it with Visual Studio - which is expensive - but I |
#19
| |||
| |||
|
#20
| |||
| |||
|
![]() |
| Thread Tools | |
| Display Modes | |
| |