Search found 227 matches

by Hugo
Fri Feb 14, 2020 3:13 pm
Forum: Image Processing & Document Imaging
Topic: Recognize monochrome separator sheet
Replies: 2
Views: 8254

Re: Recognize monochrome separator sheet

Hi MadMax, This is possible. You will need to see how your files you want to keep and the monochrome pages are different. Since from what you've told me these pages are bright colors you can use methods such as these ones: https://www.gdpicture.com/guides/gdpicture/GdPicture.NET.14~GdPicture14.GdPic...
by Hugo
Fri Feb 14, 2020 2:13 pm
Forum: OCR, MRC & Document understanding
Topic: Stick words together
Replies: 5
Views: 13045

Re: Stick words together

HI Sadegi,

Would you be able to provide us with a test document to allow us to visualize and reproduce your issue please?
If your documents are confidential you can submit a ticket and we can talk there: https://orpalis.zendesk.com/hc/en-us/requests/new
by Hugo
Wed Feb 12, 2020 2:55 pm
Forum: PDF
Topic: Can't save with required PDF Version
Replies: 5
Views: 10389

Re: Can't save with required PDF Version

Thank you very much for your code snippet. As you can see from our documentation the lowest version you can use for PDF Conformance is V1.4 as mentioned in our documentation: https://www.gdpicture.com/guides/gdpicture/GdPicture.NET.14~GdPicture14.GdPicturePDF~NewPDF%28PdfConformance%29.html As of re...
by Hugo
Mon Feb 10, 2020 2:35 pm
Forum: Document Viewing
Topic: Gdpicture two scroll bar issue
Replies: 3
Views: 10700

Re: Gdpicture two scroll bar issue

Hi there,

I do not understand why "most of the contents get hidden". Would you please show me what you mean via screenshots or by sending me a small demo application allowing me to reproduce this behavior with your document?

Regards
by Hugo
Mon Feb 10, 2020 2:19 pm
Forum: Image Processing & Document Imaging
Topic: Scrollbar
Replies: 4
Views: 10008

Re: Scrollbar

Hi Joel, When you use GdViewer1.ScrollBars = true; this will display both scrollbars. We do not have any methods for enabling/disabling 1 at a time. This instruction will allow you to visualize which Scrollbars are currently visible. >if ((GdViewer1.HScrollVisible == false) || (GdViewer1.VScrollVisi...
by Hugo
Mon Feb 10, 2020 2:10 pm
Forum: PDF
Topic: Can't save with required PDF Version
Replies: 5
Views: 10389

Re: Can't save with required PDF Version

Hi there,

Would you be able to submit a code snippet isolating the issue so we may reproduce it on our end please?

Regards,
by Hugo
Thu Feb 06, 2020 5:01 pm
Forum: Other discussions
Topic: Download GdPicture 11
Replies: 4
Views: 30703

Re: Download GdPicture 11

Hi Diego,

Please submit a ticket with the request so we may discuss this: https://orpalis.zendesk.com/hc/en-us/requests/new

We may be able to provide this but we'll be needing the reasoning behind this.

Regards
Hugo Cudd
by Hugo
Mon Feb 03, 2020 2:10 pm
Forum: Barcode Reading & Writing
Topic: PDF417 recognition doesnt work
Replies: 9
Views: 17504

Re: PDF417 recognition doesnt work

Hi EFernkaes,

Due to your request, we have deleted the file you added to your message.

Regards,
Hugo Cudd
Technical Support
by Hugo
Mon Jan 20, 2020 3:35 pm
Forum: Annotations
Topic: AddConnectedLinesAnnotInteractive Stopping Method
Replies: 1
Views: 7131

Re: AddConnectedLinesAnnotInteractive Stopping Method

Hi Ajs,

This is currently on our to-do list and has already been sent in as a suggestion.

I have raised the priority of this task.

Thank you for your suggestion.
by Hugo
Mon Dec 30, 2019 4:36 pm
Forum: Example requests & Code samples
Topic: Error regarding LIBEAY32.dll while running C# TWAIN Scanning sample
Replies: 1
Views: 3808

Re: Error regarding LIBEAY32.dll while running C# TWAIN Scanning sample

Hi there, Thank you for contacting us. Unfortunately we cannot help you with your question as it is unrelated to our software. Re-installing GdPicture will not change this. I would recommend you try to isolate the issue on your end by making much simpler applications until you cannot isolate the iss...
by Hugo
Mon Dec 23, 2019 2:11 pm
Forum: Document Viewing
Topic: Thumbnail ItemText Foreground Color
Replies: 1
Views: 7927

Re: Thumbnail ItemText Foreground Color

Hi Alex,

What exactly do you mean by foreground color to thumbnail itemtexts?
Feel free to send us a screenshot of what you wish to change.
by Hugo
Mon Dec 16, 2019 3:54 pm
Forum: PDF
Topic: Reading/Writing Same PDF Increases Size
Replies: 4
Views: 10220

Re: Reading/Writing Same PDF Increases Size

Hey Risotoh985, For future replies, let's exchange in the ticket you have create regarding this issue allowing me to track of this. The reasoning behind this not returning all fonts in your GetFontCount method is because your fonts are not being used on your page. They are embedded into your PDF fil...
by Hugo
Mon Dec 16, 2019 3:38 pm
Forum: Document Viewing
Topic: I want to use GDViewer on the web
Replies: 3
Views: 8334

Re: I want to use GDViewer on the web

Indeed both catching an client side event when annotation is added or modified is possible with DocuVieware. Using PostCustomServerAction allows applying server-side methods of AnnotationManager on a specific annotaion. Depending on your project there are multiple ways of integrating embedded image ...
by Hugo
Fri Dec 13, 2019 2:23 pm
Forum: Document Viewing
Topic: I want to use GDViewer on the web
Replies: 3
Views: 8334

Re: I want to use GDViewer on the web

Hi KimYH, Although the method doesn't exist in docuvieware, you can still add embedded image annotations but these need to be added server side. In order to achieve this, you will need to use the postcustomserveraction() js function . Since this is quite a lengthy process, we'll send you the details...
by Hugo
Thu Dec 12, 2019 4:55 pm
Forum: PDF
Topic: Reading/Writing Same PDF Increases Size
Replies: 4
Views: 10220

Re: Reading/Writing Same PDF Increases Size

Thanks for bringing up this issue.

For deleting unecessary & duplicate embedded fonts, we have this existing method to solve this: https://www.gdpicture.com/guides/gdpicture/GdP ... Fonts.html

This should solve the size problem.

Regards,
Hugo