Click here to Skip to main content
15,887,214 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: my application taking to much time to get the job done Pin
Dave Kreskowiak23-Aug-07 4:51
mveDave Kreskowiak23-Aug-07 4:51 
GeneralRe: my application taking to much time to get the job done Pin
eyes200723-Aug-07 5:19
eyes200723-Aug-07 5:19 
GeneralRe: my application taking to much time to get the job done Pin
Dave Kreskowiak23-Aug-07 6:04
mveDave Kreskowiak23-Aug-07 6:04 
GeneralRe: my application taking to much time to get the job done Pin
eyes200723-Aug-07 6:07
eyes200723-Aug-07 6:07 
GeneralRe: my application taking to much time to get the job done Pin
Dave Kreskowiak23-Aug-07 6:12
mveDave Kreskowiak23-Aug-07 6:12 
QuestionHandling incoming call Pin
Nimesh U23-Aug-07 0:43
Nimesh U23-Aug-07 0:43 
AnswerRe: Handling incoming call Pin
Rupesh Kumar Swami23-Aug-07 1:08
Rupesh Kumar Swami23-Aug-07 1:08 
QuestionPDF to JPEG conversion in windows application? Pin
adilkazmi23-Aug-07 0:36
adilkazmi23-Aug-07 0:36 
I have written the below code but I execte the program I am getting this error.
"Retrieving the COM class factory for component
with CLSID {FF76CB60-2E68-101B-B02E-04021C009402}
failed due to the following error: 80040154."
Can anyone explain me the reason for it being or if you have anyother method to change PDF to JPEG you can suggest me.

Actual code:

Dim doc As Acrobat.CAcroPDDoc
Dim page As Acrobat.CAcroPDPage
Dim pt As Acrobat.AcroPoint
Dim rect As Acrobat.AcroRect
Dim data As IDataObject
Dim bmp As Bitmap

'**********************************

'***********************************
'Test using forum code
'***********************************


doc = New Acrobat.AcroPDDocClass()
page = Nothing
doc.Open("D:\Adil\AAA.pdf")
page = doc.AcquirePage(0)
pt = page.GetSize()
rect = New Acrobat.AcroRect
rect.Top = 0
rect.Left = 0
rect.right = pt.x
rect.Left = pt.y
page.CopyToClipboard(rect, 0, 0, 100)
data = Clipboard.GetDataObject()
bmp = data.GetData(DataFormats.Bitmap)
bmp.Save("D:\Adil\AAA1.jpeg")

adil kazmi

AnswerRe: PDF to JPEG conversion in windows application? Pin
Christian Graus23-Aug-07 1:11
protectorChristian Graus23-Aug-07 1:11 
AnswerRe: PDF to JPEG conversion in windows application? Pin
andyharman23-Aug-07 3:28
professionalandyharman23-Aug-07 3:28 
Questiondns.gethostentry Pin
plural23-Aug-07 0:24
plural23-Aug-07 0:24 
AnswerRe: dns.gethostentry Pin
Dave Kreskowiak23-Aug-07 3:56
mveDave Kreskowiak23-Aug-07 3:56 
Questionabout speech recognition project Pin
sonali_aarti22-Aug-07 23:15
sonali_aarti22-Aug-07 23:15 
AnswerRe: about speech recognition project Pin
Steven J Jowett22-Aug-07 23:19
Steven J Jowett22-Aug-07 23:19 
AnswerRe: about speech recognition project Pin
Rupesh Kumar Swami22-Aug-07 23:41
Rupesh Kumar Swami22-Aug-07 23:41 
QuestionAdding the values in a datagridview column Pin
Mr Oizo22-Aug-07 23:11
Mr Oizo22-Aug-07 23:11 
AnswerRe: Adding the values in a datagridview column Pin
Johan Hakkesteegt31-Aug-07 2:48
Johan Hakkesteegt31-Aug-07 2:48 
QuestionGET THE SYSTEM TIME IN MILLISECONDS using Pocket pc Pin
dilhappy22-Aug-07 23:06
dilhappy22-Aug-07 23:06 
AnswerRe: GET THE SYSTEM TIME IN MILLISECONDS using Pocket pc Pin
plural22-Aug-07 23:12
plural22-Aug-07 23:12 
GeneralRe: GET THE SYSTEM TIME IN MILLISECONDS using Pocket pc Pin
dilhappy22-Aug-07 23:18
dilhappy22-Aug-07 23:18 
GeneralRe: GET THE SYSTEM TIME IN MILLISECONDS using Pocket pc Pin
plural22-Aug-07 23:28
plural22-Aug-07 23:28 
AnswerRe: GET THE SYSTEM TIME IN MILLISECONDS using Pocket pc Pin
Guffa23-Aug-07 1:31
Guffa23-Aug-07 1:31 
AnswerRe: l o w e r c a s e m u c h n i c e r Pin
Luc Pattyn23-Aug-07 1:12
sitebuilderLuc Pattyn23-Aug-07 1:12 
AnswerRe: GET THE SYSTEM TIME IN MILLISECONDS using Pocket pc Pin
Guffa23-Aug-07 1:24
Guffa23-Aug-07 1:24 
QuestionHow to create a file at a specified url Pin
RichardBlare22-Aug-07 22:56
RichardBlare22-Aug-07 22:56 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.