|
|
|
SSCertifiable
       
Group: Moderators
Last Login: Thursday, May 09, 2013 12:38 PM
Points: 6,462,
Visits: 1,384
|
|
|
|
|
|
Grasshopper
      
Group: General Forum Members
Last Login: Tuesday, November 20, 2012 4:58 AM
Points: 13,
Visits: 20
|
|
Where do you find the specs for the PDF format?
http://partners.adobe.com/asn/tech/pdf/specifications.jsp
|
|
|
|
|
Grasshopper
      
Group: General Forum Members
Last Login: Tuesday, November 25, 2008 4:42 AM
Points: 22,
Visits: 24
|
|
I've tried and it works quite great.
However I would like to know if it's possible to use different letter sizes and formats (bold, italic) and if it's possible to save the file in any directory.
|
|
|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Thursday, December 18, 2003 12:00 AM
Points: 4,
Visits: 1
|
|
Now, you can't use different letter properties, maybe later
to save the file in any directory try this EXEC sql2pdf 'backup\demo' backup is direcory
|
|
|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Tuesday, May 07, 2013 2:36 AM
Points: 9,
Visits: 13
|
|
i have the following error message : SYNTAXE ERROR TO CONVERT varchar 'TOTO' TO DATA COLUMN TYPE int...
when i tried to insert the data into psopdf
(insert psopdf(code) select nb_client + ' ' + tx_shor_name + ' ' + tx_full_name + ' ' + id_acco_offi + ' ' + cd_cli_stat from bdaccess..bsycl)
do i miss something ?
tks in advance
|
|
|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Thursday, December 18, 2003 12:00 AM
Points: 4,
Visits: 1
|
|
convert int column into varchar by cast
|
|
|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Tuesday, May 07, 2013 2:36 AM
Points: 9,
Visits: 13
|
|
quote:
convert int column into varchar by cast
i dont get what u said...sorry...coz the column of psopdf is already in varchar why sqlserver tried to convert 'TOTO' in to the INT column? where does this "INT column" come from ? i really dont get it...sorry
can u pls explain ? tks
|
|
|
|
|
Grasshopper
      
Group: General Forum Members
Last Login: Tuesday, November 20, 2012 4:58 AM
Points: 13,
Visits: 20
|
|
try like this --> SELECT CAST(nb_client AS VARCHAR) + ' ' + CAST(tx_shor_name AS VARCHAR) ...
|
|
|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Tuesday, May 27, 2008 1:10 PM
Points: 1,
Visits: 23
|
|
WOW! A++++++ this is a super procedure! Kudos to you for all your hard work! I am using this on a production DB that logs all firewall / web traffic event logs. I then setup this up as a job that runs daily and creates pdf reports based upon various criteria. Again, great job on the procedure and thanks for giving those easy to understand screenshots and how to's!
|
|
|
|
|
SSC Rookie
      
Group: General Forum Members
Last Login: Wednesday, December 19, 2012 8:15 AM
Points: 42,
Visits: 187
|
|
|
|
|