Search found 50 matches

by PQSIK
Sat Apr 23, 2011 11:11 pm
Forum: Document Viewing
Topic: Load multiple files
Replies: 5
Views: 3706

Load multiple files

Hi there,

can some show me how to load multiple tiff files into a viewer with and thumbnail viewer.

Thanks

pqsik
by PQSIK
Wed Apr 20, 2011 12:09 am
Forum: Image Processing & Document Imaging
Topic: Image Tag
Replies: 2
Views: 2009

Re: Image Tag

I got this to work

Code: Select all

Dim str As String()
str = Regex.Split(Gdp.TagGetValueString(ThisTiffID, nCpt), "\0")
If str.Length > 0 Then Return str(0)
Return str(0)
any better ways to do this?

pqsik
by PQSIK
Tue Apr 19, 2011 11:08 pm
Forum: Image Processing & Document Imaging
Topic: Image Tag
Replies: 2
Views: 2009

Image Tag

Hi there,

Can you help remove � from a image tag

TagGetValueString(imageid, tags.TagPageName)

when I add to a xml file I get this
<ImageTagID>c2a853bd45494985b389536ff7c27a7f&#x0;</ImageTagID>

and you cant have &#x0; in the file when serialized

Thanks

pqsik
by PQSIK
Tue Apr 19, 2011 2:22 am
Forum: Document Viewing
Topic: viewer current image id
Replies: 1
Views: 2470

Re: viewer current image id

I found the Tags.TagPageName and set the guid to that. I had to loop thought and return the value, not sure why this way return Gdp.TagGetValueString(ThisTiffID, Tags.TagPageName) does not work. For nCpt = 1 To Gdp.TagCount(ThisTiffID) If Gdp.TagGetID(ThisTiffID, nCpt) = Tags.TagPageName Then Return...
by PQSIK
Tue Apr 19, 2011 12:51 am
Forum: Document Viewing
Topic: viewer current image id
Replies: 1
Views: 2470

viewer current image id

Hi there, I'm adding a guid to a image tag like this and save the file as a MultiPage tiff below. Private Function AddImageToTiff(ByVal ThisFile As String) As Boolean Dim ImageID As Integer Try If Gdp.TiffIsEditableMultiPage(ThisTiffID) Then ImageID = Gdp.CreateGdPictureImageFromFile(ThisFile) Gdp.T...
by PQSIK
Tue Apr 12, 2011 11:41 pm
Forum: PDF
Topic: add image to existing pdf file
Replies: 2
Views: 2297

Re: add image to existing pdf file

Thanks Loïc

I hope I get a free update :)
by PQSIK
Thu Apr 07, 2011 10:36 pm
Forum: PDF
Topic: add image to existing pdf file
Replies: 2
Views: 2297

add image to existing pdf file

I posted this last night but it's not here now, so I will try again.

Do you have to save a pdf once you add new pages and images as a new file.

Because I can add to a new pdf, but it does not add to a existing pdf, The code is the same, I just change the file name.

Thanks

pqsik
by PQSIK
Tue Mar 22, 2011 9:36 pm
Forum: Feature Requests
Topic: annotation support
Replies: 3
Views: 3596

Re: annotation support

Thanks, I will wait till then.
by PQSIK
Mon Mar 21, 2011 10:19 pm
Forum: Feature Requests
Topic: annotation support
Replies: 3
Views: 3596

annotation support

https://www.gdpicture.com/forum/viewtopic.php?t=2835 Hi I see from the link your going to have annotation support. I was going to start working on creating annotation but I'm wondering if I should wait to see what gdpictures has. Can you give me a date when are you going to release a version with an...
by PQSIK
Sat Mar 05, 2011 7:23 pm
Forum: TWAIN & WIA Acquisition
Topic: Scan Class
Replies: 7
Views: 5368

Re: Scan Class

thanks for your reply,

Did you check loaderlock exception?

What version of Visual Studio did you test it with?

pqsik
by PQSIK
Mon Feb 28, 2011 10:29 pm
Forum: TWAIN & WIA Acquisition
Topic: Scan Class
Replies: 7
Views: 5368

Re: Scan Class

Attached zipped project shows loaderlock

you have to check loaderlock exception in visual studio or it will run fine

thanks
pqsik
by PQSIK
Mon Feb 28, 2011 3:36 am
Forum: TWAIN & WIA Acquisition
Topic: Scan Class
Replies: 7
Views: 5368

Re: Scan Class

When I put MessageBox.Show(oGdPictureImaging.TwainGetSourceCount().ToString) its scanned ok without the error. the TwainGetSourceCount must be doing something. I have If oGdPictureImaging.TwainGetSourceCount(Nothing) = 0 Then in the code. The messagebox must be doing something, not sure what yet.
by PQSIK
Mon Feb 28, 2011 2:41 am
Forum: TWAIN & WIA Acquisition
Topic: Scan Class
Replies: 7
Views: 5368

Scan Class

Hi there, I'm having a problem with scanning. I thought I would have a class to setup twain properties, start the scan and return a list of images Public Class GDTwainSetup Private Profile As ScanProfile Private oGdPictureImaging As GdPictureImaging Private PageCounter As Integer Private ThisIntPtr ...
by PQSIK
Fri Feb 25, 2011 2:37 am
Forum: General discussions
Topic: ResolveAssemblyReference
Replies: 6
Views: 6342

Re: ResolveAssemblyReference

Thank for all the help,

I got everything work

with this - secedit /configure /cfg %windir%\repair\secsetup.inf /db secsetup.sdb /verbose

thing in my registry must have been messed up.

pqsik
by PQSIK
Mon Feb 21, 2011 10:16 pm
Forum: General discussions
Topic: ResolveAssemblyReference
Replies: 6
Views: 6342

Re: ResolveAssemblyReference

I added gdpicture to visual studio toolbox and tried to add the viewer to a form and got this --------------------------- Microsoft Visual Studio --------------------------- Failed to create component 'GdViewer'. The error message follows: 'System.Runtime.InteropServices.COMException (0x80004005): E...