Search found 173 matches

by Fabio
Tue Dec 14, 2021 1:29 pm
Forum: General discussions
Topic: Slow License Check - each request?
Replies: 3
Views: 6356

Re: Slow License Check - each request?

Hello,

Thanks for reaching us!

The issue has been reported to the dedicated department.
I'll keep you posted on any updates through this forum page.

With best,
Fabio
by Fabio
Tue Dec 14, 2021 1:17 pm
Forum: Example requests & Code samples
Topic: Using SetVScrollBarPosition to scroll to Annotation
Replies: 3
Views: 7453

Re: Using SetVScrollBarPosition to scroll to Annotation

Hello,

Do you mean to keep the zoom at 135% (for instance) but show the annotation in the center of the viewer?

Regards,
Fabio
by Fabio
Tue Dec 14, 2021 1:14 pm
Forum: Document Viewing
Topic: Unable to view PNG file
Replies: 4
Views: 7347

Re: Unable to view PNG file

Hello,

Please send it to my mail address: f.derose@orpalis.com
If it does not fit in the mail itself, WeTransfer could be a nice alternative.

With best,
Fabio
by Fabio
Mon Dec 06, 2021 6:15 pm
Forum: Document Viewing
Topic: Unable to view PNG file
Replies: 4
Views: 7347

Re: Unable to view PNG file

Hello,

Could you send me the input image, please?
This issue could be caused by a non-PNG image that had its extension changed by ".PNG". But I need to have the image to investigate it on my side to figure out what causes the issue.

With best,
Fabio
by Fabio
Wed Nov 24, 2021 4:22 pm
Forum: PDF
Topic: GenericError result when attempting to SwapPages()
Replies: 1
Views: 6266

Re: GenericError result when attempting to SwapPages()

Hello, I'm not sure to understand, are we talking about the GdPicturePDF or GdViewer class here? The best practice is to load your file within a GdPicturePDF object and use it for the SwapPages method or PDF manipulations. Once the swap has been done, you can use the DisplayFromFile method with the ...
by Fabio
Mon Nov 22, 2021 3:29 pm
Forum: General discussions
Topic: Multipage Tiff Compression
Replies: 28
Views: 41738

Re: Multipage Tiff Compression

Hello,

We're sorry about the delay.
The feature has been implemented, you will find an example of the usage here: https://www.gdpicture.com/guides/gdpict ... 0page.html

With best,
Fabio
by Fabio
Fri Nov 19, 2021 5:30 pm
Forum: PDF
Topic: GenericError result when attempting to SwapPages()
Replies: 1
Views: 6266

Re: GenericError result when attempting to SwapPages()

Hello Fletch, I just tested the method and everything went fine. I used the code snippet in our documentation here: https://www.gdpicture.com/guides/gdpicture/GdPicture.NET.14~GdPicture14.GdPicturePDF~SwapPages.html If you got an issue with the code snippet, could you try to install the new version ...
by Fabio
Thu Nov 18, 2021 6:48 pm
Forum: Example requests & Code samples
Topic: Draw a text in a PDF file - Visual Basic 6
Replies: 6
Views: 8215

Re: Draw a text in a PDF file - Visual Basic 6

If you want we have a sample in VB6 here: [installation folder]\GdPicture.NET 14\Samples\GdPicture\WinForm\vb6 using com interop May it will give you an idea about the implementation. If you do not have the sample in the installation folder, you'll need to upgrade your GdPicture SDK. (We're on versi...
by Fabio
Thu Nov 18, 2021 12:03 pm
Forum: Example requests & Code samples
Topic: Draw a text in a PDF file - Visual Basic 6
Replies: 6
Views: 8215

Re: Draw a text in a PDF file - Visual Basic 6

Hello Massimo,

Sadly no as my first name let suggests it.

I'm not really familiar with Visual Basic 6, but does the VB.NET code sample in our documentation is not enough as an example to achieve what you want to implement?

With best,
Fabio
by Fabio
Thu Nov 18, 2021 11:43 am
Forum: Example requests & Code samples
Topic: Using SetVScrollBarPosition to scroll to Annotation
Replies: 3
Views: 7453

Re: Using SetVScrollBarPosition to scroll to Annotation

Hello, From my understanding, what you can do to automatically display an existing annotation in the viewer, is to select the page and zoom in regarding the coordinates of the annotation. Display a page: https://www.gdpicture.com/guides/gdpicture/GdPicture.NET.14~GdPicture14.GdViewer~DisplayPage.htm...
by Fabio
Fri Nov 12, 2021 4:11 pm
Forum: Annotations
Topic: Highlighting Selected Text in PDF
Replies: 3
Views: 7238

Re: Highlighting Selected Text in PDF

Hello there,

I'm glad if you achieved what you wanted to do!

Have a nice day Sir,
Fabio
by Fabio
Tue Nov 09, 2021 1:01 pm
Forum: OCR, MRC & Document understanding
Topic: OCR White Text on Black or Colored Background?
Replies: 3
Views: 7727

Re: OCR White Text on Black or Colored Background?

Hello Brian,

The issue has been corrected and will be available on our next minor release!

With best,
Fabio
by Fabio
Mon Nov 08, 2021 2:36 pm
Forum: OCR, MRC & Document understanding
Topic: OCR White Text on Black or Colored Background?
Replies: 3
Views: 7727

Re: OCR White Text on Black or Colored Background?

Hello Brian,

Thank you for the feedback!

The issue has been reported to the developer team.
I'll keep you posted on this ticket about any updates.

With best,
Fabio
by Fabio
Thu Nov 04, 2021 12:53 pm
Forum: Image Processing & Document Imaging
Topic: Redaction - DrawFilledRectangle vs BurnAnnotationsToPage
Replies: 5
Views: 8952

Re: Redaction - DrawFilledRectangle vs BurnAnnotationsToPage

Hello,

I tried to reproduce the issue but without success, I think I missed a point here.
Could you create a minimalistic sample that reproduces the issue and it to us?

Do not hesitate to delete the DLL and the bin/obj/packages folder to reduce the size of the compressed sample.

With best,
Fabio
by Fabio
Tue Nov 02, 2021 4:11 pm
Forum: Example requests & Code samples
Topic: Draw a text in a PDF file - Visual Basic 6
Replies: 6
Views: 8215

Re: Draw a text in a PDF file - Visual Basic 6

Hello, If your need is to set automatically a text annotation within your document, this documentation with a code snippet should be enough to complete the task: https://www.gdpicture.com/guides/gdpicture/GdPicture.NET.14~GdPicture14.AnnotationManager~AddTextAnnot.html If you face any issues or have...