Ask a Question related to Adobe Acrobat Windows, Design and Development.
-
eramgarden@adobeforums.com #1
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
-
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... -
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... -
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... -
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... -
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... -
Aandi_Inston@adobeforums.com #2
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
-
eramgarden@adobeforums.com #3
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
-
Aandi_Inston@adobeforums.com #4
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
-
eramgarden@adobeforums.com #5
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
-
Aandi_Inston@adobeforums.com #6
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...
No, your next step would be to add something to the PostScript for the>
>Next step is to get this postscript and do distilling..right?
required text. Then you convert PostScript to PDF.Try a web search.>
>1. what product converts Tiff to PostSCript?Is this for a web server, or an intranet server, or something else?>
>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?
Licensing now becomes an issue.
Why did you reject PDFLib?
Aandi Inston
Aandi_Inston@adobeforums.com Guest
-
Brad_Kamps@adobeforums.com #7
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



Reply With Quote

