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 - Image from picturebox in VB 2010 to Quick PDF
  FAQ FAQ  Forum Search   Register Register  Login Login

Image from picturebox in VB 2010 to Quick PDF

 Post Reply Post Reply
Author
Message
Gearcam View Drop Down
Beginner
Beginner


Joined: 15 Jul 11
Status: Offline
Points: 1
Post Options Post Options   Thanks (0) Thanks(0)   Quote Gearcam Quote  Post ReplyReply Direct Link To This Post Topic: Image from picturebox in VB 2010 to Quick PDF
    Posted: 15 Jul 11 at 9:46AM
Hi is there a way to directley produce a PDF in code using Visual Basic 2010 of an image on the screen which is a number of lines text etc.
This is shown in a picture box.
 
Steve
Back to Top
Ingo View Drop Down
Moderator Group
Moderator Group
Avatar

Joined: 29 Oct 05
Status: Offline
Points: 3529
Post Options Post Options   Thanks (0) Thanks(0)   Quote Ingo Quote  Post ReplyReply Direct Link To This Post Posted: 17 Jul 11 at 11:16AM
Hi!

You can save the content of image-components into jpeg or bmp
and then you can use the imagefile2pdf-functionality from QuickPDF.
In the online reference at www.quickpdf.org you'll find more...

Cheers and welcome here,
Ingo
Back to Top
AndrewC View Drop Down
Moderator Group
Moderator Group
Avatar

Joined: 08 Dec 10
Location: Geelong, Aust
Status: Offline
Points: 841
Post Options Post Options   Thanks (0) Thanks(0)   Quote AndrewC Quote  Post ReplyReply Direct Link To This Post Posted: 21 Jul 11 at 8:55AM
The PictureBox component has a method to save the Image to a file.  From there you can use QPL to create a PDF file.

  pictureBox1.Image.Save("image.pdf");
  int id = QP.AddImageFromFile("image.pdf", 0);
  QP.SelectImage(id);
  QP.DrawImage(0, 0, QP.PageWidth(), QP.PageHeight());
  QP.SaveToFile("output.pdf");
  
Andrew
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