Questions tagged [groupdocs]

GroupDocs is a vendor of .NET, Java, and Cloud APIs used to create, modify, and convert Office documents like Word, Excel, PDF, PowerPoint, and Project files.

GroupDocs is a vendor of .NET, Java, and Cloud APIs used to create, modify, and convert Office documents like Word, Excel, PDF, PowerPoint, and Project files. GroupDocs APIs are 100% standalone and do not rely on 3rd party applications.

21 questions
0
votes
1 answer

Verify Digital Signature using groupdocs signatures C#

I want to verify digital signatures of my customers using groupdocs Signature, here I am using This Link to get proper code, but the problem is when I initialize GroupDocs.Signature.Signature signature = new Signature("sample_signed.pdf"); I Am…
Ibrahim shaikh
  • 235
  • 2
  • 15
0
votes
1 answer

cannot access a closed stream: groupdocs

I am using asp.net mvc with groupdocs, I am unable to view some files, when I am trying to view files, I am getting the below error, Cannot access a closed Stream. the error is coming on the below line of code private static AnnotationImageHandler…
Ibrahim shaikh
  • 235
  • 2
  • 15
0
votes
1 answer

Javascript: unable to execute init function

I am working on a groupdocs viewer, and want to re-create plug-in like that, groupdocs code below (function ($) { var methods = { init: function (options) { debugger var defaults = { }; …
Ibrahim shaikh
  • 235
  • 2
  • 15
0
votes
2 answers

GroupDocs.Compare result is working incorrectly

Comparison.Compare process Continues without error. Errors count (1) writes in (ICompareResult)compareResult. I think the error is caused by the license or products. The same process is working properly when I do on a single page. The second file…
noja
  • 82
  • 9
0
votes
1 answer

What causes a HTTP 404 error when using GroupDocs viewer?

I'm using an XPS file reader to produce HTML output via the GroupDocs Viewer, and it's giving a result in HTML format using the UseHtmlBasedEngine property but giving me error in top corner of viewer like HTTP Error 404.0 not found. string…
0
votes
1 answer

"Failure to find com.aspose:aspose-email:jar:5.3.0.0" when running GroupDocs sample "Java Viewer - Sample Dropwizard"

I'm trying to run this sample "GroupDocs Java Viewer - Sample Dropwizard" download it from here it need these jar files: aspose-email-5.3.0.0.jar aspose-imaging-2.9.0.jar aspose-words-15.6.0.jar aspose-slides-15.5.1.jar I can not find…
E.day
  • 97
  • 2
  • 14
1
2