CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    May 2000
    Location
    New York, NY, USA
    Posts
    2,878

    Save file in PDF format

    Does anybody know how to save file programmatically in PDF format?

    Iouri Boutchkine
    [email protected]
    Iouri Boutchkine
    [email protected]

  2. #2
    Join Date
    Apr 2001
    Posts
    29

    Re: Save file in PDF format

    I would check out the tech reference for Adobe Acrobat. There maybe components out there for developers.


  3. #3
    Join Date
    Mar 1999
    Location
    ann arbor, Michigan, USA
    Posts
    106

    Re: Save file in PDF format

    Either download read PDF spec 1.4(?) from Adobe.

    or install PDFWriter and treat it like anyother printer. Just print to it. You will end up with pdf.

    hope this helps

    Yalcin Yanikoglu
    IoFlex Inc.

  4. #4
    Join Date
    May 2001
    Location
    Canada
    Posts
    3

    Re: Save file in PDF format

    If you have Acrobat Writer you could use the macro that is disponible in Office


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured