tried ghostscript..and got this error
downloaded and installed ghostscript on home pc..and it worked fine...but gave errors for this file when I ran the same executable on my work pc.. ...any ideas
C:\>pdf2ps c:\temp.pdf c:\temp.ps
**** Warning: Fonts with Subtype = /TrueType should be...
I'm writing a VB program that needs to rename files, and then convert some of them to PostScript. Here's what I tried doing.
Set acrobatApp = CreateObject("AcroExch.App")
Set pdfDoc = CreateObject("AcroExch.PDDoc")
pdfDoc.Open "C:myfile.pdf"
strPDFFileName = "C:myfile.ps"
pdfDoc.Save...
Hello..
I'm new to PHP... I looked for answers to this on google, lots of alternatives were given...
the code works perfectly on another website, i copied it over to my pc...and trying running it using localhost and i get errors about undefined variables
i tried turning the register_globals =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.