Re: Printing to the Acrobat PDFWriter



PDFWriter came with Acrobat 5.0. I use it all the time to create PDF files
that work fine.

However, your comments about the PDFWriter being outdated gave me pause to
think. I also had Distiller that came with Acrobat 5. Unfortunately,
Distiller has never worked on my XP computers. So I tried running my
application on a Win Me system that had both PDFWriter and Distiller
installed. The VB.Net application printed fine using Distiller, but
produced an error when trying to print using PDFWriter (Other programs print
fine to the PDFWriter on this computer).

I suppose all this indicates that I should break down and spend the money to
upgrade my Adobe Acrobat to the newest version.

"SharpCoderMP" <csharp_mp@xxxxxxxxxxxxxxxx> wrote in message
news:O70MDWnnFHA.2472@xxxxxxxxxxxxxxxxxxxxxxx
> does this pdf writer comes from adobe? or is third party thing?
>
> i'm not sure but i think adobe discontinued long time ago their pdf writer
> so probably any version of it won't be compatibile with current version of
> postscript that windows produces.
>
> William LaMartin wrote:
>> I have a vb.net win form where I want to output some text to a printer.
>> Everything works fine when printing to my laser or inkjet printers.
>> However
>> when I print to the Acrobat PDFWriter printer driver, I get correct
>> formatting but the text is gibberish.
>>
>> I am using ev.Graphics.DrawString(line, printFont, Brushes.Black,
>> leftMargin, yPos, New StringFormat) , where line is the text that I wish
>> to
>> print on each line, to print the text.
>>
>> The DrawLine method, however produces true results for drawing lines.
>> Also
>> printing a picture from inside the program using graphics.DrawImage
>> prints
>> correctly using the Acrobat print driver.
>>
>> Is there some setup of the printdocument that should be done if printing
>> to
>> the Acrobat print driver? Has anyone successfully printed a printdocument
>> containing text to the Acrobat PDFWriter?
>>
>> Note: I do not want to create a report in Crystal Reports and then
>> export it to a PDF document. I want to actually print straight from my
>> program to the Acrobat PDFWriter (which I have installed) just like I
>> would to my laser printer. I can do this--I just get garbled text.
>>

.



Relevant Pages

  • Re: Print Access Report as PDF with Acrobat 6
    ... You are correct that PDFWriter is not in Acrobat 6 and that there are no ... registry entries to control the Adobe PDF printer. ... Check out our PDF and Mail Library that does support Acrobat 6 ...
    (microsoft.public.access.reports)
  • Re: Access Rpt to PDF
    ... If you have PDFWriter, which ships with Acrobat 5 or older, you could use ... If you have Acrobat 6, you could still use the same code but use some third ... party software to create the PDF, such as Win2PDF from Dane Prairie, which I ... > Need help to programmically send Access generated report to a PDF File. ...
    (microsoft.public.vb.general.discussion)
  • Print Access Report as PDF with Acrobat 6
    ... Since upgrading from Acrobat 5 to Acrobat 6, ... I used to use to print an Access 2000 Report as a PDF ... NT\CurrentVersion\Windows", "Device", "Acrobat PDFWriter") ...
    (microsoft.public.access.reports)
  • Re: Printing non-Office file to default printer
    ... quick look on the web tells me that Distiller doesn't print. ... And I don't see any automation instructions for PDFWriter. ... If you have Acrobat, you can automate that, or you can use ...
    (microsoft.public.access.modulesdaovba)
  • Re: convert report to pdf and then email
    ... A simple way of doing this is to print it to a printer driver called ... You use code to change the machines default printer to WIN2PDF, ... If you have Acrobat 5 it comes with ... PDFWriter which allows you to do the same thing, ...
    (microsoft.public.access.reports)

Loading