Print Page | Close Window

pdf from access report

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=2976
Printed Date: 04 Apr 26 at 5:34PM
Software Version: Web Wiz Forums 11.01 - http://www.webwizforums.com


Topic: pdf from access report
Posted By: morkio
Subject: pdf from access report
Date Posted: 25 Sep 14 at 2:36PM
Good morning,
can i create pdf files from report in access??



Replies:
Posted By: mLipok
Date Posted: 25 Sep 14 at 4:22PM
You can use VisualBasic to access ActiveX object.

-------------
Here you can find description how to test my examples:
http://www.quickpdf.org/forum/forum_posts.asp?TID=2932&PID=12600&title=drawcapturedpagematrix-matrix-howto#12600


Posted By: Ingo
Date Posted: 26 Sep 14 at 12:19PM
Hi Morkio,
 
yes... that's possible.
Even if you wanna use the normal dll-version.
Using MS Access the QuickPDF-dll should be in the system32 or syswow64 (it depends on the system-architecture you're using).
You can call the functions directly from your vba-code.
 
Cheers and welcome here,
Ingo
 


-------------
Cheers,
Ingo



Posted By: morkio
Date Posted: 02 Oct 14 at 10:30AM
Hi Ingo,
I installed the debenu library but i don't find the function to open and print the report to pdf!!


Posted By: Ingo
Date Posted: 06 Oct 14 at 12:14PM
Hi,
 
first you have to initiate a new pdf-document:
http://www.debenu.com/docs/pdf_library_reference/NewDocument.php" rel="nofollow - http://www.debenu.com/docs/pdf_library_reference/NewDocument.php
If you're able to get the Content from your database then you can use the drawing functionalities:
http://www.debenu.com/docs/pdf_library_reference/DrawText.php" rel="nofollow - http://www.debenu.com/docs/pdf_library_reference/DrawText.php
And a save at the end:
http://www.debenu.com/docs/pdf_library_reference/SaveToFile.php" rel="nofollow - http://www.debenu.com/docs/pdf_library_reference/SaveToFile.php
 
Okay... it's not so easy like i've written but it's an idea to start. There aren't any ready made functions to do the Job with one line of code but there are functions to do it step by step.
You should read the reference guide, the developer guide and samples from the official Support pages, too.
 
Cheers, Ingo


-------------
Cheers,
Ingo



Posted By: morkio
Date Posted: 06 Oct 14 at 1:30PM
Ok I'll try!!
thank you very much Ingo



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