Search found 5 matches

by SyKaufax
Mon Mar 20, 2023 10:02 pm
Forum: DocuVieware
Topic: Upgraded to v 3.2.20 and get errors when interacting with annotations
Replies: 1
Views: 6064

Upgraded to v 3.2.20 and get errors when interacting with annotations

Error returned from DocuViewareControllerActionsHandler.baserequest(jsonString): { "responseType": "DocuVieware", "status": 1, "requestNo": -1, "action": "GdPicture.Internal.WEB.DocuViewareCore.Requests.NewAnnotRequestCtx server exception: "...
by SyKaufax
Wed Jul 20, 2022 6:05 pm
Forum: DocuVieware
Topic: JSON String Dump When Printing as PDF
Replies: 4
Views: 9259

Re: JSON String Dump When Printing as PDF

What is the fix for this issue?
by SyKaufax
Tue Mar 15, 2022 7:59 pm
Forum: DocuVieware
Topic: Append to displayed document via "Open" button
Replies: 3
Views: 8006

Re: Append to displayed document via "Open" button

Scanning allows you to append.
Scan_append.PNG
Using drag and drop or "Open" button replaces the displayed document with the item selected.
Scan_append.PNG
Is there a way to do an append to document like when twain allows?
by SyKaufax
Thu Mar 10, 2022 7:17 pm
Forum: DocuVieware
Topic: Append to displayed document via "Open" button
Replies: 3
Views: 8006

Append to displayed document via "Open" button

Currently, it is possible to append by scanning. How could this be done via the open button? Right now, it replaces what is displayed.
by SyKaufax
Fri Jun 25, 2021 5:16 pm
Forum: General discussions
Topic: ServiceCollection and LicenseManager
Replies: 1
Views: 7296

ServiceCollection and LicenseManager

When I create license manager and register license to service stack, my fonts go all crazy on my form(s) and user controls. Should this be a static call? public static IServiceCollection LicenseGdPictureDotNet(this IServiceCollection services) { var lm = new GdPicture14.LicenseManager(); lm.Register...