Search found 11 matches

by OleBroseph
Thu Sep 17, 2020 8:12 pm
Forum: DocuVieware
Topic: JSON String Dump When Printing as PDF
Replies: 4
Views: 6205

Re: JSON String Dump When Printing as PDF

Hi,

We are using the standard print button.

I've attached some screenshots. Once we select the parameters and click print the JSON response is displayed in the browser.

The information displayed on the document is test data (if that was a concern).
by OleBroseph
Mon Sep 14, 2020 5:17 pm
Forum: DocuVieware
Topic: JSON String Dump When Printing as PDF
Replies: 4
Views: 6205

JSON String Dump When Printing as PDF

When printing as PDF, we just receive a JSON string in the browser instead of the file being downloaded. We are on the latest version of DocuVieware, and using .NET Core 3.1 and NewtonSoftJson 3.1.5. I noticed that this same problem happens in the provided sample for the MVC Razor App. Is there some...
by OleBroseph
Tue Nov 05, 2019 10:21 pm
Forum: DocuVieware
Topic: Deleting Pages of Tif Not Reflected in DocuVieware
Replies: 3
Views: 6732

Re: Deleting Pages of Tif Not Reflected in DocuVieware

I just created an account on the support site. How can I access the reply from there?
by OleBroseph
Mon Oct 14, 2019 9:51 pm
Forum: DocuVieware
Topic: Deleting Pages of Tif Not Reflected in DocuVieware
Replies: 3
Views: 6732

Deleting Pages of Tif Not Reflected in DocuVieware

Hi, When trying to delete pages of a tif file, it seems that the actual tif file is not modified behind the scenes. We redraw the pages after editing the tif, but when we save the document, the document still has the pages we deleted. See below code example of what we are doing: //Deleting 3 page ti...
by OleBroseph
Thu Oct 10, 2019 2:27 pm
Forum: DocuVieware
Topic: JSON String Dump When Saving
Replies: 5
Views: 6296

Re: JSON String Dump When Saving

Hi!

I figured out the issue. We needed to install the Microsoft.AspNetCore.Mvc.WebApiCompatShim so we could add in AddWebApiConventions() into our Startup.cs.

Thanks!
by OleBroseph
Tue Oct 08, 2019 10:27 pm
Forum: DocuVieware
Topic: JSON String Dump When Saving
Replies: 5
Views: 6296

Re: JSON String Dump When Saving

I've included a gif of the action (and the built in API method just in case that needed to be reviewed). If there is anything else you think would be helpful, then feel free to ask.
by OleBroseph
Tue Oct 08, 2019 4:04 pm
Forum: DocuVieware
Topic: JSON String Dump When Saving
Replies: 5
Views: 6296

Re: JSON String Dump When Saving

Hi,

We are currently using version 3.1.39. This was a problem that was encountered before we upgraded as well. What information is required to help further diagnose this issue?

Something similar also occurs when we try to print a document.

Thanks!
by OleBroseph
Fri Oct 04, 2019 6:26 pm
Forum: DocuVieware
Topic: JSON String Dump When Saving
Replies: 5
Views: 6296

JSON String Dump When Saving

Hi,

When trying to save a file, we receive the attached JSON string dump. The DocuVieware API service is not returning any errors so everything seems to be working based on appearances.

Any ideas?
by OleBroseph
Mon Sep 30, 2019 10:19 pm
Forum: DocuVieware
Topic: Error Trying To Lock Session Data
Replies: 1
Views: 4688

Error Trying To Lock Session Data

Hi. We upgraded to the newest version of DocuVieware today (3.1.37) using the GdPicture.NET.14.WEB.DocuVieware.dll from the DocuVieware (.NET Framework 4.6) folder in Redist. We keep receiving an error stating GdPicture.Internal.WEB.DocuViewareCore.Requests.InitRequestCtx: Failed to open session: ti...
by OleBroseph
Fri Jun 07, 2019 2:30 pm
Forum: DocuVieware
Topic: Rotating Pages Issue
Replies: 5
Views: 6214

Re: Rotating Pages Issue

The standalone viewer doesn't have the functionality that we added. I attached a gif of the problem. I understand that DocuVieware doesn't have the ability to select thumbnails and then rotate those corresponding pages, but it's something we wanted to give our customers so they wouldn't have to scro...
by OleBroseph
Thu Jun 06, 2019 11:18 pm
Forum: DocuVieware
Topic: Rotating Pages Issue
Replies: 5
Views: 6214

Rotating Pages Issue

Hi, We've customized our needs to allow the users to select multiple thumbnails from the DocuVieware control and rotate all of the corresponding pages through a custom action we've written. The problem is that the rotated page looks like it's rotated but still displayed in portrait mode. I noticed t...