![]() |
|
|
#1
|
|||
|
|||
|
Ok, here comes a hard one...
At least measured by the amount of threads I have read without seeing a solution that is clear and succinct... So, even if its not clear or succinct... Does anyone know how to Export a Report as: a) a .pdf in full color and then convert to a jpeg from there. (using vba code) b) a .jpeg in full color (more immediate than the above, again using vba code) I would like to do this without using thirdparty software such as pdf995 or cutepdf... I suspect I am looking for a "DoCmd.OutputTo" or similar code that would do the above.. preferrably option (b). Thanks in advance! |
|
#2
|
|||
|
|||
|
In Access report, you could only export to rtf and excel.
For rtf, its format is much alike the access report. For excel, format is cleared out partially. Any other exported format could only get its underlying data. So, I would suggest you printing it in pdf file (using pdf printer) and then make the conversion. No vba could help this unless you buy any third party software. NB: Chart as an OLEObject in a form could be exported to jpg. |
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Export Contents of a Report into Email Body | Nosaj08 | Reports | 4 | 05-27-2009 07:05 AM |
| Export of Relationships Report | bar tomas | Reports | 1 | 04-09-2009 07:03 AM |
| Sub-report backcolor matching alternating row color in main report | postman | Reports | 0 | 10-24-2008 09:20 AM |
| JPEG isn't displayed in forms | GeorgeILPS | Access | 0 | 01-14-2008 09:21 AM |
| Access Question regarding JPEG files | amosstarz | Security | 1 | 09-01-2006 02:17 PM |