I am doing a massive set of file conversions and several of them happen to be \".dat\" files. When I open them I see that the first line is \"%!PS-Adobe\". Here\'s an example.....
I have the following decimal numbers: 61440 3840 240 65280 4080 1088 2176 8432 I need to define a /DataSource and need the following output:
I have a postscript file that is printed on 21 pages (it is a 3 x 7 page drawing). N开发者_开发技巧ow, I\'d like to scale the output by 1/3rd (or 1/9th...) so that the entire drawing is 1 page wide a
I\'m comfortable coding in PostScript, which is a stack开发者_运维百科-based language for printing on which PDF is based. I\'d sure like to be able to generate my PostScript code as a string and then
Is it possible to create a tiff file from a postscript-file (created from a pdf-document with readable t开发者_高级运维ext and images) into a tiff file without the images and only the text?
I\'m usually able to use ghostscript to convert PDFs to PNGs with the command: gs \\ -q \\ -dNOPAUSE \\
How do I write code using AIC (Acrobat Interapplication Communication) to load a PDF file and output the equivalent Postscript file?Using Acrobat X interactively, I would open the file, then use the m
I have a relatively complicated classification tree that I\'m trying to output. The resulting postscript output looks very jumbled.
I am demoing an idea I have been playing around with, and while the Adobe specification says that including PS XObjects is not a good idea, some PDF readers should still support this functionality.Any
I\'m using the following code in order to send a print job to a specific printer: PrintServiceAttributeSet aset = new HashPrintServiceAttributeSet();