• kurtdevotto (3/11/2011)


    I just need when generate mi pdf file from sql server, puta image like background into the pdf. Its that possible?

    no. not possible.

    if it's not raw text, it must be done outside of SQL server if it must be a pdf.

    you could generate an html document in TSQL, with links to images or embedded in an email, but not a pdf.

    Lowell


    --help us help you! If you post a question, make sure you include a CREATE TABLE... statement and INSERT INTO... statement into that table to give the volunteers here representative data. with your description of the problem, we can provide a tested, verifiable solution to your question! asking the question the right way gets you a tested answer the fastest way possible!