Search found 4 matches

by SquallLTT
Wed Jul 10, 2013 8:49 am
Forum: PDF
Topic: GdPicture keep asking for password while cloning pdf page
Replies: 1
Views: 2507

GdPicture keep asking for password while cloning pdf page

Hi, I'm using GdPicture 9, my license type is "GdPicture.NET Document Imaging SDK V9 (upgrade from V7)" When I try to split PDF page using ClonePage() function, there will be a dialog appear and say: "GdPicture PDF Plugin: this option has not been unlocked ..." Could someone advi...
by SquallLTT
Thu Jun 13, 2013 1:01 pm
Forum: Image Processing & Document Imaging
Topic: Gradient filter
Replies: 0
Views: 71614

Gradient filter

Greetings,

Is there anyway to perform gradient filter (similar to the one in Photoshop)?

Thank you very much.
by SquallLTT
Thu Nov 29, 2012 12:00 pm
Forum: General discussions
Topic: How to effectively release unused GDPicture in memory
Replies: 3
Views: 5323

Re: How to effectively release unused GDPicture in memory

Hi Loïc, Thank you for your prompt reply and suggestion. May I ask another question, is there any way to reset the GdPicture ID? Since I notice that ID number keep increasing everytime I create a new GdPicture, is that normal? Oh, and another question, seem like my account was auto deleted. I have r...
by SquallLTT
Thu Nov 29, 2012 11:24 am
Forum: General discussions
Topic: How to effectively release unused GDPicture in memory
Replies: 3
Views: 5323

How to effectively release unused GDPicture in memory

Hi, Currently I have an application that display all the pictures and pdf in a selected folder. Everytime I click on a thumbnail (ThumbnailEx) of an image/pdf, that selected image/pdf will be display in a GdViewer, and I use: ReleaseGdPictureImage(gdPicId) to release the previous GdPicture. However ...