CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 6 of 6
  1. #1
    Join Date
    Sep 2000
    Location
    Indianapolis
    Posts
    6,758

    PDF API Recommendations

    I'm looking for recommendations on APIs avaiable for integrating PDF functionality (creation of) into a .NET application. Anyone have any recommendations for products they've used?

    Thanks,

    Brad!
    -----------------------------------------------
    Brad! Jones,
    Yowza Publishing
    LotsOfSoftware, LLC

    -----------------------------------------------

  2. #2
    Join Date
    Jun 2003
    Location
    Toronto
    Posts
    805

    Re: PDF API Recommendations

    this thread has several suggestions, both free and pay.

    hope it helps.

    http://discuss.joelonsoftware.com/de...et.12.314597.7

    mcm
    rate my posts!
    mcm

  3. #3
    Join Date
    Jun 2003
    Posts
    258

    Re: PDF API Recommendations

    itextsharp is good and only takes a couple of hours with the API to make a basic report with tables and graphics
    Last edited by diehardii; July 10th, 2007 at 04:54 PM.

  4. #4
    Join Date
    Oct 2005
    Location
    Islamabad, Pakistan
    Posts
    1,277

    Re: PDF API Recommendations


  5. #5
    Join Date
    May 2003
    Location
    Germany
    Posts
    936

    Re: PDF API Recommendations

    The question is what kind of PDF functionality you need. If you want to create plain text documents there are several libraries available for .NET like the previous posters wrote. But if you want to create PDF forms I did not figure out a good library for .NET. Maybe someone else found such a library.
    Useful or not? Rate my posting. Thanks.

  6. #6
    Join Date
    Jan 2007
    Location
    columbus, ohio
    Posts
    13

    Re: PDF API Recommendations

    Let me clarify what I'm looking for...
    I want a programatic (c#) way of creating pdf files that contain text and possibly images without having to manually in code calculate the x y coordinates of each piece of text i want to put in the pdf. I'm looking for something that plugs into Visual Studio that works similar to Crystal Reports, where you can design the pdf file graphically, binding data to placeholders in the form to create a customized result.
    There may not really be anything that means these kind of goals, but I was hoping there was.

    Thanks

    --taladon

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