Results 1 to 13 of 13

Thread: Standard Filters, PDF (UNRESOLVED)

  1. #1

    Thread Starter
    PowerPoster
    Join Date
    Feb 2002
    Location
    Canada, Toronto
    Posts
    5,803

    Standard Filters, PDF (UNRESOLVED)

    I want to make some classes that will create/edit PDF files, but I can't get over a big problem... have to decode/encode the data in the PDF. So, does anyone have the code for the folowing encodings in VB .NET (or C#) ?

    LZW Decode/Encode
    Run Length Decode/Encode
    CCITTFax Decode/Encode
    CDT Decode/Encode
    Flate Decode/Encode

    Thanks...
    Last edited by CVMichael; Sep 2nd, 2003 at 10:11 PM.

  2. #2
    I wonder how many charact
    Join Date
    Feb 2001
    Location
    Savage, MN, USA
    Posts
    3,704
    I thought Adobe had an API for PDF files...

  3. #3

    Thread Starter
    PowerPoster
    Join Date
    Feb 2002
    Location
    Canada, Toronto
    Posts
    5,803
    Wanna make my own

  4. #4
    I wonder how many charact
    Join Date
    Feb 2001
    Location
    Savage, MN, USA
    Posts
    3,704

  5. #5

    Thread Starter
    PowerPoster
    Join Date
    Feb 2002
    Location
    Canada, Toronto
    Posts
    5,803
    Why websites like this one then ?
    http://www.o2sol.com/public/webui/purchase.shtml

  6. #6
    I wonder how many charact
    Join Date
    Feb 2001
    Location
    Savage, MN, USA
    Posts
    3,704
    You know... Time constraints... deadlines... focusing on the bigger task at hand...

  7. #7

    Thread Starter
    PowerPoster
    Join Date
    Feb 2002
    Location
    Canada, Toronto
    Posts
    5,803
    I still want those filters... I wanna make my own namespace with a collection of classes that create/edit PDFs

  8. #8

    Thread Starter
    PowerPoster
    Join Date
    Feb 2002
    Location
    Canada, Toronto
    Posts
    5,803
    So, anyone ?

  9. #9
    KrisSiegel.com Kasracer's Avatar
    Join Date
    Jul 2003
    Location
    USA, Maryland
    Posts
    4,985
    Originally posted by CVMichael
    Wanna make my own
    If you want to make your own, why are you asking for other people's code?

    A basic copy and paste != making your own.

    Besides, just use what Adobe has available, why bother re-inventing the wheel?

  10. #10

    Thread Starter
    PowerPoster
    Join Date
    Feb 2002
    Location
    Canada, Toronto
    Posts
    5,803
    Gee, everyone is against me now...

    I don't think you know how much there is to it, to make a PDF. I'm asking for the FILTERS, I already made 2 of them, there are 7 in total, I'm only asking for the other 5 that I don't know how to do... I've made the PDF editing and creating a new PDF from scratch, but if I want to edit a PDF with an encoding listed earlier, I can't !

    and about this:
    "A basic copy and paste != making your own." -> Filters are only 10% of what I have to do...

    And I don't want that stinking Adobe stuff, OK ! I want to make my own, why the hell is that wrong !!!!!!!

    Those are supposed to be STANDARD filters, but I can't find them anywhere (not in VB or VB.NET anyway), I found the CDT encoding but it's in C, and it's too much to convert...
    Last edited by CVMichael; Aug 28th, 2003 at 10:10 PM.

  11. #11
    I wonder how many charact
    Join Date
    Feb 2001
    Location
    Savage, MN, USA
    Posts
    3,704
    Not against you CV, I just don't have the code, I'm guessing most others here don't either.

    I am all for doing things for yourself... its the best way to improve your application architecture design skills. I think it was Cander (?) who wrote his own database using VB.

    I'd be more than glad to help you if I knew the first thing about what makes a PDF file, but I don't have the time to learn about them, and if I ever needed those functions, I would use Adobe's drivers simply because they will stay on top of changing formats, and again, I don't have the time or resources to keep any code I developed current.

  12. #12

    Thread Starter
    PowerPoster
    Join Date
    Feb 2002
    Location
    Canada, Toronto
    Posts
    5,803
    bump

  13. #13
    Frenzied Member
    Join Date
    Oct 2002
    Location
    Gammapolis
    Posts
    1,474
    Originally posted by CVMichael
    Those are supposed to be STANDARD filters, but I can't find them anywhere (not in VB or VB.NET anyway), I found the CDT encoding but it's in C, and it's too much to convert...
    Why dont you just use the C codes in VS .NET and make dlls out of them?
    maybe this can help you:
    http://www.cs.wisc.edu/~ghost/doc/gnu/7.05/Develop.htm
    'Heading for the automatic overload'
    Marillion, Brave, The Great Escape, 1994

    'How will WE stand the FIRE TOMORROW?'
    Eloy, Silent Cries and Mighty Echoes, The Vision - Burning, 1979

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