0
votes
3answers
825 views
Converting EBCDIC Char to Hex values (AFP EBCDIC data)
I working with some EBCDIC data that I need to parse and find some Hex values. The problem that I'm having is that it appears that I'm reading the file in with the incorrect encoding. I can see tha …
0
votes
1answer
217 views
Using PDFsharp to open AES 128-bit encrypted files
I've been receiving pdf files that I have been processing with the PDFsharp libraries. These files where 128-bit RC4 encrypted. Now I getting files that are 128-bit AES encyption.
I'm gett …
0
votes
3answers
102 views
Parsing strangely formatted files
I need to parse a file but the data is in a strange format that I'm not familar parsing.
The data is always formatted like this. The field name is to the left and the data is right of the " …
0
votes
4answers
104 views
Getting extra HEX bytes when concatenating data files.
I'm concatenating data files, but the problem is that I'm seeing some extra bytes where the files are joined. The new file has extra bytes. I had thought this was maybe a problem with encoding. …
1
vote
How do I programmatically create a PDF in my .NET application?
The company that I work for is using Rubika from Solimar Systems. I believe that they also use itextsharp in there "PDFEngine". We create hundreds of pdfs with thousands of pages per month with thi …
0
votes
What is best resource for learning the .NET Framework thoroughly?
I like the 70-536 book from microsoft press. This is for .net 2.0 but it still is a good reference
…
0
votes
0
votes
Sending/Receiving Faxes in .NET
Rolling your own solution may not be the best thing. If you do a ton of faxing you might want to check out something like rightfax. We …
0
votes
Getting extra HEX bytes when concatenating data files.
The bytes ended up being at the end of each file....
This might be a hack but here is what I here is the solution I came up with.
Because I got two extra bytes every time I added a …
