Search found 8 matches

by GrubyGreg
Sun Jan 15, 2012 11:31 pm
Forum: Image Processing & Document Imaging
Topic: Create a pdf from an existing Worddocument
Replies: 3
Views: 3937

Re: Create a pdf from an existing Worddocument

You can use this code without GdViewer: Dim oWord As Object, WordNotOpen As Boolean, sWordPath as string, sPDF_Path as string Set oWord = GetObject(, "Word.Application") If Err.Number <> 0 Then WordNotOpen = True Err.Clear Set oWord = CreateObject("Word.Application") If oWord Is ...
by GrubyGreg
Sun Jan 09, 2011 3:37 pm
Forum: Image Processing & Document Imaging
Topic: pdf document area recognition
Replies: 2
Views: 2861

pdf document area recognition

I have a folder containing a bunch of uncategorized pdf documents. Each pdf file has a similar layout ie the last name, birth date, date of the document etc all appear in the same area of each of the documents. I would like to be able to do the following with each of the documents in the folder: 1. ...
by GrubyGreg
Mon Feb 15, 2010 10:27 pm
Forum: Document Viewing
Topic: PDF password
Replies: 4
Views: 4589

PDF password

I have some PDF files which are password protected. Can you supply the password programmatically? I would like to create a procedure which would check the Windows user and if it is me then the procedure would supply the password (so that gdViewer does not ask me for the password).
Greg
by GrubyGreg
Sat Feb 21, 2009 2:53 pm
Forum: Document Viewing
Topic: File in use error
Replies: 8
Views: 4140

Re: File in use error

I wondered if you had a chance to look at my problem. I need to move on with the project. Any help is greatly appreciated.
Greg
by GrubyGreg
Mon Feb 16, 2009 7:12 pm
Forum: Document Viewing
Topic: File in use error
Replies: 8
Views: 4140

Re: File in use error

I attached the app. 1. Place the unzipped "NewScans" folder with it's contents in C:\ (the MS Access file path must be c:\NewScans\ScannerDemo.mdb). The two TIFFs are to be in the same folder (c:\NewScans\) 2. Enable MS access to open the content of C:\NewScans\ 3. open the c:\NewScans\Sca...
by GrubyGreg
Mon Feb 16, 2009 5:46 pm
Forum: Document Viewing
Topic: File in use error
Replies: 8
Views: 4140

Re: File in use error

That is indeed the problem, but the only program open is Ms Access with the form with gdViewer and gdImaging controls on it. When manually trying to delete the files I get this Windows error: "The action can't be completed because the file is open in another program. Close the file and try agai...
by GrubyGreg
Mon Feb 16, 2009 5:23 pm
Forum: Document Viewing
Topic: File in use error
Replies: 8
Views: 4140

Re: File in use error

Still no progress. With the form containing the gdViewer control still open I can't delete the TIFFs manually either (by opening the folder on my desktop and pressing the keybord delete button). I can only delete them after I close the form. I am using the most recent evaluation version of GdPicture...
by GrubyGreg
Sun Feb 15, 2009 7:03 pm
Forum: Document Viewing
Topic: File in use error
Replies: 8
Views: 4140

File in use error

I am developing an application (in MS Access 2007 on VISTA Home Premium), where after viewing scanned images stored in a temporary folder on my desktop (I scan them using HP scanning software) I copy the viewed files to my server and delete the files from the temporary folder. Things work well for o...