Hello, I have a pdf file with the arabic name. and i want to view in adobe pdf reader. if the file name in english then PDF file view successfully. but when i load the arabic filename then its dosent view. So please suggest me, how to view arabic file name PDF. Thanks Raushan Kumar
raushan_9
Posts
-
How to load Arabic File name -
File Convert .DOCX to .pngHello Eddy Vluggen, Thanks a lot for your good reply. but by using this article we can just manipulate .docx file, I have need to convert in Image File like(PNG\JPEG), still i have not get any idea for convert .docx to .PNG. I have done by using the Microsoft word reference, but i need to run without Microsoft word installed. Process which i have done:- open document in word application then just split page wise in document after that copyaspicture. I have called user32.dll native API for clipboard manipulation and then transfer file in MetaFile using intptr and then save the file in(PNG\JPEG) So please give some idea how can i copy picture in clipboard ya any otherway without office reference. Thanks Raushan Kumar
-
File Convert .DOCX to .pngHello, In a Application i used Microsoft.office reffernce. Then .Docx file Converts in .PNG. But Now i have need without installed Microsoft Office Converts the File .DOCX to .PNG. I am using DocumentFormat.OpenXml.dll, but i am unable to convert .docx to .PNG. So please Suggest me How i can convert .docx to .PNG without having Microsoft Office Regards Raushan Kumar
-
Copy Multiple File on Client MachineHello, i have multiple files on server. I want to Copy all files on Client Machine at once time. Now i am just using this code Response.Write("<script type=\"text/javascript\">window.open('download.aspx?f=" + path + "');</script>"); Its Save the file one by one on client machine and ask every time for save. But i want to save all files at once save click, ya copy all files in Client Machine at once Regards Raushan Kumar
-
Folder Browser dailogBoxThanks.... a lot for such cooperaation...
-
Folder Browser dailogBoxThanks, How can i use SWFupload in html file... Because I haven't idea about swfupload..
-
Folder Browser dailogBoxThanks... i will try to do something else...(but i have a single HTML page and i have need a folder dailog box ... for desktop(filesystem).
-
Folder Browser dailogBoxThanks for Reply... Can u Please give solution in Javascript....
-
Folder Browser dailogBoxyes..... means select only Folder... not a particular file....
-
Folder Browser dailogBoxits a File Browser.. but i want to create Folder Browser...
-
Folder Browser dailogBoxHello, how to create a Folder Browser dailogbox in Html Page.
-
ActivexControlThanks, but i have changed Local intranet custom level.. and again throw same message, Please suggest me what will i do...?
-
ActivexControlThanks, but i have changed Local intranet custom level.. and again throw same message, Please suggest me what will i do...?
-
ActivexControli have change custom level.. but sme message throw.. please give me information which part will i have to change
-
ActivexControlSame Message are throwing, actually i have called another dll in my Classlibrary class.
-
ActivexControlThanks for reply, I have change the custom Level but again throwing same message Error"automation Server can't create object.
-
ActivexControlHow to change my browser setting....?
-
ActivexControlHello, I have Create a Activexcontrol through Classlibray Project .and i have used another dll in ClassLibrary Project. when we call this Activexcontrol in Html Page using JavaScripte then its Throw Error "Automation Server Can't Create Object" my code is in Javscript as follows:- function comEventOccured() { <script type='text/javascript' language='javascript'> function comEventOccured() { var x = new ActiveXObject("ClassLibrary1.Class1"); <!-- Access the Method --> x.process1("FEDC-8011-0002-8469-5831","C:\\Program Files\\ABBYY FineReader Engine 8.1\\Bin\\FREngine.dll","C:\\Documents and Settings\\Administrator\\Desktop\\new_template\\sankar.frm","C:\\Documents and Settings\\Administrator\\Desktop\\TestSankar","TIF","C:\\Output"); alert(); } I have passed the path in parameter Because i have passed 6 value in parameter in function... So Please Give Idea ..Why its throw message Thanks & Regards Raushan
-
Call Dllthanks, how to define the path of dll.which is passed in ActiveXObject("abc.dll");. how to define path for dll.?
-
Call Dllthanks for reply, no, i am not using any code behind server side actullay i want to use only javascript Active X controls.