|
|
Tag Browser: ajax
< 1 second(s)
-
Hi - I would like to load a pdf document into a web page. Then I would like to allow the user to add an annotation to the document. Then I would like to store that annotation, via ajax, on the web server. Then I would like to 'push' the annotation, via a polled ajax call, out to any other users that have the same pdf open at ...
-
I applied the snippet of sample code provided in the documentation for saving presentations to create a blank slide and save it. However I am not prompted when I step through and run the code. The code is below. I've commented out hte response.end statement since it was generating a ''thread aborted error''. Note: the ...
-
Hi , how can we handle corrupted document in aspose ?? is there any way to open or fix corrupted document . Is there any other api to fix corrupted document ?? please do help me :)Thanks in advance
-
In a visual studio 2008, dotnet 3.5 asp.net project I have the following code:Dim workbook As Workbook = New Workbook()Dim sheet As Worksheet = workbook.Worksheets(0)Dim dtAll As Data.DataTable = getDateTable()sheet.Cells.ImportDataTable(dtAll, True, 0, 0, dtAll.Rows.Count, dtAll.Columns.Count, False, ...
|
|