Tagged Questions

1
vote
1answer
256 views

How do I add a PostScript XObject to a PDF?

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. ...
1
vote
1answer
378 views

Postscript number of copies

Is there a way to edit a postscript file, to add or increase the number of copies to be printed?
0
votes
1answer
28 views

Convert PS to PDF filed in C#

I have to make utility that converts PS files to PDF files. Is there any FREE .net API available or any other solution for this.
0
votes
0answers
37 views

Highlight text and annotate ps files

I would like to know if it is possible to highlight text or make annotations to PS files or PS files converted to PDF format. For example, this file: [PS format] ...
0
votes
0answers
48 views

acroread conversion pdf to ps

I need to convert pdf to eps and I'm running this commands to do that. acroread -toPostScript input.pdf ps2eps input.ps but I've notice that when I convert the pdf to eps in Adobe Illustrator on my ...
0
votes
2answers
396 views

fo to pdf, PS online converters(web services)

Please help me to find out online web service which can convert my (xml,xsl) or my (fo) to pdf and PS(PostScrip) formats. I have tools for doing the same thing in my pc, but I really need it online! ...
0
votes
2answers
264 views

RMagick convert ps to pdf

When I convert a PS file to PDF, it works fine on the local machine, but on the production server, it adds margin to the page, as if I selected Scale to Fit instead of Scale: 100% from the Mac OSX ...
0
votes
5answers
936 views

How does PS/PDF store and compress bitmaps?

I am experimenting with a system to scan letters and convert the scanned bitmaps to PDF with the goal to have a high resolution and a small PDF file size. I am prototyping with scanner, GIMP for ...