Author Topic: [question] Convert something To Pdf  (Read 3060 times)

0 Members and 1 Guest are viewing this topic.

Offline Huntondoom

  • Baron
  • ****
  • Posts: 856
  • Cookies: 17
  • Visual C# programmer
    • View Profile
[question] Convert something To Pdf
« on: June 21, 2011, 11:30:21 pm »
does anyone know how to Convert Something to PDF?

I Tried Google but All I got were tools for conversion :S
Aslong as you are connected to the internet, you'll have no privacy

Advanced Internet Search
Clean Up!

Offline noob

  • Knight
  • **
  • Posts: 202
  • Cookies: 29
    • View Profile
Re: [question] Convert something To Pdf
« Reply #1 on: June 21, 2011, 11:43:33 pm »
like what?
i use adobe bridge part of adobe photoshop to output pictures in pdf,there are plenty tools

Offline Huntondoom

  • Baron
  • ****
  • Posts: 856
  • Cookies: 17
  • Visual C# programmer
    • View Profile
Re: [question] Convert something To Pdf
« Reply #2 on: June 21, 2011, 11:51:03 pm »
HTML To PDF
Aslong as you are connected to the internet, you'll have no privacy

Advanced Internet Search
Clean Up!

Offline noob

  • Knight
  • **
  • Posts: 202
  • Cookies: 29
    • View Profile
Re: [question] Convert something To Pdf
« Reply #3 on: June 21, 2011, 11:55:08 pm »
try this one:
Code: [Select]
http://rapidshare.com/files/153815688/HTML2PDF_Pilot_2.15.82_cw.rar

Offline ande

  • Owner
  • Titan
  • *
  • Posts: 2664
  • Cookies: 256
    • View Profile
Re: [question] Convert something To Pdf
« Reply #4 on: June 22, 2011, 12:01:21 am »
Just get pro version of acrobat? It got all sorts of import, export, edit and create PDF stuff.
if($statement) { unless(!$statement) { // Very sure } }
https://evilzone.org/?hack=true

Offline Kulverstukas

  • Administrator
  • Zeus
  • *
  • Posts: 6627
  • Cookies: 542
  • Fascist dictator
    • View Profile
    • My blog
Re: [question] Convert something To Pdf
« Reply #5 on: June 22, 2011, 12:03:17 am »
OpenOffice has a feature to export to PDF.

Offline Huntondoom

  • Baron
  • ****
  • Posts: 856
  • Cookies: 17
  • Visual C# programmer
    • View Profile
Re: [question] Convert something To Pdf
« Reply #6 on: June 22, 2011, 12:05:08 am »
yeah but I need to Convert ±300 Html File quick :P

any @noob thanks it migth work :P
« Last Edit: June 22, 2011, 12:05:36 am by Huntondoom »
Aslong as you are connected to the internet, you'll have no privacy

Advanced Internet Search
Clean Up!

Offline Huntondoom

  • Baron
  • ****
  • Posts: 856
  • Cookies: 17
  • Visual C# programmer
    • View Profile
Re: [question] Convert something To Pdf
« Reply #7 on: June 22, 2011, 12:21:47 am »
@noob do you have the book about Itextsharp  ::)?

EDIT: just took a look at ITextSharp
it really something to learn but I do understand some of it
but Has I see I will have to built a simpler converter between Itextsharp and my App.
« Last Edit: June 22, 2011, 12:28:01 am by Huntondoom »
Aslong as you are connected to the internet, you'll have no privacy

Advanced Internet Search
Clean Up!

Offline Stackprotector

  • Administrator
  • Titan
  • *
  • Posts: 2515
  • Cookies: 205
    • View Profile
Re: [question] Convert something To Pdf
« Reply #8 on: June 25, 2011, 03:44:08 pm »
just look at the pdf syntax, and convert html to pdf.
~Factionwars

Offline 10n1z3d

  • Serf
  • *
  • Posts: 42
  • Cookies: 8
    • View Profile
Code: [Select]
python -c "print ''.join(chr(x) for x in [int(oct(39)) + 2, 24 * 2, 313 % 203, 0x31, (2 ** 7) - 6, int('051'), (3 << 6) - 92])"

xor

  • Guest
Re: [question] Convert something To Pdf
« Reply #10 on: June 26, 2011, 07:48:45 am »
CutePDF installs a virtual printer. Then you just print the page to it and it saves as a PDF.