![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
So, I was happily using the ConvertReporttoPDF function (http://www.lebans.com/reporttopdf.htm) in my Access 2k3 compatiable database. Now suddenly, it is printing everything in landscape. *It takes a report that is setup to print in portrait (which works fine in preview or print) and blows it up to landscape and cuts off the bottom half of the report. Has this happened to you? How else can I send reports out to PDF? I'm willing to buy something. Thanks in advance, Laura |
#3
| |||
| |||
|
|
On May 17, 10:15*am, musicloverlch <lho... (AT) gmail (DOT) com> wrote: So, I was happily using the ConvertReporttoPDF function (http://www.lebans.com/reporttopdf.htm) in my Access 2k3 compatiable database. Now suddenly, it is printing everything in landscape. *It takes a report that is setup to print in portrait (which works fine in preview or print) and blows it up to landscape and cuts off the bottom half of the report. Has this happened to you? How else can I send reports out to PDF? I'm willing to buy something. Thanks in advance, Laura This is a shot in the dark. *Before buying something, try the following. *I don't know the extent of his PDF linearization or compression, but if the pdf is editable in Notepad or Word (using Files of Type: 'All Files' when opening the file), try replacing: /MediaBox [0 0 792 612] /CropBox [0 0 792 612] with /MediaBox [0 0 612 792] /CropBox [0 0 612 792] - actually, just the '792 612' part with '612 792', if they exist. *That change will not affect the binary length calculations used by the PDF format for its XREF table and should change the orientation from Landscape to Portrait. James A. Fortune CDMAPos... (AT) FortuneJames (DOT) com |
#4
| |||
| |||
|
#5
| |||
| |||
|
|
I need to for it to work in Access. I can't open each PDF after it's created to change those fields. |
#6
| |||
| |||
|
|
So, I was happily using the ConvertReporttoPDF function (http://www.lebans.com/reporttopdf.htm) in my Access 2k3 compatiable database. Now suddenly, it is printing everything in landscape. *It takes a report that is setup to print in portrait (which works fine in preview or print) and blows it up to landscape and cuts off the bottom half of the report. Has this happened to you? How else can I send reports out to PDF? I'm willing to buy something. Thanks in advance, Laura I had exactly this problem recently. The Lebans approach does not work |
#7
| |||
| |||
|
|
Has this happened to you? How else can I send reports out to PDF? I'm willing to buy something. |
#8
| |||
| |||
|
|
Per musicloverlch: Has this happened to you? How else can I send reports out to PDF? I'm willing to buy something. I've been using the freebie "CutePDF". Looks like another printer, just sent the report to "CutePDF" instead of an actual printer.... Haven't had the opportunity to do it in VBA (i.e. programmatically specify the DSN of the output file and so-forth)... but if there is an interface I wouldn't thing it's all that hard. |
#9
| |||
| |||
|
![]() |
| Thread Tools | |
| Display Modes | |
| |