PDF conversion

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

My requirement is to change "text" content to pdf format and to store in
oracle database.
But i don't want to create a pdf file in server side every time i need and
then to read from it and to write to oracle.
I need the above operation to be performed without temporarily storing the
pdf file anywhere.

Thanks in Advance.
 
Hello Nicol,

Possible solution - keep the text as string into DB but encrypt it.
On demand, when u need to give user the text just generate the PDF (ISharpText)

N> My requirement is to change "text" content to pdf format and to store
N> in
N> oracle database.
N> But i don't want to create a pdf file in server side every time i
N> need and
N> then to read from it and to write to oracle.
N> I need the above operation to be performed without temporarily
N> storing the
N> pdf file anywhere.
N> Thanks in Advance.
N>
---
WBR,
Michael Nemtseva [C# MVP] :: blog: http://spaces.live.com/laflour

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangel
 
Tx for your reply.
But my requirement is to store as pdf file in DB.
Could u explain further about "ISharpText", you specified below?
Thank you.
 
Back
Top