November 20, 2007 at 8:18 am
Link error:
The current link to "SQL2PDF.TXT" (http://www.sqlservercentral.com/columnists/mivica/files.zip) does not point to a zip containing the file "sql2pdf" s.p. creation but a "psoHTML"
I have found it in
www. tiantiansoft. com /bbs /dispbbs.asp ? boardID=66&ID=15478&page=119
--------------------------------------------------------------------------
February 12, 2008 at 9:21 am
mivica (7/27/2003)
Comments posted to this topic are about the content posted at
Hi, Masar.
Great article but, the samples file doesn't match the article.
When I point to the SQL2PDF.TXT link, I download a files.zip file that doesn't contain a reference to sql2pdf (it has some graphics and a text file with a procedure psoHTML).
Where can I get the SQL2PDF proc ?
Thank a lot.
BR,
Francisco J.
February 12, 2008 at 10:29 am
Sorry, that was for another article. The link has been fixed to that procedure.
Steve
February 12, 2008 at 11:41 am
Thank you Baldasarre and Steve.
Have a great day!
BR,
Francisco J.
January 30, 2009 at 11:48 am
Has anyone tested this with a BLOB datatype. I have a need to use this and it works well, but I need to include an image for a certificate logo
September 8, 2009 at 6:00 pm
anyone have the code for a page break for the insert statement? That way several pages could be generated via the psopdf table extract to pdf.
so instead of..
INSERT psopdf(code) SELECT SPACE(50) + '5250.0'
maybe ...
INSERT psopdf(code) SELECT PAGEBREAK
(even though this doesn't work)
suggestions??
September 22, 2010 at 9:37 pm
Masar,
Thanks so much! This will work nicely for us. I must say a little over my head at this point. I will dig in and try to understand what I can. We would like to modify it to display in landscape. I am presenting a long string and want to make sure each record fits on one page.
Paul
October 20, 2010 at 3:09 pm
First of let me say THANKS!!!!!!!!!!!!!!!!!!!!!!!!! This is freaking awesome.
I have been able to modify to work with an existing table & my variables, using the sp in a dts package to create batch pdf reports for invoices & statements.
The only thing that would make this better is to be able to change to landscape - I saw a few people ask if there was a way to send as a landscape page.
Has anyone figure out how to use landscape.
October 21, 2010 at 7:11 pm
Agreed! I would love to see that as well..
June 28, 2011 at 4:42 am
if i insert about 1000 records it gives error
there was a error reading this document (14)
pls find out the attachment
July 21, 2011 at 5:20 am
Hi. I tried this stored procedure and the example given. In Sql Server 2005, it runs fine but i m not able to locate the file("demo2" in this case) created.
I even searched it but no result found.
Please tell me where is the file created and how can i locate that.
July 21, 2011 at 5:40 am
I changed the directory to D: in the following line...
SELECT @pdf = 'D:\' + @filename + '.pdf'
Its working fine now.
Great work done by the creator of this sp!!
September 22, 2011 at 8:41 am
this script creates extra overhead. how do you prevent the extra overhead? file sizes are increased by 60% at least because of this.
ideas?
September 28, 2011 at 4:59 pm
i dont know why but it's not working for me menas not creating pdf file even no any errors saw to me any idea
please help me
September 29, 2011 at 8:18 pm
Hi
Could you reply me quick
this sp not working for me
any idea about it
it not display any error but also not creating pdf file for me
please help me it's urgent
Thanks in advance
Viewing 15 posts - 91 through 105 (of 152 total)
You must be logged in to reply to this topic. Login to reply