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
2
votes
1 answer

Groupdocs conversion using streams

I need to be able to convert .pdf documents into preview/thumbnail images for later retrieval. It's working now in my solution, which currently involves dumping new files into a watched folder, writing the converted files to disk, and then pushing…
SCRawl
  • 61
  • 12
1
vote
1 answer

stream is null on GetManifestResourceStream for groupdocs.total

I already googled about my problem but sadly I am not able to succeed. So I have many desktop application in which I am using groupdocs.total product, so what I usually do is I paste my .lic file in my root folder and in my program.cs file on start…
Ibrahim shaikh
  • 235
  • 2
  • 15
1
vote
1 answer

Can I use GroupDocs to add e-signature functionality to CRM

I am investigating the possibility of adding e-signature functionality to a CRM SaaS. I am having some difficulty understanding the process, and how to use GroupDocs to accomplish this. The goal is to have users upload a PDF in the CRM, and email it…
Ben
  • 377
  • 2
  • 6
  • 26
1
vote
1 answer

How to use GroupDocs Viewer for .NET in an ASP.NET MVC Project?

I get install GroupDocs Viewer in my project. and in global Groupdocs.Web.UI.Viewer.InitRoutes(); Groupdocs.Web.UI.Viewer.SetRootStoragePath(Server.MapPath("~/DietTemplate/")); and in controller var ByteStream = new…
ar.gorgin
  • 4,765
  • 12
  • 61
  • 100
0
votes
0 answers

How to fix "This page uses frames, but your browser doesn't support"

I'm facing this error while attempting to convert a CSV file to HTML using GroupDocs. The code for converting csv to html I copied from groupdocs documentation.can somebody help me out. Bellow is the code let filePath = 'sampel/csvFile.csv' let…
Lokesh
  • 9
  • 1
0
votes
0 answers

CSV is not converting in html using groupdocs

I am using the GroupDocs Conversion Cloud API to convert a CSV file to HTML in Node.js. I have followed the code provided in the GroupDocs documentation, but I am not getting the correct HTML output from the CSV. Can somebody help me identify where…
Lokesh
  • 9
  • 1
0
votes
1 answer

How to convert CSV file to html using groupdocs and node.js

Can any one plz share the code for converting csv file to html .Plz share the nodeJs code. I checked in the groupdocs documentation but its only working for docx to html conversion and not working for csv to html conversion.
Lokesh
  • 9
  • 1
0
votes
0 answers

Csv to html conversion using groupdocs

Can somebody help me out .I m converting csv to html using groupdocs. But In the converted html I m getting some html and inside that html in head section i m getting this ``` This page uses frames, but your…
Lokesh
  • 9
  • 1
0
votes
0 answers

Group Docs Merger only merge 2 files C#

I want to merge all files that contains the user identification in fileName. To do that I use LINQ and finaly merge: ID = 24 fileQuery return 4 files! IEnumerable fileQuery = from _file in fileList where _file.Extension == ".pdf" &&…
0
votes
1 answer

A .net sdk/ api for doucment comparison (docx/pdf/pptx) with near ms-word functionalities

I'm trying to make a document comparison viewer for web browser that feels as same as Microsoft word's 'Track Changes' and 'Compare' (options available in Review Tab). I am already using Aspose.Words to convert every file type to docx and compare…
0
votes
0 answers

Conversion cloud module not found

Hello Stack Overflow friends! I'm trying to use this conversion cloud module (https://github.com/groupdocs-conversion-cloud/groupdocs-conversion-cloud-python), but it's returning the module error: ModuleNotFoundError: No module named…
0
votes
1 answer

Requested ChangeOrientation operation for ‘Pdf’ document type is not supported groupdocs merger

I am creating a web application and I am using groupdocs for view pdf and other docs, in one of the scenario I want to change particular page orientation of pdf document, I found groupdocs merger with a set of code from here and I modified that code…
Ibrahim shaikh
  • 235
  • 2
  • 15
0
votes
1 answer

Run mvn install command skipping selected jar

What I need to do is to build a jar without one huuuge dependency, which is a fellow below com.groupdocs groupdocs-conversion 21.1
0
votes
1 answer

Error on class SignatureHandler (The type or namespace SignatureHandler could not be found) : GroupDocs

I am working on a project in which we are using groupdocs, I recently updated the version to 20.1 from 19.8, and now I am getting the following error CS0246 C# The type or namespace name could not be found (are you missing a using directive or an…
Ibrahim shaikh
  • 235
  • 2
  • 15
0
votes
0 answers

Can’t open file by dynamic POST filename (some type) Groupdocs Annotation

Groupdocs Annotation when default file powerpoint and exel show “Cannot open presentation.” Or “Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index” same image But type .doc .png .jpg and…
1
2