Search found 33 matches

by mattewan
Mon Mar 01, 2021 1:11 pm
Forum: Licensing
Topic: GDPicture.Net Document Imaging SDK Ultimate
Replies: 1
Views: 12276

GDPicture.Net Document Imaging SDK Ultimate

Hello,

We have the following license: GDPicture.Net Document Imaging SDK Ultimate

When trying to OCR a page, I'm getting "feature not unlocked" errors.

I could have sworn we use to be able to OCR on this license before. Is this not the case?

Cheers,

Matt
by mattewan
Tue Jun 05, 2018 10:12 am
Forum: PDF
Topic: Replace Image in PDF without changing text
Replies: 1
Views: 3661

Replace Image in PDF without changing text

Hey, I have millions of images which have been OCR'd to searchable PDF using Abbyy Recognition Server. I now want to replace the black&white image in the PDF with a colour copy without affecting the text of the page. Re-OCR is not an option because Abbyy Recognition Server has also output variou...
by mattewan
Tue Mar 13, 2018 10:49 am
Forum: PDF
Topic: Is the PDF attachment code buggy?
Replies: 3
Views: 3601

Re: Is the PDF attachment code buggy?

Thanks for replying. I have an email with the following two attachments: TEXT.htm image001.jpg In this example, TEXT.htm won't open (nothing happens when i click the attachment in acrobat, and it wont let me delete it either). If I insert just image001.jpg or TEXT.htm on their own, both work, but do...
by mattewan
Mon Mar 12, 2018 5:54 pm
Forum: PDF
Topic: Is the PDF attachment code buggy?
Replies: 3
Views: 3601

Is the PDF attachment code buggy?

Hello, I'm using the following code to generate a PDF with text & embed files: private void WriteEmail(sEmail email, string filename) { GdPicture14.GdPicturePDF oPDF = new GdPicture14.GdPicturePDF(); oPDF.CreateFromText(GdPicture14.PdfConformance.PDF1_4, 595, 842, 30, 30, 30, 30, GdPicture14.Tex...
by mattewan
Wed Dec 20, 2017 6:04 pm
Forum: General discussions
Topic: Multipage Tiff Compression
Replies: 28
Views: 42362

Re: Multipage Tiff Compression

Was this ever implemented? I have just bought the ultimate edition for quite a substantial amount of money and all the tiff save methods only have one option for compression, and no way to set independent compressions for black&white and colour. The only option I see is "Auto" which sa...
by mattewan
Fri Apr 28, 2017 11:32 am
Forum: Annotations
Topic: Annotation Bugs
Replies: 2
Views: 13279

Re: Annotation Bugs

Just a follow up. Actually both the left & top properties return the mid position. Here is a perfect way to reproduce: Dim containerObject As GdPicture12.Annotations.AnnotationRectangleHighlighter Dim left, top, width, height As Single left = 1 top = 1 width = 1 height = 1 containerObject = gdTe...
by mattewan
Fri Apr 28, 2017 10:34 am
Forum: Annotations
Topic: Annotation Bugs
Replies: 2
Views: 13279

Annotation Bugs

Hello, I have noticed a few bugs with the annotations implementation. I am drawing an a rect box on a gdpicture viewer, then using code to place an annotion (rectangle) in that place, as well as lots of other annotations which make it look like that box is a container for all the other annotations. ...
by mattewan
Wed Oct 14, 2015 12:25 pm
Forum: Image Processing & Document Imaging
Topic: Insert pages into multipage tiff (Jpeg/group4)
Replies: 2
Views: 4231

Insert pages into multipage tiff (Jpeg/group4)

Hello, I currently have a problem using GDPicture11 I need to insert black and white images, as well as colour images, into an existing Tiff document. I need to save Colour images as jpeg, Black&White images as CCITTG4. I have read posts here that say it's possible by using the "sequential ...
by mattewan
Thu Jul 19, 2012 5:27 pm
Forum: Example requests & Code samples
Topic: GdViewer Regions Help
Replies: 6
Views: 4536

Re: GdViewer Regions Help

Sorry to dig up an old thread, but in what version was this fixed?

Im running 6.7.9 and I'm have the same problem with regions.

Was this fixed in version 6 of gdpicture, or was the bug found in 7+?

If it was found in 6.x, am I not running the latest 6.x version?

Thanks
by mattewan
Fri Sep 17, 2010 11:02 am
Forum: General discussions
Topic: Where is GDPicture.NET 6?
Replies: 1
Views: 2428

Where is GDPicture.NET 6?

Hello, I have looked at the upgrade paths for GDPicture 6 to 7, and for our particular product it is $716 which we are not willing to spend.... not unless our feature requests are implemented and I have tested that it IS actually threadsafe... as gdpicture.net 6 never was. Where can I find the lates...
by mattewan
Mon Jun 28, 2010 4:14 pm
Forum: Image Processing & Document Imaging
Topic: Rotate 1 page in multipage tif.
Replies: 1
Views: 1682

Rotate 1 page in multipage tif.

Hello, Using the latest version. I am opening multipage tif images then looping through each page, and save/seperating to single files. For i As Integer = 1 To OneItem.intPages oImaging.TiffSelectPage(ImageID, i) If (oImaging.GetWidth(ImageID) > oImaging.GetHeight(ImageID)) Then oImaging.Rotate(Imag...
by mattewan
Wed May 26, 2010 12:00 pm
Forum: Feature Requests
Topic: Set Colour & BW Compression for mixed multipages
Replies: 3
Views: 3662

Set Colour & BW Compression for mixed multipages

Hello Loic, Would it be possible to have something like: oGDPicture.setColorCompression = "JPEG" oGDPicture.setBWCompression = "CCITT4" then make a call to: oGdPicture.TiffSaveAsMultiPageFile(ImageID1, "multipage.tif", TiffCompression.TiffCompressionAUTO) As we dont wan...
by mattewan
Mon Dec 21, 2009 11:11 am
Forum: Image Processing & Document Imaging
Topic: Changing Brightness inverts the image
Replies: 5
Views: 2755

Re: Changing Brightness inverts the image

Yes i am, i will see if i get the same issue under XP and let you know
by mattewan
Wed Dec 16, 2009 3:49 pm
Forum: Image Processing & Document Imaging
Topic: Changing Brightness inverts the image
Replies: 5
Views: 2755

Re: Changing Brightness inverts the image

Dim GDImaging As New GdPicture.GdPictureImaging GDImaging.SetLicenseNumber("xxx") GDImaging.CreateGdPictureImageFromFile(OneBatchItem.inFile) GDImaging.SetBrightness(ImageID, 10) GDImaging.SaveAsTIFF(ImageID, OneBatchItem.outFile, GdPicture.TiffCompression.TiffCompressionNONE) GDImaging.R...