When I use the Webservice Render method for a PDF, the PDF shows perfectly
in IE but in FireFox it dumps the text of the pdf instead of rendering it...
Any ideas?
Tim Philomeno
tphilomeno@.sparling.comWhat does your FireFox do when you open other PDFs?
--
Floyd
"Tim Philomeno" <tphilomeno@.sparling.com> wrote in message
news:OvsscidnFHA.2472@.tk2msftngp13.phx.gbl...
> When I use the Webservice Render method for a PDF, the PDF shows perfectly
> in IE but in FireFox it dumps the text of the pdf instead of rendering
> it...
> Any ideas?
> Tim Philomeno
> tphilomeno@.sparling.com
>|||If I open a PDF from a local drive or the internet, it works perfectly...
Tim
"Floyd Burger" <mrlements@.community.nospam> wrote in message
news:%23exPxUenFHA.708@.TK2MSFTNGP09.phx.gbl...
> What does your FireFox do when you open other PDFs?
> --
> Floyd
> "Tim Philomeno" <tphilomeno@.sparling.com> wrote in message
> news:OvsscidnFHA.2472@.tk2msftngp13.phx.gbl...
>> When I use the Webservice Render method for a PDF, the PDF shows
>> perfectly in IE but in FireFox it dumps the text of the pdf instead of
>> rendering it...
>> Any ideas?
>> Tim Philomeno
>> tphilomeno@.sparling.com
>|||It could be that FireFox is observing the file extension to determine that
it needs to pass the file to Acrobat vs. the mime type.
"Tim Philomeno" <tphilomeno@.sparling.com> wrote in message
news:OvsscidnFHA.2472@.tk2msftngp13.phx.gbl...
> When I use the Webservice Render method for a PDF, the PDF shows perfectly
> in IE but in FireFox it dumps the text of the pdf instead of rendering
it...
> Any ideas?
> Tim Philomeno
> tphilomeno@.sparling.com
>sql
Showing posts with label instead. Show all posts
Showing posts with label instead. Show all posts
Wednesday, March 28, 2012
pdf instead of html as default output format
Hi all,
I would like to output all reports in pdf format instead of html.
I dont want to allow users to choose an export format.
So, if they access an URL and fill some textboxes with appropriated
parameters I can send them a ready-to-print PDF file in Internet Explorer.
Is it possible?
(I´m assuming all clients uses IE browser and Acrobat Reader plugin).
thanks a lot!One way you can do it is in the url of the report. You can add at the end of
your report url:
&rs:Command=Render&rs:format=pdf
Since it is in the url you have to be careful how you open it. I just open
the report in a new windows and it will actually render the report in the
adobe acrobat reader progam so there is no url the user can change. You
could embed it in an iframe on a page to display to a user as well.
"Ricardo" wrote:
> Hi all,
> I would like to output all reports in pdf format instead of html.
> I dont want to allow users to choose an export format.
> So, if they access an URL and fill some textboxes with appropriated
> parameters I can send them a ready-to-print PDF file in Internet Explorer.
> Is it possible?
> (I´m assuming all clients uses IE browser and Acrobat Reader plugin).
> thanks a lot!
>
>
I would like to output all reports in pdf format instead of html.
I dont want to allow users to choose an export format.
So, if they access an URL and fill some textboxes with appropriated
parameters I can send them a ready-to-print PDF file in Internet Explorer.
Is it possible?
(I´m assuming all clients uses IE browser and Acrobat Reader plugin).
thanks a lot!One way you can do it is in the url of the report. You can add at the end of
your report url:
&rs:Command=Render&rs:format=pdf
Since it is in the url you have to be careful how you open it. I just open
the report in a new windows and it will actually render the report in the
adobe acrobat reader progam so there is no url the user can change. You
could embed it in an iframe on a page to display to a user as well.
"Ricardo" wrote:
> Hi all,
> I would like to output all reports in pdf format instead of html.
> I dont want to allow users to choose an export format.
> So, if they access an URL and fill some textboxes with appropriated
> parameters I can send them a ready-to-print PDF file in Internet Explorer.
> Is it possible?
> (I´m assuming all clients uses IE browser and Acrobat Reader plugin).
> thanks a lot!
>
>
Friday, March 23, 2012
pdf as default attachment
how do i set PDF as default attachment, instead of web archive?anyone knows?
"Testing" <@.hotmail> wrote in message
news:%23whyh1tGFHA.1096@.tk2msftngp13.phx.gbl...
> how do i set PDF as default attachment, instead of web archive?
>|||Any'?
"Testing" <@.hotmail> wrote in message
news:OGOP8q5GFHA.1172@.TK2MSFTNGP12.phx.gbl...
> anyone knows?
> "Testing" <@.hotmail> wrote in message
> news:%23whyh1tGFHA.1096@.tk2msftngp13.phx.gbl...
>> how do i set PDF as default attachment, instead of web archive?
>
"Testing" <@.hotmail> wrote in message
news:%23whyh1tGFHA.1096@.tk2msftngp13.phx.gbl...
> how do i set PDF as default attachment, instead of web archive?
>|||Any'?
"Testing" <@.hotmail> wrote in message
news:OGOP8q5GFHA.1172@.TK2MSFTNGP12.phx.gbl...
> anyone knows?
> "Testing" <@.hotmail> wrote in message
> news:%23whyh1tGFHA.1096@.tk2msftngp13.phx.gbl...
>> how do i set PDF as default attachment, instead of web archive?
>
Wednesday, March 7, 2012
Password in SQL
Hi,
Is there a way I can store password in SQL table as
encrypted using SQL table defintion instead of writing code
to do encrypt and decrypt?
Thanks.
Hi
Not with SQL Server 2000. SQL Server 2005 supports this.
Regards
Mike Epprecht, Microsoft SQL Server MVP
Zurich, Switzerland
IM: mike@.epprecht.net
MVP Program: http://www.microsoft.com/mvp
Blog: http://www.msmvps.com/epprecht/
"dbc user" <anonymous@.discussions.microsoft.com> wrote in message
news:07b101c5191b$0ee24b50$a601280a@.phx.gbl...
> Hi,
> Is there a way I can store password in SQL table as
> encrypted using SQL table defintion instead of writing code
> to do encrypt and decrypt?
> Thanks.
|||Ok. Thanks
>--Original Message--
>Hi
>Not with SQL Server 2000. SQL Server 2005 supports this.
>Regards
>--
>Mike Epprecht, Microsoft SQL Server MVP
>Zurich, Switzerland
>IM: mike@.epprecht.net
>MVP Program: http://www.microsoft.com/mvp
>Blog: http://www.msmvps.com/epprecht/
>"dbc user" <anonymous@.discussions.microsoft.com> wrote in
message
>news:07b101c5191b$0ee24b50$a601280a@.phx.gbl...
>
>.
>
Is there a way I can store password in SQL table as
encrypted using SQL table defintion instead of writing code
to do encrypt and decrypt?
Thanks.
Hi
Not with SQL Server 2000. SQL Server 2005 supports this.
Regards
Mike Epprecht, Microsoft SQL Server MVP
Zurich, Switzerland
IM: mike@.epprecht.net
MVP Program: http://www.microsoft.com/mvp
Blog: http://www.msmvps.com/epprecht/
"dbc user" <anonymous@.discussions.microsoft.com> wrote in message
news:07b101c5191b$0ee24b50$a601280a@.phx.gbl...
> Hi,
> Is there a way I can store password in SQL table as
> encrypted using SQL table defintion instead of writing code
> to do encrypt and decrypt?
> Thanks.
|||Ok. Thanks
>--Original Message--
>Hi
>Not with SQL Server 2000. SQL Server 2005 supports this.
>Regards
>--
>Mike Epprecht, Microsoft SQL Server MVP
>Zurich, Switzerland
>IM: mike@.epprecht.net
>MVP Program: http://www.microsoft.com/mvp
>Blog: http://www.msmvps.com/epprecht/
>"dbc user" <anonymous@.discussions.microsoft.com> wrote in
message
>news:07b101c5191b$0ee24b50$a601280a@.phx.gbl...
>
>.
>
Subscribe to:
Posts (Atom)