Search found 161 matches
- Wed Apr 12, 2023 1:41 pm
- Forum: DocuVieware
- Topic: System.Net.Http.Formatting version 5.2.7 needed at runtime.
- Replies: 8
- Views: 848
Re: System.Net.Http.Formatting version 5.2.7 needed at runtime.
Hi Loren, Ok, so what you can try is to update all packages of your project: 1. Go to the packages folder in your project and delete it. 2. Open Visual Studio and Go to Tools > Library Package Manager > Package Manager Settings and under the Package Manager item on the left-hand side there is a &quo...
- Tue Apr 11, 2023 5:47 pm
- Forum: DocuVieware
- Topic: System.Net.Http.Formatting version 5.2.7 needed at runtime.
- Replies: 8
- Views: 848
Re: System.Net.Http.Formatting version 5.2.7 needed at runtime.
Hello Loren, I just tried the API Razor sample on our latest release and everything worked well. Could you please try to delete the sample folder and uninstall/reinstall GdPicture on your machine? By deleting the sample, the re-installation will re-generate a brand new sample. So we will be sure the...
- Fri Apr 07, 2023 1:23 pm
- Forum: DocuVieware
- Topic: DocuVieware Twain Web Conector HTTP
- Replies: 1
- Views: 449
Re: DocuVieware Twain Web Conector HTTP
Hello,
You can use the below line of code to switch to HTTP:
Best regards,
Fabio
You can use the below line of code to switch to HTTP:
Code: Select all
PassportPDF.Client.GlobalConfiguration.BasePath = "http://www.passportpdfapi.com";
Fabio
- Fri Apr 07, 2023 1:11 pm
- Forum: DocuVieware
- Topic: How to search the value from textbox in docuvieware
- Replies: 1
- Views: 537
Re: How to search the value from textbox in docuvieware
Hello, GdViewer is the desktop viewer component of GdPicture, it will not work in a web browser. You need to use the javascript method of DocuVieware in order to search text in the loaded document: https://www.gdpicture.com/guides/docuvieware/Search.html Let me know if you need more information. Bes...
- Fri Apr 07, 2023 12:55 pm
- Forum: DocuVieware
- Topic: Upgraded to v 3.2.20 and get errors when interacting with annotations
- Replies: 1
- Views: 340
Re: Upgraded to v 3.2.20 and get errors when interacting with annotations
Hello,
This issue occurred on the 6.0 DLL and has been corrected by our developers.
You can update your SDK to the latest version, everything should work fine now.
Best regards,
Fabio
This issue occurred on the 6.0 DLL and has been corrected by our developers.
You can update your SDK to the latest version, everything should work fine now.
Best regards,
Fabio
- Mon Mar 27, 2023 2:36 pm
- Forum: DocuVieware
- Topic: DocuVieware 3.2.20 provokes a TypeLoadException
- Replies: 3
- Views: 605
Re: DocuVieware 3.2.20 provokes a TypeLoadException
Hello there, This issue should be corrected in our latest release. It occurred on the .NET 6.0 API version of our DLL. If the issue remains, could you please create a ticket on our helpdesk with a way to reproduce it, please? (sample or guideline) -> https://orpalis.zendesk.com/hc/en-us/requests/new...
- Fri Feb 17, 2023 7:05 pm
- Forum: DocuVieware
- Topic: how to save annotation properties and load annotation properties in vieware
- Replies: 1
- Views: 403
Re: how to save annotation properties and load annotation properties in vieware
Hi Sir, You can get all information related to the annotations by using 2 javascript methods. 1/ Get annotation ID DocuViewareAPI.GetPageAnnotId("DocuVieware4", 1, 0); 2/ Get the annotation's properties DocuViewareAPI.GetAnnotProperties("DocuVieware4", 'ID YOU GOT FROM PREVIOUS M...
- Fri Feb 17, 2023 6:45 pm
- Forum: DocuVieware
- Topic: open an pdf from local with docuvieware examples
- Replies: 1
- Views: 453
Re: open an pdf from local with docuvieware examples
Hello,
Sorry for my late reply.
I just tested the load from the local machine and everything works well.
Could you please update your DocuVieware to the latest version and tell me if works for you?
There are a lot of chances this is a previously fixed issue.
Bets regards,
Fabio
Sorry for my late reply.
I just tested the load from the local machine and everything works well.
Could you please update your DocuVieware to the latest version and tell me if works for you?
There are a lot of chances this is a previously fixed issue.
Bets regards,
Fabio
- Fri Feb 17, 2023 6:39 pm
- Forum: Annotations
- Topic: How to get event handler when annotation function drag
- Replies: 4
- Views: 805
Re: How to get event handler when annotation function drag
Hello Sir, Sorry for my late reply. You can simply use the javascript event RegisterOnAnnotationMoved -> https://www.docuvieware.com/guides/aspnet/RegisterOnAnnotationMoved.html And in there, you can use the PostCustomServerAction method to request server-side code or use any other javascript method...
- Fri Feb 17, 2023 6:35 pm
- Forum: DocuVieware
- Topic: DocuVieware initialization in pop-up
- Replies: 1
- Views: 394
Re: DocuVieware initialization in pop-up
Hello,
Could you provide me with a minimalist sample of this implementation, please?
I'm not sure how I can reproduce the issue from my end, and I suspect it comes from that particular implementation.
Best regards,
Fabio
Could you provide me with a minimalist sample of this implementation, please?
I'm not sure how I can reproduce the issue from my end, and I suspect it comes from that particular implementation.
Best regards,
Fabio
- Fri Dec 16, 2022 12:38 pm
- Forum: DocuVieware
- Topic: The SaveAsPDF method reports a "GenericError" when converting a word document to a pdf document
- Replies: 1
- Views: 861
Re: The SaveAsPDF method reports a "GenericError" when converting a word document to a pdf document
Hello,
I tried your code snippet on our latest version and everything seems to work fine. Could you try to update your SDK to the latest version and tell me if the issue still occurs, please?
Best regards,
Fabio
I tried your code snippet on our latest version and everything seems to work fine. Could you try to update your SDK to the latest version and tell me if the issue still occurs, please?
Best regards,
Fabio
- Fri Oct 07, 2022 9:20 am
- Forum: DocuVieware
- Topic: Add Region
- Replies: 1
- Views: 1096
Re: Add Region
Hello, Sorry for the late reply. Basically, our customers that switch from Gdpicture to DocuVieware use the annotation mechanism. Add an annotation from the javascript client-side: - https://www.docuvieware.com/guides/aspnet/AddRectangleHighlighterAnnotInteractive.html - https://www.docuvieware.com/...
- Mon Sep 19, 2022 9:42 am
- Forum: DocuVieware
- Topic: How to change icon tooltip text
- Replies: 1
- Views: 941
Re: How to change icon tooltip text
Hello,
The default buttons in the top bar cannot be changed.
If you want to modify a button, you need to disable it through DocuVieware's properties and create a brand new one you'll be able to modify it.
Best regards,
Fabio
The default buttons in the top bar cannot be changed.
If you want to modify a button, you need to disable it through DocuVieware's properties and create a brand new one you'll be able to modify it.
Best regards,
Fabio
- Mon Sep 19, 2022 9:39 am
- Forum: DocuVieware
- Topic: Error net: ERR_SSL_VERSION_OR_CIPHER_MISMATCH
- Replies: 1
- Views: 919
Re: Error net: ERR_SSL_VERSION_OR_CIPHER_MISMATCH
Hello, I know that Win 7 is not supported to host the server part. The issue here is about non implemented TLS 1.2 version in Win 7. I have only seen this issue in that context but since you mentioned you set the WebAPI on a Win 10, this issue shouldn't occur. Could you please try to install the TWA...
- Tue Aug 02, 2022 10:34 am
- Forum: PDF
- Topic: Returning only the matched portion of the text when calling SearchText
- Replies: 1
- Views: 1061
Re: Returning only the matched portion of the text when calling SearchText
Hello,
I reported this to the developers, I will keep you posted on any updates.
Best regards,
Fabio
I reported this to the developers, I will keep you posted on any updates.
Best regards,
Fabio