Search found 32 matches

by absoffthewake
Thu May 16, 2013 5:39 pm
Forum: Document Viewing
Topic: How to get file name of after DisplayFromFile("")
Replies: 6
Views: 6075

Re: How to get file name of after DisplayFromFile("")

I figured out a better way to return the file path of the current image. When displaying an image, save the file path to the .tag property of the image viewer: GDImgCtrl.Tag = FileLocation When you want to figure out what the current file path is use the code: If GDImgCtrl.PageCount > 0 then current...
by absoffthewake
Mon Mar 12, 2012 10:02 pm
Forum: Feature Requests
Topic: DICOM pictures
Replies: 6
Views: 7974

Re: DICOM pictures

Do you still plan to add DICOM? I may have to change to a different image library if not :(
by absoffthewake
Sun Aug 14, 2011 8:44 am
Forum: Feature Requests
Topic: DICOM pictures
Replies: 6
Views: 7974

Re: DICOM pictures

I would love this feature as well!
by absoffthewake
Mon Apr 12, 2010 6:19 am
Forum: Feature Requests
Topic: Dicom Image Support
Replies: 3
Views: 11799

Re: Dicom Image Support

Adding Dicom support would open the door for Medical Imaging Apps. Please add!
by absoffthewake
Thu Dec 17, 2009 4:15 pm
Forum: Image Processing & Document Imaging
Topic: Check if PDF is password protected.
Replies: 5
Views: 4539

Re: Check if PDF is password protected.

Much easier than saving it the old way!

Thanks!
by absoffthewake
Thu Dec 17, 2009 5:49 am
Forum: Image Processing & Document Imaging
Topic: Check if PDF is password protected.
Replies: 5
Views: 4539

Re: Check if PDF is password protected.

Are there any functions to remove the password, or do I have to accomplish it as I mentioned in my first post? Thanks!
by absoffthewake
Thu Dec 17, 2009 5:41 am
Forum: Image Processing & Document Imaging
Topic: Check if PDF is password protected.
Replies: 5
Views: 4539

Re: Check if PDF is password protected.

Those functions must be in the new version as I'm using 5.11.18

Thanks!
by absoffthewake
Wed Dec 16, 2009 6:43 am
Forum: Image Processing & Document Imaging
Topic: Check if PDF is password protected.
Replies: 5
Views: 4539

Check if PDF is password protected.

Is there a way to test if a PDF is password protected without prompting the user? I would like to create a remove password function that would check if a PDF is password protected, and if it is, ask the user if they would like to remove the password. It would work something like. Open the PDF in the...
by absoffthewake
Tue Oct 27, 2009 8:30 pm
Forum: Image Processing & Document Imaging
Topic: ImageForceTemporaryMode Not Working with PDF.
Replies: 3
Views: 2060

Re: ImageForceTemporaryMode Not Working with PDF.

duh.... I should have known it would be my fault. :mrgreen:
by absoffthewake
Tue Oct 27, 2009 7:42 pm
Forum: Image Processing & Document Imaging
Topic: ImageForceTemporaryMode Not Working with PDF.
Replies: 3
Views: 2060

ImageForceTemporaryMode Not Working with PDF.

When ImageForceTemporaryMode is set to true, if the file is not a PDF, it opens a temp copy, and the original is able to be deleted as expected. If the image is a PDF, there is a file lock on the original PDF file, so it is not able to be deleted. Windows 7 gdpicturepro5.ocx 5.11.0.18 gdpdfplug.dll ...
by absoffthewake
Fri Sep 05, 2008 5:29 pm
Forum: Image Processing & Document Imaging
Topic: PDF Draw Functions Coordinates Problem
Replies: 3
Views: 2331

Re: PDF Draw Functions Coordinates Problem

Thats ok if you want to keep it that way (I won't have to change my code!), but you might want to update your documentation as it says top.
by absoffthewake
Thu Sep 04, 2008 6:40 pm
Forum: Image Processing & Document Imaging
Topic: PDF Draw Functions Coordinates Problem
Replies: 3
Views: 2331

PDF Draw Functions Coordinates Problem

I'm having another problem related to bad coordinates. Hopefully you can replicate this one. I'm using the PdfSetMeasurementUnits = Point becuase I was having problems with the other types. I've noticed that the nSrcTop of the Draw Functions Seem to draw from the bottom up. This wasn't a problem bef...
by absoffthewake
Fri Aug 29, 2008 3:27 pm
Forum: Image Processing & Document Imaging
Topic: Several Problems using PdfNewPdf
Replies: 7
Views: 3597

Re: Several Problems using PdfNewPdf

I had version 5.6.9

I'll try the new version.

Thanks!

Abdiel
by absoffthewake
Thu Aug 28, 2008 3:32 pm
Forum: Image Processing & Document Imaging
Topic: Several Problems using PdfNewPdf
Replies: 7
Views: 3597

Re: Several Problems using PdfNewPdf

That fixed the landscape problem I created. Loic does it again! Thanks!

Let me know what version of Access you have (if any so I can send you a test app.)
by absoffthewake
Thu Aug 28, 2008 2:48 pm
Forum: Image Processing & Document Imaging
Topic: Several Problems using PdfNewPdf
Replies: 7
Views: 3597

Re: Several Problems using PdfNewPdf

I think you may not be seeing the problem becuase you are loading the image differently. I Loaded the Image into the Viewer Control, then used the Viewer.GetNativeImage to Add the Image to the PDF. I experienced the not being able to load 2nd image after loading the image into the viewer, used Viewe...