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
SELCT statement based on Javascript Image change code
IDE/PATA Seagate 3.5" Hard Drive Won't Turn On / Power On
read pdf from blob column write to file
VM ware esxi 4 hungs with a massg "VM ware loaded sucsessfuly"
Roaming Profile
How do I show comments without showing tracked changes via code (C#)?
How do I pass command line values to a VB .exe
High CPU utilization due to IP SNMP
How do i rename mapped drives and printers with the script i have in place
How set Access 2003 to be sure that a user name can login just one time