Search found 10 matches

by WMY
Fri May 15, 2020 2:40 pm
Forum: Example requests & Code samples
Topic: custom form as annotation
Replies: 2
Views: 3954

Re: custom form as annotation

My approach is: 1) generate a new custom annotation Is it possible to bring up a custom popup containing HTML Content like this? <form> <label for="fname">First name:</label><br> <input type="text" id="fname" name="fname"><br> <label for="lname">Last...
by WMY
Fri May 15, 2020 9:41 am
Forum: Example requests & Code samples
Topic: custom form as annotation
Replies: 2
Views: 3954

custom form as annotation

Hi guys,

what is a good approach to handle a html form as an annotation.
The annotation-popup should include different html form elements, like input field, checkbox and so on.

Thanks!
by WMY
Fri May 15, 2020 8:20 am
Forum: Example requests & Code samples
Topic: Add custom annnotation on JavaScript (Angular 9)
Replies: 2
Views: 3359

Re: Add custom annnotation on JavaScript (Angular 9)

Hi,
I figured it out, I can use Snap-In feature of docuvieware. It is a little bit tricky with angular, but it works for me now.
by WMY
Wed May 13, 2020 8:29 am
Forum: Example requests & Code samples
Topic: Add custom annnotation on JavaScript (Angular 9)
Replies: 2
Views: 3359

Add custom annnotation on JavaScript (Angular 9)

Hi guys,

How can I mannage it to add some custom annotations on the client side (angular). Extending the toolbar for my own annotations, like stamp or html form.

Thanks.
Greetings
by WMY
Tue May 12, 2020 9:22 am
Forum: DocuVieware
Topic: Open a server side document
Replies: 2
Views: 3876

Re: Open a server side document

Hi, I figured it out. Within the rest-controller I have to initiate a instance of DocuViewareControl using the SessionId. From the frontend I got the controlConfiguration via POST. Now I can load a file and have to return as HTTP result the new HTMLContent. ... using (DocuViewareControl docuVieware ...
by WMY
Thu Apr 30, 2020 12:11 pm
Forum: DocuVieware
Topic: Open a server side document
Replies: 2
Views: 3876

Open a server side document

Hi guys, I'm using as backend asp.net core WEB application and as frontend Angular 9. With version GdPicture14.WEB it works in general, based on the example RESTful API! How I an open a server side document. Within the controller there is a function [HttpPost("loadfromfile")] public string...
by WMY
Wed Apr 29, 2020 12:16 pm
Forum: DocuVieware
Topic: DocuVieware .net core und RESTful HTTP
Replies: 6
Views: 9768

Re: DocuVieware .net core und RESTful HTTP

Thanks for your replay,

with your new Version 14 it works, I can stick it together. Now I can use C# .net core 3.0 as backend and angular as frontend communicating via REST.

Greetings
by WMY
Fri Mar 06, 2020 11:04 am
Forum: DocuVieware
Topic: DocuVieware .net core und RESTful HTTP
Replies: 6
Views: 9768

Re: DocuVieware .net core und RESTful HTTP

Hi,
no further documentations about this topic?
Or is there a big picture how it should works in general?

Greetings
by WMY
Mon Feb 24, 2020 8:58 am
Forum: DocuVieware
Topic: DocuVieware .net core und RESTful HTTP
Replies: 6
Views: 9768

Re: DocuVieware .net core und RESTful HTTP

Hi, Thanks for your quick response. I read this article and the examples included at your packages. But the DocuVieware .Net Core 3.0 library is different like .Net Framework, isn't it. Is there a example or a guide, how to implement the REST API based on .Net Core without using MVC/Razor just a sim...
by WMY
Wed Feb 19, 2020 8:39 am
Forum: DocuVieware
Topic: DocuVieware .net core und RESTful HTTP
Replies: 6
Views: 9768

DocuVieware .net core und RESTful HTTP

Hallo zusammen, ich würde gerne die aktuelle Version in Verbindung mit Asp.net core Web Application (API RESTful http) und Angular 8 einsetzen. Gibt es hierzu Beispiele, eine Beschreibung der REST API und Implementierung auf Seiten des Backends c# und Frontends Angular. Danke für eure Unterstützung....