|
-
Aug 25th, 2003, 09:37 PM
#1
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.
-
Aug 25th, 2003, 09:52 PM
#2
I wonder how many charact
I thought Adobe had an API for PDF files...
-
Aug 25th, 2003, 09:54 PM
#3
-
Aug 25th, 2003, 09:54 PM
#4
I wonder how many charact
-
Aug 26th, 2003, 03:18 PM
#5
-
Aug 26th, 2003, 03:24 PM
#6
I wonder how many charact
You know... Time constraints... deadlines... focusing on the bigger task at hand...
-
Aug 27th, 2003, 01:24 PM
#7
I still want those filters... I wanna make my own namespace with a collection of classes that create/edit PDFs
-
Aug 28th, 2003, 07:36 PM
#8
-
Aug 28th, 2003, 09:57 PM
#9
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?
-
Aug 28th, 2003, 10:05 PM
#10
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.
-
Aug 30th, 2003, 11:03 AM
#11
I wonder how many charact
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.
-
Sep 2nd, 2003, 10:10 PM
#12
-
Sep 3rd, 2003, 09:36 AM
#13
Frenzied Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|