Print Page | Close Window

tif covert pdf file?

Printed From: Debenu Quick PDF Library - PDF SDK Community Forum
Category: For Users of the Library
Forum Name: I need help - I can help
Forum Description: Problems and solutions while programming with the Debenu Quick PDF Library and Debenu PDF Viewer SDK
URL: http://www.quickpdf.org/forum/forum_posts.asp?TID=822
Printed Date: 12 May 24 at 5:41AM
Software Version: Web Wiz Forums 11.01 - http://www.webwizforums.com


Topic: tif covert pdf file?
Posted By: junwu
Subject: tif covert pdf file?
Date Posted: 26 Nov 07 at 2:01AM
 hi.

 how can i convert file(.tif) to other file(.pdf) by using QuickPDF.

i write code
 iSED.QuickPDF qftif = new iSED.QuickPDF(); 
qftif.UnlockKey("********************");

qftif.NewDocument();
Bitmap img = (Bitmap)Image.FromFile("d:\\temp\\test8.tif");
  qftif.SaveToFile("d:\\temp\\555.pdf");

the output file  is empty;but the file's size has increase.could you tell me why ? and could give some examples for converting .tif to .pdf ,
thank you very much!!



Replies:
Posted By: Ingo
Date Posted: 26 Nov 07 at 3:19AM
Hi Wu!

Welcome!
Please have a look at old forumposts, FAQs and tutorials here:
http://www.organicsw.co.uk/ised/
The Reference you can get here:
http://www.quickpdf.org/forum/forum_posts.asp?TID=664

In your case the functions ...
function AddImageFromFile(FileName As String,
Options As Long) As Long
...or...
function AddTIFFImageFromFile(FileName As String,
Page As Long) As Long
... should be the right choice.

Best regards,
Ingo



Posted By: junwu
Date Posted: 26 Nov 07 at 3:36AM
hi. ingo
Thanks for the reply, I īve solved the problem,

Best regards
wu



Print Page | Close Window

Forum Software by Web Wiz Forums® version 11.01 - http://www.webwizforums.com
Copyright ©2001-2014 Web Wiz Ltd. - http://www.webwiz.co.uk