Search found 173 matches

by Fabio
Fri Oct 06, 2023 4:58 pm
Forum: OCR, MRC & Document understanding
Topic: table not recognized by ocr
Replies: 1
Views: 4092

Re: table not recognized by ocr

Hello, I tried our Table Recognition feature using our latest release and it went well. (see attached file) I think we have an issue with our project sample in the Bin folder, I'm checking it. For your tests, you can use our online demo here: https://pspdfkit.com/demo/data-extraction Best regards, F...
by Fabio
Mon Aug 28, 2023 12:23 pm
Forum: DocuVieware
Topic: Reconfiguration success or error status: 1602
Replies: 3
Views: 5162

Re: Reconfiguration success or error status: 1602

Hello, Apologies for the late reply. We did not reproduce the issue on our end, and while looking to our support, no one seems to have this issue. This issue (code 1602) mainly means the MSI is corrupted, infected, or blocked by another program. Could you please try to download it again and install ...
by Fabio
Wed Aug 23, 2023 10:28 am
Forum: Other discussions
Topic: attachment document
Replies: 3
Views: 14803

Re: attachment document

Hello,

Apologies for my late reply.
I created a task for the developers to integrate such component natively in DocuVieware.
I will send you. message when it will be implemented and deployed on a release.

Best regards,
Fabio
by Fabio
Wed Aug 23, 2023 10:23 am
Forum: DocuVieware
Topic: Disable drag and drop in viewer?
Replies: 4
Views: 6057

Re: Disable drag and drop in viewer?

Hello Elise, Unfortunately, this behavior is expected. But I agree this is not very optimized and could lead the user to a wrong understanding of DocuVieware's usage. I created a task for our developers to change the default behavior when the Drag&Drop has been disabled through properties. I wil...
by Fabio
Wed Aug 23, 2023 10:15 am
Forum: General discussions
Topic: Problem under linux with a nuget referencing GdPicture.API
Replies: 9
Views: 12884

Re: Problem under linux with a nuget referencing GdPicture.API

Hello Christophe, This error could be due to a missing component on your Linux machine. Have you installed .NET on it? If not, that may explain why GdPicture cannot load the DLLs (the filters DLL is the first loaded in the build process). The NuGet package takes care to get the right DLLs in the rig...
by Fabio
Mon Aug 07, 2023 4:29 pm
Forum: DocuVieware
Topic: Disable drag and drop in viewer?
Replies: 4
Views: 6057

Re: Disable drag and drop in viewer?

Hello Elise, Sorry for the late reply. You will need to use this property: https://www.gdpicture.com/guides/docuvieware/GdPicture.NET.14.WEB.DocuVieware~GdPicture14.WEB.DocuViewareControl~EnableDocumentsDrop.html If you set it to false in your .NET DocuVieware instance, that will block your users to...
by Fabio
Mon Jun 12, 2023 6:18 pm
Forum: DocuVieware
Topic: FileNotFoundException on load from 3.2.28 to 3.2.30
Replies: 2
Views: 5560

Re: FileNotFoundException on load from 3.2.28 to 3.2.30

Hello, It looks like a dependency issue due to a missing package. Could you please delete the bin/package folder of your application, run this command in the Package Console of Visual Studio and tell me how it goes? -> Update-Package –reinstall System.IO.Packaging Also, please check your web.config ...
by Fabio
Mon Jun 12, 2023 6:09 pm
Forum: DocuVieware
Topic: InitRequestCtx : Session is unknown or expired
Replies: 5
Views: 6654

Re: InitRequestCtx : Session is unknown or expired

Hello Loren, I did not face this issue on our latest release. Does the issue is reproducible every time or is it an inconstant one? Could you please share an input file with a code snippet of the LoadFrom method? (if you have a custom way to set the DocuVieware's instance name or the SessionID that ...
by Fabio
Mon Jun 12, 2023 6:01 pm
Forum: DocuVieware
Topic: how to get left,top,width and height when add annotation in server side
Replies: 1
Views: 4271

Re: how to get left,top,width and height when add annotation in server side

Hello, Here is a code snippet to get the coordinates of an annotation when it has been drawn in the viewer: function RegisterOnAnnotationAddedOnDocuViewareAPIReady() { if (typeof DocuViewareAPI !== "undefined" && DocuViewareAPI.IsInitialized("DocuVieware1")) { DocuVieware...
by Fabio
Mon Jun 12, 2023 5:58 pm
Forum: Example requests & Code samples
Topic: How to Get/Save/Load Annotations to XML/XMP
Replies: 1
Views: 4831

Re: How to Get/Save/Load Annotations to XML/XMP

Hello, Here are the methods you'll need to manage the annotations through DocuVieware: - Get/Save Annotations: https://www.gdpicture.com/guides/docuvieware/GdPicture.NET.14.WEB.DocuVieware~GdPicture14.WEB.DocuViewareControl~SaveAnnotations.html - Load Annotations: https://www.gdpicture.com/guides/do...
by Fabio
Mon Jun 12, 2023 5:54 pm
Forum: Customer Reviews
Topic: Docuviewer loading incorrect image
Replies: 1
Views: 14130

Re: Docuviewer loading incorrect image

Hello, That is hard for us to trigger an inconstant issue. I did not find a similar issue on our helpdesk. There is a big chance the issue has been already resolved, and the best way to correct it would be to update DocuVieware to the latest version. Could you please update your SDK to the latest ve...
by Fabio
Mon Jun 12, 2023 5:21 pm
Forum: Other discussions
Topic: attachment document
Replies: 3
Views: 14803

Re: attachment document

Hello, We do not have a dedicated component for this feature, but it's doable using these methods with a bit of custom code: - https://www.gdpicture.com/guides/gdpicture/GdPicture.NET.14.API~GdPicture14.GdPicturePDF~GetEmbeddedFileTitle.html - https://www.gdpicture.com/guides/gdpicture/GdPicture.NET...
by Fabio
Wed Apr 12, 2023 1:41 pm
Forum: DocuVieware
Topic: System.Net.Http.Formatting version 5.2.7 needed at runtime.
Replies: 8
Views: 11671

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...
by Fabio
Tue Apr 11, 2023 5:47 pm
Forum: DocuVieware
Topic: System.Net.Http.Formatting version 5.2.7 needed at runtime.
Replies: 8
Views: 11671

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...
by Fabio
Fri Apr 07, 2023 1:23 pm
Forum: DocuVieware
Topic: DocuVieware Twain Web Conector HTTP
Replies: 1
Views: 4728

Re: DocuVieware Twain Web Conector HTTP

Hello,

You can use the below line of code to switch to HTTP:

Code: Select all

PassportPDF.Client.GlobalConfiguration.BasePath = "http://www.passportpdfapi.com";
Best regards,
Fabio