Do you own a Debenu Quick PDF Library version 7, 8, 9, 10, 11, 12, 13 or iSEDQuickPDF license? Upgrade to Debenu Quick PDF Library 14 today!

Debenu Quick PDF Library - PDF SDK Community Forum Homepage
Forum Home Forum Home > For Users of the Library > I need help - I can help
  New Posts New Posts RSS Feed - To select Image Coordinates
  FAQ FAQ  Forum Search   Register Register  Login Login

To select Image Coordinates

 Post Reply Post Reply
Author
Message
gsgsl View Drop Down
Beginner
Beginner
Avatar

Joined: 24 Dec 07
Location: India
Status: Offline
Points: 3
Post Options Post Options   Thanks (0) Thanks(0)   Quote gsgsl Quote  Post ReplyReply Direct Link To This Post Topic: To select Image Coordinates
    Posted: 26 Mar 08 at 1:18AM
Hi,
 
Can you please let me know how to select image coordinates of the pdf files? or draw the box above the images?
 
I can able to find an only the images found or not.Using the below codes.
 
'Check Image Found or not
FileName = "c:\pdf\VBJavaScript.pdf"
h = QP.DAOpenFile(FileName, "")
p = QP.DAFindPage(h, 1)
Call QP.FindImages
imlist = QP.DAGetPageImageList(h, p)
imcnt = QP.DAGetImageListCount(h, imlist)
If imcnt = 0 Then
    MsgBox "No Images"
Else
    MsgBox "Image Found"
End If
 
 
But, I cant able to select an images or Coordinates of the Image.
 
Please Help me.
 
 
Regards,
gsgsl
Back to Top
Ingo View Drop Down
Moderator Group
Moderator Group
Avatar

Joined: 29 Oct 05
Status: Offline
Points: 3524
Post Options Post Options   Thanks (0) Thanks(0)   Quote Ingo Quote  Post ReplyReply Direct Link To This Post Posted: 26 Mar 08 at 3:04AM
Hi!

Again... QP isn't great help in doing the described things.
Additional "FindImages" is buggy with memory-errors on bigger files.

What you can do with QP is to unencrypt the file and save it again unprotected. Then you can load the content into a stream and analyze it. You'll find there all objects with coordinates and much more. To access content QP offers few functions...

Best regards,
Ingo

Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 11.01
Copyright ©2001-2014 Web Wiz Ltd.

Copyright © 2017 Debenu. Debenu Quick PDF Library is a PDF SDK. All rights reserved. AboutContactBlogSupportOnline Store