October 13, 2005 at 12:14 pm
Can anyone help with this this stored proc? When I open the PDF file that is created with this proc it says it has to rebuild itself, then opens fine.
Ryan
October 18, 2005 at 2:02 am
Try some different version of a PDF Reader.You will see is it version problem?
October 28, 2005 at 3:11 pm
If the report row size is greater than 80, we can not use it anymore?
Thx
November 2, 2005 at 7:08 am
Try to change a table size and value of select substring(...,80)
November 2, 2005 at 10:10 am
No. Not useful. You can change table size. But one row in table is one line in pdf and it will be truncated. How can we do Word Wrap in pdf report?
Thanks
November 3, 2005 at 6:20 am
it is truncated in this line of a procedure select substring(...,80) but you have to change font size.
For wraping you should make a new procedure.It will make wrap and then insert into the table like 2 or more rows.
November 7, 2005 at 11:22 am
Great Tool, but what needs to be altered to copy pdf to network drive instead of 'C:\' ?
November 8, 2005 at 1:39 am
This line of a procedure:
SELECT @pdf = 'C:\' + @filename + '.pdf'
November 10, 2005 at 12:51 am
Yes, that line is the local directory path but if I was to point it to \\servername\d\folder on another box it will not place the pdf in that folder.
November 15, 2005 at 1:49 am
Hi All,
First off I would like to start by saying this SP looks brillant. It does exactly what it says on the tin.
I know this topic was talked about a lot at the begining of this year, but I have just come across it and was wondering was anybody been able to answer the questions many people posed throughtout the discussion?
- An understanding of the code to create the PDF? ie a more detailed explanation of the variables?
- The ability to add in graphics in a set location into the PDF file?
- The ability to use an existing PDF template, with graphics/watermark (my idea here would be Co. letterhead template) and just populate the file then with text?
I have a few questions of my own also,
- Has anyone had any problems with this SP in a live environment? ie crashing, using high resources etc
- I need to generate either Word doc or PDF docs from my system when certain events transpire ie a creation of a record and changing of a status flag. The contents of this file will be mostly static bar for name, address, date etc. From what I can see I can achieve this easily enough by use of variables however is there a better way to achieve what I require?
Any information anyone can provide would be greatly appreciated.
Many thanks
Darren
November 18, 2005 at 4:33 am
Hi,
Darwin try to map a network drive.
T: for example
December 20, 2005 at 11:09 pm
This is really good.
December 27, 2005 at 4:45 pm
February 28, 2006 at 11:35 am
Works awesome. Specially after adding bug fixes suggested by blinard and ivica to prevent data from being truncated:
use smaller fonts,
seting in table #pdf code nvarchar(400)
setting @trenutnired nvarchar(400)
However I would like to know if it's possible:
- add in graphics into file / or use templates with graphics/watermark
- add fonts, bold, colors, etc
- insert created file on the fly into database as a Blob without storing locally
- wrapping text inside
if anyone have solution - please post the code!
Thanks!
Natalia
May 24, 2006 at 3:10 pm
Great! It works fine! Thanks
Viewing 15 posts - 61 through 75 (of 152 total)
You must be logged in to reply to this topic. Login to reply