Search found 173 matches

by Fabio
Fri Apr 07, 2023 1:11 pm
Forum: DocuVieware
Topic: How to search the value from textbox in docuvieware
Replies: 1
Views: 5812

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...
by Fabio
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: 5501

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
by Fabio
Mon Mar 27, 2023 2:36 pm
Forum: DocuVieware
Topic: DocuVieware 3.2.20 provokes a TypeLoadException
Replies: 3
Views: 6802

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...
by Fabio
Fri Feb 17, 2023 7:05 pm
Forum: DocuVieware
Topic: how to save annotation properties and load annotation properties in vieware
Replies: 2
Views: 6016

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...
by Fabio
Fri Feb 17, 2023 6:45 pm
Forum: DocuVieware
Topic: open an pdf from local with docuvieware examples
Replies: 1
Views: 5778

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
by Fabio
Fri Feb 17, 2023 6:39 pm
Forum: Annotations
Topic: How to get event handler when annotation function drag
Replies: 4
Views: 14876

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...
by Fabio
Fri Feb 17, 2023 6:35 pm
Forum: DocuVieware
Topic: DocuVieware initialization in pop-up
Replies: 1
Views: 5272

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
by 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: 6143

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.
bugconvertdocx.png
Could you try to update your SDK to the latest version and tell me if the issue still occurs, please?

Best regards,
Fabio
by Fabio
Fri Oct 07, 2022 9:20 am
Forum: DocuVieware
Topic: Add Region
Replies: 1
Views: 6266

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/...
by Fabio
Mon Sep 19, 2022 9:42 am
Forum: DocuVieware
Topic: How to change icon tooltip text
Replies: 1
Views: 6048

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
by Fabio
Mon Sep 19, 2022 9:39 am
Forum: DocuVieware
Topic: Error net: ERR_SSL_VERSION_OR_CIPHER_MISMATCH
Replies: 1
Views: 5966

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...
by Fabio
Tue Aug 02, 2022 10:34 am
Forum: PDF
Topic: Returning only the matched portion of the text when calling SearchText
Replies: 1
Views: 6712

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
by Fabio
Tue Aug 02, 2022 10:18 am
Forum: PDF
Topic: Render all pages in PDF to Images concurrently
Replies: 3
Views: 7490

Re: Render all pages in PDF to Images concurrently

Hello, To check if your PDF is image-based, you can check: - If there is some text on the page: https://www.gdpicture.com/guides/gdpicture/GdPicture.NET.14~GdPicture14.GdPicturePDF~PageHasText(Boolean).html - If there is an image: https://www.gdpicture.com/guides/gdpicture/GdPicture.NET.14~GdPicture...
by Fabio
Tue Aug 02, 2022 9:56 am
Forum: DocuVieware
Topic: JSON String Dump When Printing as PDF
Replies: 4
Views: 8623

Re: JSON String Dump When Printing as PDF

Hello, I tested our Razor sample app with the latest version and everything went fine. Are you using our latest release? If not could you update your SDK to the latest version, please? If you still facing the issue, will you be available for a meeting? That will be the easiest way to check out what ...
by Fabio
Mon Jul 11, 2022 7:07 pm
Forum: Document Viewing
Topic: Two-page layout mode in GdViewer
Replies: 3
Views: 8775

Re: Two-page layout mode in GdViewer

Hello there,

Thanks for your feedback.

I created a ticket for our developers to let them implement the custom layout rendering in the GdViewer.
I will keep you posted about any news.

Best regards,
Fabio