Microsoft
Software
Hardware
Network
Question : Add comments to PDF
Which program is good in changing PDF's, adding comments, adding tags, adding pictures etc.
Thanks in Advance
Remij
Answer : Add comments to PDF
Do you know the output column types?
If you do, you can direct them to a temp table, then discard it.
create table #tmp (col1 int, col2 varchar(100), col3 decimal);
set nocount on;
insert #tmp exec myproc;
drop table #tmp;
Random Solutions
LanManserver service on server 2008 sp2 stuck in stopping state
Allow user to navigate to a folder in windows directory and select the PATH to the file in a .aspx page. Is this possible and how?
Best way to duplicate Windows environment in ESX lab?
Adding Javascript to a button
FastCGI Error Displaying PHP Page via IIS6 on Windows Server2003
Powershell script that lists IPhone devices connecting to OWA servers
Free Software For Software Errors Reporting
HTML5 and CSS3 pack for Dreamweaver cs3
Add a UNC path to internal DNS server
exception - best practise