Fala Murillo,
 
Você tem que colocar depois do BinaryWrite
 
Response.&End
 
Neste link tem um projeto que faz isso que você precisa.
 
http://cc.codegear.com/Item/23390
 
[]'s
 

Andreano Lanusse | CodeGear Product Line Manager | phone. +1-(831) 431-5051 | 
mobile. +1 (831) 332-5100

 

<http://www.borland.com/us/products/ide.html> http://www.codegear.com
<http://www.codegear.com/> Artigos: http://dn.codegear.com/br 
<http://dn.codegear.com/br> 
Blogs: http://blogs.codegear.com/andreanolanusse 
<http://blogs.codegear.com/andreanolanusse> 

About CodeGear

CodeGear delivers innovative, high-productivity development tools for a wide 
spectrum of software developers ranging from individuals to enterprise teams.  
CodeGear's products enable developers to freely develop on their platform of 
choice while focusing on simplifying complex technologies and tasks so they can 
concentrate on application design, not infrastructure, to ensure on-time 
project delivery. 
The CodeGear product suite today includes Developer Studio (Delphi®, 
C++Builder® and C#Builder®), JBuilder®, Turbo® and Interbase.  All of these 
were formerly associated with Borland's Integrated Development Environment 
(IDE).

This e-mail, and any attachments thereto, is intended only for use by the 
addressee(s) named herein and may contain legally privileged and/or 
confidential information. If you are not the intended recipient of this e-mail, 
you are hereby notified that any dissemination, distribution or copying of this 
e-mail, and any attachments thereto, is strictly prohibited. If you have 
received this e-mail in error, please immediately and permanently delete the 
original and any copy of any e-mail and any printout thereof.


________________________________

From: delphi-br@yahoogrupos.com.br [mailto:[EMAIL PROTECTED] On Behalf Of 
Murillo Proença
Sent: Wednesday, January 24, 2007 12:21 PM
To: delphi-br@yahoogrupos.com.br
Subject: [delphi-br] Re: Exibir PDF que está em Blob com D2006/ASP.NET



Quando eu gravo uma imagem (jpeg) eu consigo abrir ela fazendo isso:

Response.ContentType:= 'image/jpeg';
Response.BinaryWrite(TBytes(DataReader['CAMPO_BLOB']));

tentei fazer o mesmo para pdf, mas dá erro que o arquivo está
corrompido, tentei assim:

Response.ContentType:= 'application/pdf';
Response.BinaryWrite(TBytes(DataReader['CAMPO_BLOB']));

--- Em delphi-br@yahoogrupos.com.br <mailto:delphi-br%40yahoogrupos.com.br> , 
Murillo Proença <[EMAIL PROTECTED]>
escreveu
>
> Fala aí galera, tudo blz?
> 
> Tenho um site, desenvolvido em Delphi 2006 com ASP.NET, utilizando BDP
> com Oracle. 
> Bom, em uma tabela tenho um campo BLOB onde armazeno arquivos PDF, até
> aí tudo blz, está armazenando numa boa. O problema está em exibir este
> PDF no browser, procurei pra todo lado mas não consegui fazer este
> exibição. Para win32 eu já fiz e funciona numa boa, mas não consegui
> em ASP.NET.
> Qualquer ajuda tá valendo
> 
> Abraço
> 
> Murillo Proencá
>



 


[As partes desta mensagem que não continham texto foram removidas]

Responder a