ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

DonationCoder.com Software > Post New Requests Here

IDEA - Save / Convert any given URL to a PDF File

(1/2) > >>

Deep-Silence:

Hi Guys,

I am coding little around with Autohotkey myself.  :D
Recently i have been working on a program that filters the "Print-Version" of certain
articles off a website.

Some URLs containing an extension like htm, html etc. some don't. "pid=123" etc.

What i want to do is to convert these URLS to a PDF for example using the following Syntax.


--- ---
URL2pdf.exe "www.google.de" "C:\google.pdf"


to do this in background, too.

There are lots of solutions out there, that a private person is unable to pay for.
Thanks for any Comments... :-[

lanux128:
have you tried these online converters? the 1st website allows syntax like this: http://www.htm2pdf.co.uk/?url=<url>

• http://www.htm2pdf.co.uk/
• http://www.pdfmyurl.com/
• http://www.pdfonfly.com/
• http://www.url2pdf.de/
• http://html-pdf-converter.com/en

Deep-Silence:

Yes, i do know about this page, but i did not got it to work
to Send the URL and get back the PDF File.  :-[

Deep-Silence:

The thing is, i do not want to depend on
the service of a website, that might go done "in the near future", :(
so one cannot count on it to be available at any time you need it.

Thanks,

lanux128:
if you use Firefox as your browser, you can set a pdf printer like CutePDF as the default printer and use this addon to print the url - Command Line Print.


--- ---firefox -print http://www.example.com/index.html
• http://sites.google.com/site/torisugari/commandlineprint2

Navigation

[0] Message Index

[#] Next page

Go to full version