새로운 Adobe 커뮤니티에 오신 것을 환영합니다.
A community for PostScript users.
최근 활동
can any body help how to create Radial Gradient
@@using Shading Dictionary to perform shading in pdf,before that the shading dictionary call from Pattern Dictionary.In the Pattern Dictionary there is an Matrix based on the matrix value location the shading operation is perform,So i dont know how to calculate value of pattern Dictionary matrix value.10 0 obj<< /Type /Pattern/PatternType 2/Shading 11 0 R/Matrix [1.00 .00 .00 1.00 54.00 53.00] // the matrix value how to calculate>>11 0 obj<</ColorSpace /DeviceRGB/Function 12 0 R/ShadingType 2/Coords [109.2726 69.00 109.2726 .00]/Extend [true true]>>12 0 obj<</FunctionType 0/Domain [.00 1.00]/Range [.00 1.00 .00 1.00 .00 1.00]/Size [1002]/BitsPerSample 8/Length 3006>>streamhere is an stream of colorsendstreamendobjCan anybody help me please.Regards, Sasi kumar sekar.
using Shading Dictionary to perform shading in pdf,before that the shading dictionary call from Pattern Dictionary.In the Pattern Dictionary there is an Matrix based on the matrix value location the shading operation is perform,So i dont know how to calculate value of pattern Dictionary matrix value.10 0 obj<< /Type /Pattern/PatternType 2/Shading 11 0 R/Matrix [1.00 .00 .00 1.00 54.00 53.00] // the matrix value how to calculate>>11 0 obj<</ColorSpace /DeviceRGB/Function 12 0 R/ShadingType 2/Coords [109.2726 69.00 109.2726 .00]/Extend [true true]>>12 0 obj<</FunctionType 0/Domain [.00 1.00]/Range [.00 1.00 .00 1.00 .00 1.00]/Size [1002]/BitsPerSample 8/Length 3006>>streamhere is an stream of colorsendstreamendobjCan anybody help me please.Regards, Sasi kumar sekar.
i am attempting to print some mailbut the problem is that each mail piece has a common sheetthe postscript file is huge because each piece contains the code for the common sheeti was wondering if there is a way to have the code call a "reference image"in other words, instead of having the code for this text over and over (and over)is it possible to simply have a reference in a pdf or whatever and then refer to it "in line"so that each mail piece simply used the same .pdf calling it each time it was neededdoes that make sense?thanks
I need Postscript for an old Gestetner printer. Who can supply?
Dear,I am asking you for help. Have printer Ricoh VT6000 - very old but good and still working, have some regular jobs dedicated for this duplicator. VT6000 is connected by LPT with controller CPIF-26 which is connected with PC via Ethernet cable plugged to network card of my old PC. On PC there is still windows 98. And since some time I have issue with this PC. Simply saying it is dying... So I wanted to change it for new one. But there is no drivers for CPIF controller and also for printer for new windosw 7 for example. So I tried windows xp but still no possible to install drivers...Can you help me with this?I would like to use windows xp and need drivers for VT6000 and postscript diver for cpif controller.Can you advice what to do to install those printer and controller on win xp?Thanks in advance for your help...
We had working a dell system with windows vista home edition and we were printing to a laserjet 5000 PS with a a negative option activated, some how our windows broke, we reinstalled now with windows vista home premium and the negative option is not available.we tried with HP universal PS Driver and the negative option is not available?Is there some how install or change a different PPD so the negative option gets activated againor is the a workaround this?Thanks in advanced
I'm looking for a monochrome laser printer to print letter-size paper, with true (not emulated) Adobe Postscript. The discontinued Xerox Phaser 4510 could, but its replacement, the Phaser 4622, has emulated postscript. Some Xerox color printers have true Postscript, but I don't want or need a color printer. The monochrome Phaser 5550, which can print up to tabloid size, is larger and more expensive than I need.
Happy New Year!On a Mac OS X system, in the Terminal application, I can do, for example:man -t mdls | open -f -a PreviewAnd the "man page" for the "mdls" command is opened in Preview, rather than displayed on the Terminal screen.The problem is that the font is a little too small, and I want to make it bigger. The "-t" option of the "man" command says to produce PostScript, which Preview understands how to display, so I reasoned that I could do:man -t mdls >mdls.psI then examined the resulting PostScript file and found many occurrences of things like "10/Times-Roman" and "10/Times-Bold". So I did a global search/replace and changed all "10/Times" to "12/Times". This worked fine, and the page is now more readable within Preview. Of course, manually editing a PS file every time is tedious, so I changed my original task to:man -t mdls | sed 's/10\/Times/12\/Times/g' | open -f -a PreviewThis works fine, too. The only problem -- and here's the real purpose of my question today -- is that
I'm going to use some very large numeric arrays for lookup tables and such. Can I substitute such an array with an ASCII85 encoded homogeneous number array? The arrays will only be used with the get operator, and will contain either 16 bit or 32 bit integers, or floating point numbers.
We have upgrade our computers to Win 7 64 bit & neither my PC Maclan or Postscript will install. I need Appletalk for the network protocol "talk" to the rip and the postscript level 2 to be able to install the printer.I haven't found any answers on the net.Is this hopeless?Chris
I'm going to use some very large numeric arrays for lookup tables and such. Can I substitute ASCII85 encoded homogeneous number arrays? The arrays will only be accessed with the get operator, and will contain 16 or 32 bit integers, or floating point numbers.
Hello,I would like to get some help, to make available the code for CE Vector Encoding.In the book: PostScript Language Reference Third Edition by Adobe, 1999, on page 349, Example 5.8 gives the Encoding for the ISOLatin1 character set.This example works and gives for the Hungarian language40 characters.However the Hungarian language consist of 44 characters.The missing characters are part of the CE Vector Encoding set.To be able to use the complete Hungarian language I WOULD LIKE TO HAVE THE CHANGES FOR THE CODE IN EXAMPLE 5.8 FOR THE CE ENCODING.I am not able to do it, and so far my search to obtain that is fruitless.I am using and promoting PostSrcipt on my own. I have at least15 presentation and papers in Canada, Hungary and the USA.YOUR HELP IS VERY-VERY MUCH APPRECIATED.Dr. Dezső NagyOttawa, ON.Canada1-613-729-7809
Dear Sir/Madam:I really need your help on use a spot to print. I am a newbie on EPS. I define a spot color as following:-----------------------------------------------------------%%DocumentCustomColors: (Spot8)%%+ (Spot7)%%+ (Spot6)%%+ (Spot5)%%+ (Spot4)%%+ (Spot3)%%+ (Spot2)%%+ (Spot1)%%CMYKCustomColor: 0 1 1 0.1000 (Spot8)%%+ 0.6000 0.8500 1 0 (Spot7)%%+ 1 0 1 0.2000 (Spot6)%%+ 1 0.2000 1 0.7000 (Spot5)%%+ 0.8837 0.7692 0 0 (Spot4)%%+ 0 0 0 1 (Spot3)%%+ 0.8837 0.7692 0 0 (Spot2)%%+ 0 0 0 1 (Spot1)-----------------------------------------------------------How can I call spot color to fill a graphic and send it to printer?I tried following and did not get any luck:-------------------------------- newpath 0 0 100 0 360 arc closepath(Spot2) fill--------------------------------The most important is to let printer know what spot color I am using.Best regards,James
Hey there,I'm unable to postscript my work due to following export error message "The adobe print engine has failed to output your data due to an unknown problem"Your assistance is much appreciatedKind RegardsCarl Lourenz
Hi there,I'm a software developer, and currently the system I'm working on produces postscript documents for invoices/orders etc. and I'm looking for a way to reduce the size of the postscript file. One simply way would be to re-use the same image (company logo, for example), rather than specifying it again for every page.The images are produced using the linux tool ps2pdf - the output is then chopped up so it literally only has the image producing code, and then dumped as-is into the document where the image is required. What I'd like to do is put this postscript image into a procedure, then call it with the height, width, x and y position whenever I need it. Doing this will drastically reduce down the PS file from MB sizes to KB sizes.This is an example of how the documents are currently produced: Postscript multiple images - Pastebin.comThis is an example of what I thought would work, with the image inside a procedure: Postscript multiple images - with procedure -
Hi everyone,I am trying to add a media type to a file that will be printing on a Nuevera press right now I have << /MediaType (Pre-cut Tabs) >> setpagedevice but when the file gets to press it having an issue with the fact that the stock has to be set up as an ordered stock at the press so Im thinking that I am missing a part in the setpagedevice that define the stock as an ordered stock. The tabs are 5 bank tabs.Thanks for any help!
Hi, I am using the Convert to Postscript script from: Library > Scripts > Printing Scripts. But when I drop a pdf file onto the app I have created the postscript file produced is right aligned with no trim marks down the right hand side. My question is where does the Convert to Postscript script get it's print settings from and is there a way to change them?Thanks,B
Hello,I am generating a ps file of a document using ps printer.on every page of the document i want to print my image.so please help me how to insert my image in ps file to print image on all pagesRegards,Vijay
We have an app that was written by a programmer that is no longer available to us. It is late 1990's vintage. The application used obsolete hardware and software, but it is so important to us that we would like to upgrade it.In essence, the program takes PS output generated by the very earliest generic printer driver and processes the file to an intermediate postscript file; then a pdf file; to produce a layout and distortion for flexo printing plates. The app runs on a Windows NT 4 Workstation computer. The postscript file is generated by printing a Coreldraw version 8 file running on the host machine.I would like to create this file by running it on a modern computer with Windows 7-64 bit with Coreldraw X7 (no longer supports saving to Corel 8). I want to eventually do away with the NT box and all non-current software.I am stuck trying to find different drivers than might create a compatible postscript file that the custom application can use. 
I have a .net app which converts multiple pdf files to one big PDF using postscript. For few PDFs while combining I get this error message. What is this means? How to fix it?ERROR: undefinedOFFENDING COMMAND: findresourceSTACK:/Adobe-Identity-dictionary--dictionary-/CIDFontObject-mark--dictionary-/Arial-dictionary--dictionary-9/C0_0101-dictionary
Please can someone help, I have a question in my coursework that I don't know the answer to! Explain how PostScript fits into the design process?
I need to print the first page of my bills on a specified pre printed bill form and the next Page i.e two or three on plain sheet. I have follwoing command line for Page switching.For First Page<</Duplex false/PageSize [595 842] /Tumble false /ManualFeed false /MediaPosition 0>> setpagedeviceFor Second Page<</Duplex false/PageSize [595 842] /Tumble false /ManualFeed false /MediaPosition 1>> setpagedeviceWhere Should I insert these lines in my PS FilePlease see my PS file here Dropbox - 1.PSThe first five page are single page bill that are to be printed in Bill form. the next bill is a two page bill so first page will be printed on bill form and the next on lain sheet.Kinldy Guide where should I place those lines
Hi,How may I show UTF-8 character signs? I'd like to show polish signs.I know there is something like CID fonts. I don't know what's all about it, however.Please help...
Hi to All,I have a code:/tt [[0 1 2] [10 11 12] [20 21 22]] deftt 0 get /ttr exch def % ttr = [0 1 2]ttr 2 777 put % ttr = [0 1 777]tt pstack % tt = [[0 1 777] [10 11 12] [20 21 22]]I thought tt should not be changed. But it is. Why is this? How may I avoid this?Thank you in advance,JackK
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
이미 계정이 있으신가요? 로그인
sso.login.detail.descriptionWithRegistrationLink
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
죄송합니다, 다운로드하려는 파일의 안전성을 확인하고 있습니다. 몇 분 뒤에 다시 시도해 주세요.
죄송합니다, 바이러스 스캐너가 이 파일이 안전하지 않다고 감지했습니다.