Maybe someone has come across this problem before. I have been using
Stephen Lebans ReportToPDF for sometime now and LOVE IT (Thanks Stephen!!!).
I have an Access database, tables on SQL Server and front being accessed
thru Terminal Services with an HP LaserJet 4 printer. When I send the
report to .pdf the font changes from Times New Roman to Arial! The .snp is
in Times New Roman, so my thought is it's not the utility or Access and I
just want a confirmation and to know if anyone has run into this problem and
has a suggestion (a fix would be nice too!).
Big THANKS,
Gina Whipp
"I feel I have been denied critical, need to know, information!" - Tremors
II
At the top of your modReportTOPDF module is the function signature:
Public Declare Function ConvertUncompressedSnapshot Lib "StrStorage.dll" _
(ByVal UnCompressedSnapShotName As String, _ ByVal OutputPDFname As String,
_ Optional ByVal CompressionLevel As Long = 0, _ Optional ByVal
PasswordOwner As String = "", _ Optional ByVal PasswordOpen As String = "",
_ Optional ByVal PasswordRestrictions As Long = 0, _ Optional
PDFNoFontEmbedding As Long = 0 _
) As Boolean
The very last line of the Sig is missing the ByVal declaration:
Optional PDFNoFontEmbedding As Long = 0 _
Should be changed to:
Optional ByVal PDFNoFontEmbedding As Long = 0 _
I hope to publish an update in the next day or two. Now that I finally found
this bug, I might as well ad the Password and Security stuff I've been
working on.
--
HTH
Stephen Lebans
http://www.lebans.com
Access Code, Tips and Tricks
Please respond only to the newsgroups so everyone can benefit.
"Gina Whipp" <NotInt...@InViruses.com> wrote in message
news:OT1YIo7l...@TK2MSFTNGP03.phx.gbl...
--
Gina Whipp
"I feel I have been denied critical, need to know, information!" - Tremors
II
"Stephen Lebans" <ForEmailGotoMy.WebSite.-WWWdotlebansdot...@linvalid.com>
wrote in message news:e4JYVs8l...@TK2MSFTNGP05.phx.gbl...
"I feel I have been denied critical, need to know, information!" - Tremors
II
"Gina Whipp" <NotInt...@InViruses.com> wrote in message
news:OSEXTz9...@TK2MSFTNGP05.phx.gbl...
I would like to post any resolution you find on the ReportToPDF Web page.
--
HTH
Stephen Lebans
http://www.lebans.com
Access Code, Tips and Tricks
Please respond only to the newsgroups so everyone can benefit.
"Gina Whipp" <NotInt...@InViruses.com> wrote in message
news:OE2YfC%23lHH...@TK2MSFTNGP05.phx.gbl...
--
Gina Whipp
"I feel I have been denied critical, need to know, information!" - Tremors
II
"Stephen Lebans" <ForEmailGotoMy.WebSite.-WWWdotlebansdot...@linvalid.com>
wrote in message news:OtnV8d$lHHA...@TK2MSFTNGP02.phx.gbl...