Search found 352 matches

by SamiKharma
Sun Oct 30, 2011 2:02 pm
Forum: OCR, MRC & Document understanding
Topic: Search & Highlight All Occurrences of Text String in PDF
Replies: 2
Views: 3813

Re: Search & Highlight All Occurrences of Text String in PDF

Hello, This is readily available in GdPicture.NET and our PDF.NET plugin found at: https://www.gdpicture.com/guides/gdpicture/v8/html/content/frames.html?frmname=topic&frmfile=Text_Extraction.html You have to switch to our .NET version in order to be able to do so. We have no plans to introduce ...
by SamiKharma
Thu Oct 27, 2011 9:51 am
Forum: Annotations
Topic: Undo function
Replies: 4
Views: 5682

Re: Undo function

Hi, I am sorry, you are correct, the saving applies to all annotations but the logic is the same. The only thing that would change is there would only be one instance of the History class per Image. And the loading and the saving of annotations would happen all at once. As to another way to save and...
by SamiKharma
Wed Oct 26, 2011 11:32 am
Forum: Annotations
Topic: Undo function
Replies: 4
Views: 5682

Re: Undo function

Hi, There are multiple ways in programming to do Undo-Redo, you can use stacks, object tracking, your own history class loaded with arrays for each structure. Simplest way for the annotations would be to have a current annotation state for each annotation added. The rest, would be basically saving a...
by SamiKharma
Tue Oct 25, 2011 12:43 pm
Forum: Document Viewing
Topic: Can't rotate a high resolution TIFF.
Replies: 3
Views: 3648

Re: Can't rotate a high resolution TIFF.

Hi,
No, this is not a memory leak, a memory leak would be if it went up to 1MB and did not go back.
As to the processor, you need to use 64-bit because the image is big and will require enough memory to rotate it.

Best Regards,
Sami Kharma
GdPicture Support Team Member
by SamiKharma
Tue Oct 25, 2011 11:42 am
Forum: PDF
Topic: Controlling Compression on image added to PDF
Replies: 2
Views: 2303

Re: Controlling Compression on image added to PDF

Hello, From reading your post, I can assume the image is 24 bit and 1 bit even if it black and white, and since the library uses JPEG compression, there will be some artifacts, so there are three ways around it: 1. - Convert the image to 1bpp before adding it to the PDF, or 2. Use another compressio...
by SamiKharma
Tue Sep 27, 2011 11:55 am
Forum: Feature Requests
Topic: annotation support
Replies: 3
Views: 3540

Re: annotation support

Hi,

We are happy to inform you that Annotation Support and a New PDF Plugin were introduced in June in our GdPicture 8 release. We hope that you will give it a look, you shall enjoy it.

Best Regards,
Sami
GdPicture Support Team Member
by SamiKharma
Tue Sep 27, 2011 11:49 am
Forum: Feature Requests
Topic: Data Matrix (2d) Barcode creation
Replies: 7
Views: 7991

Re: Data Matrix (2d) Barcode creation

Hi Bryan,

We are pleased to inform you that we have released QR-Code Barcode Recognition Plugin, the description can be found at:
https://www.gdpicture.com/products/dotne ... nition.php

Best Regards,
Sami
GdPicture Support Staff Member