Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~570 People Reached
Favorite Tags
php x 1
Member Avatar for himvj1

Hi, I am new to php. I have copied one php application from one linux server to other linux server after copy application is working fine but the applet to view image in that application is showing two error messages. error is : java.lang.NullPointerException at com.primeleaf.viewer.manager.DocumentManager.setDocument(DocumentManager.java:123) at com.primeleaf.viewer.manager.CommunicationManager.init(CommunicationManager.java:76) at com.primeleaf.viewer.DocumentViewer.init(DocumentViewer.java:67) …

Member Avatar for cereal
0
308
Member Avatar for himvj1

Hi I am working on Pdf annotation using Itextsharp. I am able to get hyperlink url from pdf using the below code. How to get the annotation (Highlited) text from pdf. [CODE] string[] PdfFiles = Directory.GetFiles("C:\\ABK"); foreach (string fi in PdfFiles) { try { PdfReader reader = new PdfReader(fi); // …

0
58
Member Avatar for himvj1

Dear All, How to find the other application events through c# suppose i want to know the state of Msword application whether it is minimized or in maximize state how to find that using c#. any help is appreciated Thanks in advance.

Member Avatar for Three
0
65
Member Avatar for himvj1

I am getting the result in table from my query say as Resulteddata. it has six column say urlpath,name,title,description,modifieddate,createddate. i want to display one of the column say "name" as linkcolumn and rest as normal so that clicking on name will linked to the urlpath column and will display the …

Member Avatar for ddanbe
0
139