『アドビコミュニティフォーラム』に質問/トピックを投稿する方法
A community for PostScript users.
新着順
Adobe planned for printer manufacturer to use PDF Engine few years back Finally now you start see large digital printer manufactures like Xerox is releasing color 70+ Pages Per Minute print engine support PS 3 and PDF side by side. This is new for 2013!And it is expected to increase to all ranges of printers and all vendors. Does anybody see VDP/personalization applications developed which based on accepting data stream as PDF ! I know PlanetPress and GMC now supporting PDF input data stream side by side as raw data However I still see speed , more feature and control can only acheive if the data stream is raw data e.g. Text , ASCII , EBCDIC , CSV , TAB Delimited and XML CheersAdam.
I'm not sure how to explain this. Please pardon my code if it is bad or my terminology if it is wrong, as I'm a novice ps programmer.What I'm trying to do is draw a pattern of vertical lines, which I want to be based on a resolution of 100 dpi. If I write "72 100 div 1 scale" then I have changed the coordinate system so I have an effective horizontal resolution of 100 units per inch, is that correct? Is this the correct way to change the resolution of the coordinate system? In other words, can we really change the resolution of the user space (irrespective of the device space)? I understand that there are actually no dots in user space and dots do not actually exist until rasterization, but please pardon my use of the term dpi to mean units of the coordinate system when I refer to the user space.My goal is to render graphics that will come out accurately on a printer. Since most laser printers have a resolution that is a multiple of 100, then I reason that during rasterization lines si
I have a three page PS file. In order to save printing cost I am trying to compress it in 1st Page (i.e in one Page).I converted it into one page, However I am encountered with one Error 'No Page Numbering Available'I am using GS View to see Post Script file. The fisrt page looks fine as I needed. However when I click for the next page, it comes empty (In fact it should not come) and when I click back, it gives error 'No page Numbering available'Kinldy Guide what text I have to insert/Delete and Where ?Here's my original PS Filehttps://www.dropbox.com/s/5yucai4bmc5so4u/Original-1019300445.psHere's my Compressed Ps Filehttps://www.dropbox.com/s/8zlamtw02k1f8fq/Compressed-1019300445.psThanks
Is it possible to attach a logo or a photograph (JPG or Bitmap) on a PS file.Will JPG needs to be converted into PS code for this ?How ?
Hi,Any one knows the way to get Color intensity/ pixel values from image operator?Example: I need to find minimum and maximum intensity values in image object created by image operator?Thanks in advance,S.Sudhagar
Hi all,i tried to redefine /EndPage procedue in Currentpagedevice as follows.<</EndPage{%Calling another procedure "Myproc"Myproc}>> setpagedeviceIs this correct way of doing this stuff?Regards,S.Sudhagar
I have a post script file of two pages. Page Number 1 is the Bill and Page two is the detail about the Bill. If one could see that there is enough Space in the box on Page one in which details of page 2 can be accomodated so that there is minimum paper wastage.So, using a program I reprocessed Page No. 2 deleted my unwanted Data and tried to fit it inside Box of Page Number 1. For some of PS files , I got success. But for some I am wondering that no image is displayed even I have placed the all the text before U1 (show command of Page Number-1).Kindly Guide, where I am going wrong. What else insertion would be required to display the text of page on page 1Here’s my original PS file for which I am getting problem.https://www.dropbox.com/s/ri2phl3n32m4gaw/1013850626.psHere is a PS file Which I reprocessed and got successhttps://www.dropbox.com/s/n7hzxhfjdb71riq/Sucess.rarHere is the reprocessed contents of Page 2 of a post script with I need to include in Page 1, but the page is no
Hi,I am used below Post Script code to set the PDF Initial view Magnification be Fit Width but it won’t work.[ /PageMode /UseOutlines /Page 1 /View [/FitB] /DOCVIEW pdfmarkBut when I am tried for Fit Page it will workScript for Fit Page (Working)[ /PageMode /UseOutlines /Page 1 /View [/Fit] /DOCVIEW pdfmarkScript for Fit Width (Not Working)[ /PageMode /UseOutlines /Page 1 /View [/FitB] /DOCVIEW pdfmarkNote:When I am tried in alternative way with help of {Catalog} /PUT pdfmark the Fit Width will work but not updated in Initial View Magnification field. But Fit Page will work and also updated in the Initial View Magnification field.Script for {Catalog} Fit Page:[ {Catalog} <<View [/Fit]/Page 1>> /PUT pdfmarkScript for {Catalog} Fit Width:[ {Catalog} <<View [/FitB]/Page 1>> /PUT pdfmarkWhen I am open this same PDF in Adobe Reader the zoom level will be in FIT WIDTH only for {Catalog} Fit Width. Screen shot for Fit Page. Screen shot for Fit
Hi ,im using the following code that i found in the internet to create a watermark for PS file %!PS<</BeginPage {save 200 100 moveto 60 rotate/Times-Roman findfont 140 scalefont setfont0.9 setgray (DRAFT) showrestore}>> setpagedevicethe problem is that when i have an image background the watermark is not appearing ontop of ithow can i make the watermark text appear ontop of the image ?thanksthe image section is as follow302 618 1829 1641 CLGS 302 618 translate 1829 1641 scalesave1829 1641 1829 1641 8 0 -0 IMffffffffffff8dff19eaffffffffffffffffffffffffffff0aff19eaffffffff..............................e1ff36eaffffffffffffffffffffffffedff36eaffffffffffffffffffff71ffrestoreGR
Hi,How can we obtain bounding box of the graphic object generated by fill etc.,i tried with "pathbbox" it will provide the exact x,y position but iam not able to get the height and width of the object.Regards,S.Sudhagar
I have issue with sethalftone in the following script can any one let me know wats the wrong with the script !!!!%!PS/mycolorhalftone 6 dict defmycolorhalftone begin/Cyan <</HalftoneType 1/Frequency 150/Angle 15/SpotFunction { dup mul exch dup mul add 1 exch sub } >> def/Magenta <</HalftoneType 1/Frequency 150/Angle 105/SpotFunction { dup mul exch dup mul add 1 exch sub } >> def/Yellow <</HalftoneType 1/Frequency 150/Angle 90/SpotFunction { dup mul exch dup mul add 1 exch sub } >> def/Black <</HalftoneType 1/Frequency 150/Angle 45/SpotFunction { dup mul exch dup mul add 1 exch sub } >> def/Default <</HalftoneType 1/Frequency 150/Angle 45/SpotFunction { dup mul exch dup mul add 1 exch sub } >> defendmycolorhalftone sethalftone
Hi all,Can we able to detect the overlapping objects in postscript?
Is it possible to print 2D barcodes in postscript? How is this accomplished?
Hi.To extract Purchase Order number from postscript file after Cristal Report 8.5 in current environment (Windows 2003 (32 bit.), Cristal report 8.5)we re parsing this file with gawk/awk and renaming file using this number, as result Vendor will receive .pdf file named as PO number.Same task for Cristal Report 11.5 fails (Windows 8 (64 bit), Cristal Report 11.5, Virtual printer Apple(or HP), gawk/awk does not work.Could you please let us know what technology we can use to extract this information now.Thanks.
I am not able to perform Psselect & PSnup on Pst Script file.Kinldy look at my samle file athttps://www.dropbox.com/s/nt6zd59zxzvv9sw/1010459937.psI want to keep my first page as it is with no change, but want to merge the 2nd and 3rd Page.Kinldly Guide how to do this using psselect and psnupRegardscode.box@rediffmail.com
I am wanting to convert some of my PM files to PDF. I know I need a PostScript printer driver to do so, but when I go to Adobe downloads I can't find one. I have clicked on several links that I thought would download the driver (b/c it said click here to download), but they have all sent me back to the downloads home page.....someone please help me out of this loop.
How to incorporate Peter Lerup Printfile for Printing PS file throgh Windows.I need the command Line to print files whose names are kept in a txt fileAny Idea,Thnks
Dear all,Using pdfmark syntax we are creating tagged pdf. We are placing pdfmark syntax in postscript file.After pdf creation i found that the text is appearing without spacing in the Acrobat PDF tagged panel.Please find the screen shot and PDFmark syntax in postscript [/Subtype /P /Class /CM4 /StPNE pdfmark[/StBMC pdfmark[/_objdef {C4} /type /dict /OBJ pdfmark[{C4} <</O /Layout /SpaceAfter 1 /SpaceBefore 3 /TextAlign /Left>>/PUT pdfmark[/CM4 {C4} /StClassMap pdfmark/f2 /AdvPS-UTR 175.73 0 0 -175.73 0 0 MFsv 334 Y -1888(Our)D 366(civili)D 380(zation)D 555(has)D 334(managed)D 799(to)D220(pollute)D 621(our)D 334(water)D 504(supplie)D 587(s)D 135(to)D 220(the)D315(point)D 486(where)D 548(we)D 284(have)D r[/EMC pdfmark[/StPop pdfmarkPlease help me!!!!Regards,JKV
Does windows 8 can produce a redeable postscript file? It makes an emmbedded image file, wich is useless for my purposes.
Hi All,I am planning to go with the postscript programming to merge multiple tiff files into single page tiff image file. Is this the right language to go with this plan?OR,This can be used only to merge tiff images to postscript file and directly send to the printer?A valuable advice before to go with the plan is highly appreciatable...Thanks & Regards,Madhav.
I have an old (expensive) printer (no drivers for win 7) that is a postscript printer. I have a ppd file for it and two inf files for other windows os (2000, xp). The printer is networked off a 32 bit xp win server. The win 7 box(es) can't install the xp drivers because they are 32 bit. BUT. This is a postscript printer and the postscript driver software (dll's ?) in win 7 should work ok IF I can get the existing inf files adjusted to point to the ppd that I have. These are both text files and therefore the 32 bit vs 64 bit issues should not be a problem. How do I hack the inf files so that they a) refer to the ppd file I have and b) match the OS (win 7) I need to use them on? I realize this may be a naive question, so what am I missing? Where would there be a 32/64 bit problem if there is one?
Hi,How do I create a postscript job to load postscript fonts to an Ricoh IP5000 printer?
Hi all,I have wrote a little EPS-file, which generates a number, if the EPS file is placed on every page in Indesign and print out in a PostScript file. The number changes depending of the page count of the Indesign document and increases from 1 up to 15000000 - so the number may have up to 8 digits. So far so good, the EPS works well.The problem:I want to mark the number with a thousands separator sign like a point, so the EPS delivers me the numbers in the following way:from 1 to 999 without pointfrom 1.000 to 999.999 with a point in front of the last 3 digitsfrom 1.000.000 to ...... with a point in front of the last 3 digits and 6 digits and so onI don't know how I may solve this problem. Would be glad for help.Yosimo%!PS-Adobe-3.1 EPSF-3.0%%Title: (counter.eps)%%BoundingBox: 0 0 400 60 %%DocumentNeededResources: (atend)%%DocumentSuppliedResources: (atend)%%Page: 1 1/SpecialInjectData where{ pop /stringBuffer 10 string def &
Hello I am trying to download and install the postscript drivers for my vista computer in order to produce invocies in PDF for my small business. Unfortunately on installation an error box "severe" pops up after hitting the run button after downloading. Does anyone have any suggestions on why this is happening and how I can rectify this, please.Many thanks
Do we have any method/procedure to capture the current page information in printer. after painting before rendering ?
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
すでにアカウントをお持ちですか?ログイン
アカウントをお持ちではありませんか? アカウントを作成
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
申し訳ございません。このファイルは、ダウンロードしても安全かどうか、内容を確認中です。数分後にもう一度お試しください。
申し訳ございませんが、当社のウイルススキャナは、このファイルをダウンロードすることは安全ではないと検出しました。