Brain not as fried -- Where to find code examples of PostScript and Distilling?

Ask a Question related to Adobe Acrobat Windows, Design and Development.

  1. #1

    Default Brain not as fried -- Where to find code examples of PostScript and Distilling?

    Aandi gave me this idea about converting TIFF to PDF. I used [url]www.rarefind.com[/url] product with my .Net code and I can convert TIFF to PDF now.

    BUT, i want to do Aandi told me below. I'm coding in VB.Net. I want to take a TIFF, convert to PDF and add a text to the bottom of it.

    Question: where can I find examples of PostScript and Distilling. I did a search online and all I get is description of them... Any websites/books/examples to get me going would be great..
    -----------------------------------------------------------------

    Type 3. Print to PDF. This takes advantage of the fact that most
    programs these days can print in a graphical environment; for Windows
    programs that means print to a Windows printer driver. So, any file
    can be converted to PDF, PROVIDED you can control the process by which
    it is printed. Full automation can be trickier, because PDF printer
    drivers will often prompt by default. Printing to PDF is often
    internally a two stage process of printing to PostScript, then
    converting PostScript to PDF ("Distilling"). All versions of Acrobat
    include one or two PDF printer drivers.
    eramgarden@adobeforums.com Guest

  2. Similar Questions and Discussions

    1. Distilling without a Postscript Printer
      I have the full version of Adobe Acrobat 7.0. At work we have a postscript printer and I'm able to select the Adobe CS Printer Description in the...
    2. pdf gets unsearchable when distilling from postscript with some fonts
      Hi all, Windows 2000 Arobat/Distiller 5.0 I'm converting a pdf to postscript and then back to pdf (don't ask why This works fine when the...
    3. Distilling InDesign-Generated PostScript
      I created Postscript from InDesign using the Adobe PDF PPD. I selected "Download complete" and "Download PPD fonts", and Distiller failed with the...
    4. How to write/send documents to PDF from code?Brain fried part II
      >If PDFWriter is discontinued..then what is used to convert files to PDF in code?? What sort of file? There are three basic approaches to...
    5. Tif to PDF (PDFWriter)- Brain is fried
      I hope someone can help me... Ex-coworker develpoed an application in Java that converts TIF image to PDF and adds a text to the bottom of the...
  3. #2

    Default Re: Brain not as fried -- Where to find code examples of PostScript and Distilling?

    If you really want to learn PostScript (and I'm not sure that's either
    relevant or helpful in this case, but it is interesting), search
    Amazon for "PostScript Language Reference".

    Aandi Inston
    Aandi_Inston@adobeforums.com Guest

  4. #3

    Default Re: Brain not as fried -- Where to find code examples of PostScript and Distilling?

    Hmm..." I'm not sure that's either relevant or helpful in this case"... From what I understood from your suggestion earlier..o convert Tiff to PDF..i first need to do postScript , then Distilling...is this correct?
    eramgarden@adobeforums.com Guest

  5. #4

    Default Re: Brain not as fried -- Where to find code examples of PostScript and Distilling?

    There are many TIFF to PostScript converters already. While it's an
    interesting project, I would recommend starting with that. However,
    you are right: if you want to go down this path, rather than - for
    example - use PDFLib - you will need to learn PostScript.

    Aandi Inston
    Aandi_Inston@adobeforums.com Guest

  6. #5

    Default Re: Brain not as fried -- Where to find code examples of PostScript and Distilling?

    Ah, now suppose I use a product to convert Tiff to PostScript...

    Next step is to get this postscript and do distilling..right?

    1. what product converts Tiff to PostSCript?

    2. So, suppose i use this product and convert my Tiff to PostScript( the hard part is done )...now how can I convert this postcript to PDF in my .net using Distilling? any sample code/website/book for this?

    Am I on the wrong track completely?
    eramgarden@adobeforums.com Guest

  7. #6

    Default Re: Brain not as fried -- Where to find code examples of PostScript and Distilling?

    >Ah, now suppose I use a product to convert Tiff to PostScript...
    >
    >Next step is to get this postscript and do distilling..right?
    No, your next step would be to add something to the PostScript for the
    required text. Then you convert PostScript to PDF.
    >
    >1. what product converts Tiff to PostSCript?
    Try a web search.
    >
    >2. So, suppose i use this product and convert my Tiff to PostScript( the hard part is done )...now how can I convert this postcript to PDF in my .net using Distilling?
    Is this for a web server, or an intranet server, or something else?
    Licensing now becomes an issue.

    Why did you reject PDFLib?

    Aandi Inston
    Aandi_Inston@adobeforums.com Guest

  8. #7

    Default Re: Brain not as fried -- Where to find code examples of PostScript and Distilling?

    I have some code in VB6 that converts .ps files to .pdf which could come in handy. If you have a program that you are using to open the TIF files, there is probably an easy way to print it to pdf from there. I have easy code in VB6 to change Excel and Word and Crystal into PDF. I just haven't worked with TIFF yet.
    Brad_Kamps@adobeforums.com Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139