|
What CRM software would you recommend for a small business?
Microsoft Dynamics? ZenDesk? etc...?
thanks for your feedback.
|
|
|
|
|
Obviously it depends on what you are trying to keep track of. I would suggest googling because there are lots of sites that make comparisons of the various options.
|
|
|
|
|
|
|
|
|
Greetings to everyone. On my Windows 10 PC, I use Avast AV for an extra layer of protection on Windows Defender. But with the installation of Avast AV, the Avast Secure browser was installed. I don't really use it, so if I uninstall Avast Secure Browser, will it cause any problems with Avast AV on my PC? Please, give me some suggestions about this. Any kind of reply would be greatly appreciated.
|
|
|
|
|
Talk to Avast - they will have a much better idea than we would!
"I have no idea what I did, but I'm taking full credit for it." - ThisOldTony
"Common sense is so rare these days, it should be classified as a super power" - Random T-shirt
AntiTwitter: @DalekDave is now a follower!
|
|
|
|
|
Uninstall it, delete related files and delete registry. That's the best 💖
|
|
|
|
|
It isn't required to clean up the registry. Avast and its acquired org AVG also does the same thing. They have a Chromium based browser along with the antivirus products.
In the installation screen, the checkbox to unselect the browser is not intuitively represented and hence tricking most users to get this bloatware on their computers.
|
|
|
|
|
Hi I am trying to compare two PDF files using pdfutil in Java. I was able to compare the document using boolean approch and get the value but when using visual approch I am not able to get the result file which is set in the (setImagedestinationpath) there is no errors
PDFUtil pdfUtil = new PDFUtil();
String file1="c:/files/doc1.pdf";
String file2="c:/files/doc2.pdf";
pdfUtil.setCompareMode(CompareMode.VISUAL_MODE);
pdfUtil.highlightPdfDifference(true);
pdfUtil.setImageDestinationPath("c:/imgpath");
pdfUtil.compare(file1, file2);
modified 12-Feb-21 5:55am.
|
|
|
|
|
Don't use the root of C: to create or store files, use your Documents folder.
|
|
|
|
|
i tried that as well but not working
|
|
|
|
|
Member 13938502 wrote: but not working
I have no idea what that is supposed to mean. Please edit your question and provide proper details of your problem, including the exact text of any error messages.
|
|
|
|
|
Hi I am trying to compare two PDF files using pdfutil in Java. I was able to compare the document using boolean approch and get the value but when using visual approch I am not able to get the result file which is set in the (setImagedestinationpath) there is no errors
|
|
|
|
|
|
Hey, I am new to the development world, I have also tried to compare two pdf files in my coding but not get the proper results. I am confused about the situation and came here for the solution. Please help me if there any solution. Thank you
modified 20-Apr-21 17:54pm.
|
|
|
|
|
jeffG2021 wrote: I have also tried to compare two pdf files in my coding but not get the proper results. Sorry, but no one can possibly help you without proper details of your problem. Saying things like, "it doesn't work", "I get errors", "I don't get the correct results", etc., is about as useful as telling us that it is dark where you live.
|
|
|
|
|
|
Unfortunately I answered the question before going to S&A.
|
|
|
|
|
Can you help us with the error message that you are confronting so that we can assist you further?
|
|
|
|
|
I have an app that is in a folder, which is in the environment path.
When i run the app, at the prompt like so, it runs fine.
> MyApp
If I add a commandline parameter to it, I get nothing:
> MyApp /msg:"test"
I know the command line parameter is valid, because it works when I run it in visual studio.
I've also tried (none of these worked either):
> MyApp /msg:"test"
> MyApp /msg:'test'
> MyApp '/msg:"test"'
> MyApp "/msg:""test"""
I have next to zero knowledge regarding powershell. What am I doing wrong?
".45 ACP - because shooting twice is just silly" - JSOP, 2010 ----- You can never have too much ammo - unless you're swimming, or on fire. - JSOP, 2010 ----- When you pry the gun from my cold dead hands, be careful - the barrel will be very hot. - JSOP, 2013
|
|
|
|
|
I'm just guessing, but did you try a hyphen instead of the slash?
The difficult we do right away...
...the impossible takes slightly longer.
|
|
|
|
|
app doesn't recognize hyphens (I wrote the app, so that's how I know).
".45 ACP - because shooting twice is just silly" - JSOP, 2010 ----- You can never have too much ammo - unless you're swimming, or on fire. - JSOP, 2010 ----- When you pry the gun from my cold dead hands, be careful - the barrel will be very hot. - JSOP, 2013
|
|
|
|
|
pretty sure you have to use hyphens in powershell at command line also I think it isn't the colon but just a space soo
poershlapp.ps1 -msg1 par1value
To err is human to really elephant it up you need a computer
|
|
|
|