Search found 173 matches

by Fabio
Tue Nov 02, 2021 10:07 am
Forum: Image Processing & Document Imaging
Topic: CreateGdPictureImageFromFile changing original dpi
Replies: 2
Views: 12952

Re: CreateGdPictureImageFromFile changing original dpi

Hello,

After a talk with the developer team, there is no issue here.
There is a chance your input image has no resolution field. Therefore, GdPicture adds a default one of 72 which is the industry standard.

With best,
Fabio
by Fabio
Tue Nov 02, 2021 10:04 am
Forum: Image Processing & Document Imaging
Topic: Changed behaviour of RotateAngleBackColor
Replies: 4
Views: 8286

Re: Changed behaviour of RotateAngleBackColor

Hello,

The issue has been fixed and will be available on our next minor release.
Thank you for your patience, I'll write you through this post when the release will be available.

With best,
Fabio
by Fabio
Wed Oct 27, 2021 10:49 am
Forum: PDF
Topic: GDViewer Link overlay rectangle prevents from clicking other link
Replies: 1
Views: 6440

Re: GDViewer Link overlay rectangle prevents from clicking other link

Hello Furyosa,

Could you share a document that contains the annotation hovering issue, please?
I need some materials to do some tests on my side.

Thank you very much,
Fabio
by Fabio
Mon Oct 25, 2021 2:43 pm
Forum: PDF
Topic: SaveDocumentToPDF Issue
Replies: 17
Views: 18533

Re: SaveDocumentToPDF Issue

Hello,

Did you have the chance to test the correction on our new version? Does it suit you?

With best,
Fabio
by Fabio
Mon Oct 25, 2021 2:40 pm
Forum: Image Processing & Document Imaging
Topic: Redaction - DrawFilledRectangle vs BurnAnnotationsToPage
Replies: 5
Views: 9730

Re: Redaction - DrawFilledRectangle vs BurnAnnotationsToPage

Hello,

Could you share an input file and a complete code snippet to let me test the issue on my side?

With best,
Fabio
by Fabio
Mon Oct 25, 2021 2:37 pm
Forum: Example requests & Code samples
Topic: Redact RedactRequestCtx json?
Replies: 9
Views: 10961

Re: Redact RedactRequestCtx json?

Hi Player1!

For the license part, could you create a ticket on our helpdesk to talk privately about it, please?
Our Customer Success will handle this as soon as possible :)

Also, does your updated version fits your need regarding the context menu?

Have a nice day,
Fabio
by Fabio
Mon Oct 25, 2021 2:31 pm
Forum: Annotations
Topic: Highlighting Selected Text in PDF
Replies: 3
Views: 7916

Re: Highlighting Selected Text in PDF

Hello, You can highlight the text using the mouse using the GetRectCoordinatesOnDocument and the AddRegion methods. Here is the link to our documentation with a complete code snippet: https://www.gdpicture.com/guides/gdpicture/Drawing%20highlighted%20regions%20within%20the%20GdViewer%20using%20the%2...
by Fabio
Wed Oct 20, 2021 3:39 pm
Forum: Image Processing & Document Imaging
Topic: Redaction - DrawFilledRectangle vs BurnAnnotationsToPage
Replies: 5
Views: 9730

Re: Redaction - DrawFilledRectangle vs BurnAnnotationsToPage

Hello there, Burning an annotation and redacting a document look the same but are completely different. A burn, will just "fuse" the annotation to your document. All the layers behind it will still be there even if you do not see them. The redaction will completely destroy everything behin...
by Fabio
Fri Oct 15, 2021 10:34 am
Forum: Image Processing & Document Imaging
Topic: Changed behaviour of RotateAngleBackColor
Replies: 4
Views: 8286

Re: Changed behaviour of RotateAngleBackColor

Hello,

Thank you very much for the explanation. I reproduced the issue and I created a dev ticket on our side to correct it as soon as possible.
I'll keep you posted on this post about any updates!

With best,
Fabio
by Fabio
Thu Oct 14, 2021 11:58 am
Forum: Image Processing & Document Imaging
Topic: Changed behaviour of RotateAngleBackColor
Replies: 4
Views: 8286

Re: Changed behaviour of RotateAngleBackColor

Hello, I tested it with the GdPicture latest release and everything seems alright. Here the code I used to test it: Dim oImaging As New GdPictureImaging Dim myImage = oImaging.CreateGdPictureImageFromFile("D:\24bits.jpeg") oImaging.RotateAngleBackColor(myImage, 90, System.Drawing.Color.Bei...
by Fabio
Thu Oct 14, 2021 9:48 am
Forum: Example requests & Code samples
Topic: Redact RedactRequestCtx json?
Replies: 9
Views: 10961

Re: Redact RedactRequestCtx json?

Hello Player1, This menu is called the "context menu" and it is enabled by default in DocuVieware (it has been implemented in version 3.0.42). Are you using the last version of our SDK? Here is the code to enable the redaction (which is embedded within the EnableTextSelectionAnnotation pro...
by Fabio
Tue Oct 12, 2021 4:54 pm
Forum: Example requests & Code samples
Topic: Retrieve scanner serial number
Replies: 9
Views: 18370

Re: Retrieve scanner serial number

Hi,

I'm sorry but since the TwainGetCapDefaultString does the job of getting the serial number, I do not think it will be relevant to implement such a feature.

With best,
Fabio
by Fabio
Tue Oct 12, 2021 4:29 pm
Forum: Licensing
Topic: Running new LicenseManager() in .NET Core Linux Docker Container throws Exception
Replies: 3
Views: 16048

Re: Running new LicenseManager() in .NET Core Linux Docker Container throws Exception

Hello,

At the moment we are focus on other tasks, I could not share any ETA regarding the Linux compatibility.

With best,
Fabio
by Fabio
Tue Oct 12, 2021 4:25 pm
Forum: Example requests & Code samples
Topic: Retrieve scanner serial number
Replies: 9
Views: 18370

Re: Retrieve scanner serial number

Hello Chris,

I'm sorry I'm not sure to understand. Loïc came back to you after seeing the ticket I created regarding your need.
Does the proposed solution isn't suitable on your side?

With best,
Fabio
by Fabio
Mon Oct 11, 2021 6:03 pm
Forum: Example requests & Code samples
Topic: Redact RedactRequestCtx json?
Replies: 9
Views: 10961

Re: Redact RedactRequestCtx json?

Hi there! My pleasure :) The ApplyRedaction equivalent for the annotations is the "burn". When you burn the annotations on a page, it means they're not editable anymore, they are now part of the document itself. Here are the different methods regarding the class you're using to manage the ...