| Author |
Converting .SPL to PDF |
squirrelss
Member

Posts: 14
Location:
Joined: 12.09.08 Rank: Newbie |
|
Hey guys this is my first post. I had to complete some basics to be able to post here phewww!
Ok Here is my problem. I purchased an etext book for my Database class it is protected by Oracle's Sealed PDF, which requires a license to be uploaded thru their servers. Once opened using only IE, it embeds itself into IE and you can not save it, take a pic or print to file. However they will let you print on paper.
I have read around and only vulnerability is when the spdf sends the print job to the printer which lets to capture a .SPL file thru (windoze/system32/spool/printers). Now my question is, is there anyway to convert .SPL to pdf. ( someone on this forum had said that Microsoft onenote supports native printing option which lets you save the print job as a pdf to your computer. I have tried that and i believe Oracle has already found out about that.
Anyone with any ideas ? im not trying to print it out and make profit or anything. License for this etext expires in 6 months and i would have to pay additional $60 to be able to access the book again ( which is not fair, that blows donkey balls) not to mention you need online access and you can only open it up on two diffirent computers. Freakin nazis! 
Edited by squirrelss on 19-09-08 07:04 |
|
| Author |
RE: Converting .SPL to PDF |
hacker2k
Member
Posts: 126
Location:
Joined: 11.07.07 Rank: Active User |
|
http://pages.interlog.com/~tcharron/wgetwin.html
That should solve your problem...just wget the file...If it's just a pdf file, they can't really protect it from being downloaded since when you visit it, you are downloading it! |
|
| Author |
RE: Converting .SPL to PDF |
Zephyr_Pure
Member

Posts: 2402
Location:
Joined: 15.09.06 Rank: God |
|
An SPL file contains raw data that has been sent to the printer (in PCL or Postscblockedript format). There may be a way to get the PDF out of the SPL file but, really, why don't we just try the easy solution? You want to get the doc to print to the SPL, then convert to a PDF... when, really, you could just print to a PDF in the first place.
http://sourceforge.net/projects/pdfcreator/
hacker2k wrote:
That should solve your problem...just wget the file...If it's just a pdf file, they can't really protect it from being downloaded since when you visit it, you are downloading it!
Incorrect. Read up on HTTP response codes (particularly 403) and password-protected directories.
I still check PMs from time to time.


Our responses were moronic, why shouldn't he follow suit? - Futility
Edited by Zephyr_Pure on 19-09-08 12:04 |
|
| Author |
RE: Converting .SPL to PDF |
squirrelss
Member

Posts: 14
Location:
Joined: 12.09.08 Rank: Newbie |
|
|
sounds like a good idea except Spdf blocks virtual printers. Only physical printers can print on paper. They really thought this out. I will go ahead and give a shot anyways. Thanks for commenting! |
|
| Author |
RE: Converting .SPL to PDF |
spyware
Member

Posts: 4158
Location: The Netherlands
Joined: 14.04.07 Rank: God Warn Level: 90
|
|
Printscreen, CTRL-v, then use that software that finds text in images and converts it to editable text. It's the stuff scanners use.
The most censored HBH profile.

"The chowner of property." - Zeph“Widespread intellectual and moral docility may be convenient for leaders in the short term,
but it is suicidal for nations in the long term.” - Carl Sagan “Since the grid is inescapable, what were the earlier lasers about? Does the corridor have a sense of humor?” - Ebert
Edited by spyware on 19-09-08 18:05 |
|
| Author |
RE: Converting .SPL to PDF |
squirrelss
Member

Posts: 14
Location:
Joined: 12.09.08 Rank: Newbie |
|
you cant print screen spdf files. When you paste it, it only shows SPDF logos everywhere.
No easy workaround this yet. |
|
| Author |
RE: Converting .SPL to PDF |
squirrelss
Member

Posts: 14
Location:
Joined: 12.09.08 Rank: Newbie |
|
Zephyr_Pure wrote:
An SPL file contains raw data that has been sent to the printer (in PCL or Postsc blockedript format). There may be a way to get the PDF out of the SPL file but, really, why don't we just try the easy solution? You want to get the doc to print to the SPL, then convert to a PDF... when, really, you could just print to a PDF in the first place.
http://sourceforge.net/projects/pdfcreator/
hacker2k wrote:
That should solve your problem...just wget the file...If it's just a pdf file, they can't really protect it from being downloaded since when you visit it, you are downloading it!
Incorrect. Read up on HTTP response codes (particularly 403) and password-protected directories.
I tried and no luck, it detects virtual printers that are able to print to file. Either way PDFcreator doesnt support .SPL file which is a flash shockwave object.
Anyone using Linux in here ? There is a workaround in Linux but i dont have linux installed on my computer. Maybe someone will be willing to help me out.
Edited by squirrelss on 19-09-08 18:47 |
|
| Author |
RE: Converting .SPL to PDF |
Zephyr_Pure
Member

Posts: 2402
Location:
Joined: 15.09.06 Rank: God |
|
|
squirrelss wrote:
I tried and no luck, it detects virtual printers that are able to print to file. Either way PDFcreator doesnt support .SPL file which is a flash shockwave object.
The SPL extension is used for more than 1 type of file. One is a Shockwave Flash object... but the one that applies to your situation is a Raw Print Format.
What PDF reader are you using? Have you tried an alternative like FoxIt?
I still check PMs from time to time.


Our responses were moronic, why shouldn't he follow suit? - Futility |
|
| Author |
RE: Converting .SPL to PDF |
squirrelss
Member

Posts: 14
Location:
Joined: 12.09.08 Rank: Newbie |
|
I just installed it on my other pc 32bit to be able to run foxit. Looks like it doesnt restrict on which files it will convert into PDF however i tried to convert a bitmap file into pdf and its taking years.
Does it take long time to convert, application didnt hang or anything. I got a feeling it will have a hardtime trying to convert a 60mb .SPL file.
edit: Fox it doesnt convert mostly anything but Word documents.
Any ideas on how to open .SPL file ?
Edited by squirrelss on 19-09-08 21:02 |
|
| Author |
RE: Converting .SPL to PDF |
hacker2k
Member
Posts: 126
Location:
Joined: 11.07.07 Rank: Active User |
|
Zephyr_Pure wrote:
An SPL file contains raw data that has been sent to the printer (in PCL or Postsc blockedript format). There may be a way to get the PDF out of the SPL file but, really, why don't we just try the easy solution? You want to get the doc to print to the SPL, then convert to a PDF... when, really, you could just print to a PDF in the first place.
http://sourceforge.net/projects/pdfcreator/
hacker2k wrote:
That should solve your problem...just wget the file...If it's just a pdf file, they can't really protect it from being downloaded since when you visit it, you are downloading it!
Incorrect. Read up on HTTP response codes (particularly 403) and password-protected directories.
Okay, yeah, maybe I mis-spoke. I meant, unless you have to enter a username and a password (if they're using .htaccess and .htpasswd) when you go the the file, they aren't protecting it. I'm assuming that he doesnt. |
|
| Author |
RE: Converting .SPL to PDF |
squirrelss
Member

Posts: 14
Location:
Joined: 12.09.08 Rank: Newbie |
|
You cant treat this file as PDF it doesnt open or cant be viewed via any pdf creator, reader ect. This thing is a diffirent breed of animal.
SealedMedia software integrates with existing business systems to deliver protection of valuable digital information. It enables complete control over who can use sensitive information and when. The originator can change rights to access and use a document even after it’s been delivered including revoking access
Edited by squirrelss on 19-09-08 21:15 |
|
| Author |
RE: Converting .SPL to PDF |
Zephyr_Pure
Member

Posts: 2402
Location:
Joined: 15.09.06 Rank: God |
|
|
squirrelss wrote:
I just installed it on my other pc 32bit to be able to run foxit. Looks like it doesnt restrict on which files it will convert into PDF however i tried to convert a bitmap file into pdf and its taking years. Does it take long time to convert, application didnt hang or anything. I got a feeling it will have a hardtime trying to convert a 60mb .SPL file. edit: Fox it doesnt convert mostly anything but Word documents.
FoxIt is NOT a converter program. It is a PDF viewer... which is pretty irrelevant considering the bit of information that you just gave. More on that bullshit later.
Any ideas on how to open .SPL file ?
It's like you don't even hardly read the posts I've already made. Oh, well, your loss.
squirrelss wrote:
You cant treat this file as PDF it doesnt open or cant be viewed via any pdf creator, reader ect.
[quote]squirrelss wrote:
Ok Here is my problem. I purchased an etext book for my Database class it is protected by Oracle's Sealed PDF, which requires a license to be uploaded thru their servers.
Didn't feel it was necessary to mention that at the beginning? What a load of crap... figure it out on your own.
I still check PMs from time to time.


Our responses were moronic, why shouldn't he follow suit? - Futility
Edited by Zephyr_Pure on 19-09-08 21:58 |
|
| Author |
RE: Converting .SPL to PDF |
squirrelss
Member

Posts: 14
Location:
Joined: 12.09.08 Rank: Newbie |
|
thanks for your half assed help anyways. Even though its called Sealed PDF, you cant open it up using pdf viewers. Foxit does convert files into pdf. Seems like just word files tho. Any PDF viewer requires a file extention to be obviously .pdf .. so im not sure why the hell you told me to try foxit when i told you i cant view spdf using pdf viewer.
Anyone with mature mentality and willing to help a brother out ?
|
|
| Author |
RE: Converting .SPL to PDF |
Zephyr_Pure
Member

Posts: 2402
Location:
Joined: 15.09.06 Rank: God |
|
|
squirrelss wrote:
thanks for your half assed help anyways. Even though its called Sealed PDF, you cant open it up using pdf viewers. Foxit does convert files into pdf. Seems like just word files tho. Any PDF viewer requires a file extention to be obviously .pdf .. so im not sure why the hell you told me to try foxit when i told you i cant view spdf using pdf viewer.
Anyone with mature mentality and willing to help a brother out ?
Re-read what I wrote before you post. If you expect real help, I'd suggest not bashing the people that actually attempt to help you with your halfway-explained issue, asswipe. Good luck.
I still check PMs from time to time.


Our responses were moronic, why shouldn't he follow suit? - Futility |
|
| Author |
RE: Converting .SPL to PDF |
squirrelss
Member

Posts: 14
Location:
Joined: 12.09.08 Rank: Newbie |
|
Re-read what I wrote before you post. If you expect real help, I'd suggest not bashing the people that actually attempt to help you with your halfway-explained issue, asswipe. Good luck.
Once opened using only IE, it embeds itself into IE and you can not save it, take a pic or print to file. However they will let you print on paper.
Did you even read this or thought maybe someone might have already tried a weakass pdf reader. SPDF doesnt even let you copy text off of it. NON. no pictures, no print to file, no view it in anything else but IE with a license. Sorry to come off rude but you are blaming me for not reading when you are no better at all. Anways, seems like you are trying to fullful your ego more than trying to help. Whats with the name callings ?
Edited by squirrelss on 19-09-08 23:15 |
|
| Author |
RE: Converting .SPL to PDF |
Zephyr_Pure
Member

Posts: 2402
Location:
Joined: 15.09.06 Rank: God |
|
|
squirrelss wrote:
Sorry to come off rude but you are blaming me for not reading when you are no better at all. Anways, seems like you are trying to fullful your ego more than trying to help. Whats with the name callings ?
I'm blaming you for not explaining your issue fully and saving time in the first place. Good luck on the help.
I still check PMs from time to time.


Our responses were moronic, why shouldn't he follow suit? - Futility |
|
| Author |
RE: Converting .SPL to PDF |
korg
Member

Posts: 1677
Location: ENDING YOUR ONLINE EXPERIENCE!
Joined: 01.01.06 Rank: God |
|
So you want help in stealing this in other words, But your being an ass to zephyr for trying to help. Hmm, I agree with zephyr good luck getting help from any of us that know how to do it.
PS: Don't Fuckin' use "WINDOZE" as a joke you look like an ass.

Edited by korg on 20-09-08 00:22 |
|
| Author |
RE: Converting .SPL to PDF |
squirrelss
Member

Posts: 14
Location:
Joined: 12.09.08 Rank: Newbie |
|
|
korg wrote:
So you want help in stealing this in other words, But your being an ass to zephyr for trying to help. Hmm, I agree with zephyr good luck getting help from any of us that know how to do it.
PS: Don't Fuckin' use "WINDOZE" as a joke you look like an ass.
I already paid $60 for it, if you have enough knowledge to work around this and you call me a stealer your a freaking hypocrite for doing what you do.
Let me break it down to you. I paid $60 for this etext, i cant view it on any other computer, i cant save it, i cant see the files offline, i cant see it at school. If you hacking for any freaking reason, i believe i have a pretty good one here.
about the windoze, im a stranger to the computer scene. Im just a regularass user who uses his computer to finish school. My bad if i looked like an ass ?
RIP Chad Butler I'm up early cuz aint enough light in the daytime
Smoke two sweets get in these streets out the pop up line
Peanut holder my boulders smolder on the PA pipes
Ak loader as I get swallowed under city lights
Niggas be lookin shife so I look shife back
Cant show no weakness in these streets you'll get yo life jacked
Mayn its a trip where i stay especially for me
This bitches tryin to lock me up for the whole century
They gave my boy down in Florida Dante 19
I wish that we could smoke again and take a tight lean
My world a trip you can ask Bun B bitch I aint no liar
My man RoRo jus lost his baby in a house fire
And then when I got on my knees that night to pray
I asked God why he let these killas live and take my homeboy's son away
Man if you got kids show em you love em cuz God jus might call em home
Cuz one day you here but baby the next day you gone
Edited by squirrelss on 20-09-08 00:52 |
|
| Author |
RE: Converting .SPL to PDF |
korg
Member

Posts: 1677
Location: ENDING YOUR ONLINE EXPERIENCE!
Joined: 01.01.06 Rank: God |
|
squirrelss babbled:
I already paid $60 for it, if you have enough knowledge to work around this and you call me a stealer your a freaking hypocrite for doing what you do.
First off you don't know what I do, What I can do, or what I will do. I'm not a hypocrite, I would have never have paid $60 for it to start.If you want to answer your question there are many ways to achieve your goal, Look for them, It right in your face if you think how it gets displayed. No spoonfeeding, Your new here and you already started off on the wrong foot. Help yourself... Then Maybe we can help you.

|
|
| Author |
RE: Converting .SPL to PDF |
squirrelss
Member

Posts: 14
Location:
Joined: 12.09.08 Rank: Newbie |
|
korg wrote:
squirrelss babbled:
I already paid $60 for it, if you have enough knowledge to work around this and you call me a stealer your a freaking hypocrite for doing what you do.
First off you don't know what I do, What I can do, or what I will do. I'm not a hypocrite, I would have never have paid $60 for it to start.If you want to answer your question there are many ways to achieve your goal, Look for them, It right in your face if you think how it gets displayed. No spoonfeeding, Your new here and you already started off on the wrong foot. Help yourself... Then Maybe we can help you.
i already searched for answers, thats why i came here for help. When you take your car to a mechanic, he doesnt tell you to go learn how to fix a transmission before he can fix your motor.
You dont know my situation, you might not have paid $60 for it but i had to, my other option was to pay $100 for a hardcopy or steal it from schools bookstore. I dont care if i got off on the wrong foot. Seems like some immature people here name calling and shit instead of trying to help a noob.
RIP Chad Butler I'm up early cuz aint enough light in the daytime
Smoke two sweets get in these streets out the pop up line
Peanut holder my boulders smolder on the PA pipes
Ak loader as I get swallowed under city lights
Niggas be lookin shife so I look shife back
Cant show no weakness in these streets you'll get yo life jacked
Mayn its a trip where i stay especially for me
This bitches tryin to lock me up for the whole century
They gave my boy down in Florida Dante 19
I wish that we could smoke again and take a tight lean
My world a trip you can ask Bun B bitch I aint no liar
My man RoRo jus lost his baby in a house fire
And then when I got on my knees that night to pray
I asked God why he let these killas live and take my homeboy's son away
Man if you got kids show em you love em cuz God jus might call em home
Cuz one day you here but baby the next day you gone |
|