1 Jul 2002 07:56
Todo a $10
The Closet <e-ads <at> icamos.com>
2002-07-01 05:56:18 GMT
2002-07-01 05:56:18 GMT
E-ADS / E-CARDS por ICAMOS MARKETING
Si desea ser removido, por favor envíe un e-mail a info <at> icamos.com
E-ADS / E-CARDS por ICAMOS MARKETING
Si desea ser removido, por favor envíe un e-mail a info <at> icamos.com
Peter, The new devs.mak compiles both pdftext and pdxtext. These 2 versions define different data structures for same type names, pdf_font_descriptor_s is an example. MSVC gets confused with it, so that the debugger shows pdxtext data types instead pdftext data types, and the debugging of pdftext isn't longer possible. To work around I locally replaced $(DD)pdtext.dev : $(DEVS_MAK) $(ECHOGS_MAK) $(DD)pdftext.dev $(DD)pdxtext.dev $(SETMOD) $(DD)pdtext -include $(DD)pdftext with $(DD)pdtext.dev : $(DEVS_MAK) $(ECHOGS_MAK) $(DD)pdftext.dev $(SETMOD) $(DD)pdtext -include $(DD)pdftext Can you change the logics of pdftext/pdxtext selection for fixing it ? Thank you. Igor.
The mac-gs-bugs list is deprecated; all bug reports relating to Ghostscript on MacOS should be sent to the mac-gs list instead. See http://ghostscript.com/mailman/listinfo/mac-gs/ for information on subscribing. We'll forward your post if it's appropriate, or you can resend yourself. Thanks for the submission.
Hello, Setting the switch to 1.1 helps to solve some conversion problems with epstopdf (as far as I could test with 7.03, either bitmap eps or with some Times-Roman fonts from xfig on screen display). This switch seems undocumented, so the current solution is to print a warning. Could it be set in the tex2pdf script without reluctance (in other terms, can it be harmful or even inefficient for normal use ?). Please reply personnaly, I'm not subscribed to the list. Regards. -- -- J.P. Chretien ONERA/DCSD Systems Control and Flight Dynamics Department CERT - B.P. 4025 - 31055 TOULOUSE CEDEX 4 - France Phone +33 5.62.25.29.05 - Fax +33 5.62.25.25.64 http://www.cert.fr/dcsd/
SUMMARY ------- Total sourceforge bugs : 103 New sourceforge bugs : 08 Closed sourceforge bugs : 08 New potential bugs : 00 Open potential bugs : 02 Fixed potential bugs : 00 New customer bugs : 06 Open customer bugs : 26 Fixed customer bugs : 02 New top-ten bugs : 01 Open top-ten bugs : 07 Fixed top-ten bugs : 00 Closers : rayjj (2), raph (1), lpd (1), igorm (2), jeong (1), ghostgum (1) NEW BUGS -------- #576572 - CUSTOMER - /typecheck in --astore-- customer: #580 assigned: raph File fn2995.pdf fails on pages 5 and 6 with /typecheck in --astore--. All other pages work fine. Raph has submitted a patch to codereview for this problem. #576574 - CUSTOMER - /undefined in 4hh`^ customer: #580 assign: rayjj? File 230753893EP452.ps fails with /undefined in 4hh`^. #576577 - CUSTOMER - /stackunderflow in --pop-- customer: #580 assign: rayjj? File grid_example_spread.ps fails with /stackunderflow in --pop--. #576586 - CUSTOMER - word spacing incorrect in pdf customer: #580 assign: rayjj? In file 2698-flyer-032702 - for upload.pdf the spacing of the words in teh boxes on page 2 is incorrect. It looks like they are spaced to fill the page, not the boxes they are in. Acrobat Reader 5 displays this file correctly. #576591 - TOPTEN - footnotes rendered incorrectly customer: #1110 assign: rayjj? In file badcharsize.pdf, the footnotes under the table are rendered much too large. #576615 - CUSTOMER - segfault in pdf14_put_image customer: #1 assign: raph? File Ill9_CMYK.pdf segafults. in pdf14_put_image. #576651 - USER - ghostscript fails with some unicode char assign: rayjj? The file unicodeexample.pdf fails on page 2-4 with /stackoverflow in --roll--. OPEN POTENTIAL ISSUES --------------------- #458780 - raph - Illustrator 9 transparency rangecheck #558857 - igorm - PDF image written with insufficient data OPEN CUSTOMER ISSUES -------------------- #493348 - rayjj - Add image smoothing for better display #513905 - rayjj - cas.ps does not work with recent gs #552949 - igorm - pdfwrite produces bigger pdf than adobe (assigned to peter) #553812 - rayjj - Extra >> not handled adequately #567487 - rayjj - Incorrect garbage collection #567604 - jackiem - missing characters with -c save pop #567612 - rayjj - stream length incorrect #567773 - jeong - CIE color errors #570181 - jeong - tiff24nc driver produces extra lines #570772 - rayjj - garbled image in native color mode #570800 - rayjj - /ioerror in --%image_file_continue-- #570816 - rayjj - /syntaxerror in -file- #570829 - jeong - rectangles missing from postscript OPEN TOP-TEN ISSUES ------------------- #458775 - raph - Illustrator 9 shading/masking bugs #529578 - lpd - (pdfwrite) Bad font from pdfwrite - chars invisible #535366 - raph - /VMerror in .pushpdf14devicefilter #535752 - raph - incorrect pdf rendering with pdf1.4 #549307 - dancoby - Problem with bogus Photoshop tint trans. #570217 - rayjj - /undefinedresource in --findresource--
> From: Jack Moffitt [mailto:jack <at> artifex.com] > Sent: Wednesday, July 03, 2002 6:58 PM > To: gs-devel <at> ghostscript.com > Cc: tech <at> artifex.com; miles <at> artifex.com > Subject: bug status report - 07-03-2002 > OPEN POTENTIAL ISSUES > #558857 - igorm - PDF image written with insufficient data I've closed it. Igor.
Hi.
This is me again with another question :)
I have a PostScript file with four pages, organized this way:
Page 1: Cyan mask
Page 2: Magenta mask
Page 3: Yellow mask
Page 4: Black mask
I want to mix these pages into a single PDF page.
Any ideas ??
Thanks a lot for your time.
MIGUEL ANGEL CASTELLANOS BURGOS
migcas <at> eltiempo.com.co
Ingeniero de proyecto Senior
Nuevos Medios
Casa Editorial EL TIEMPO
Tel: (571) 4266550, ext 5115
Miguel, > I have a PostScript file with four pages, organized this way: > > Page 1: Cyan mask > Page 2: Magenta mask > Page 3: Yellow mask > Page 4: Black mask > > I want to mix these pages into a single PDF page. If the file is DCS 2.0, then epstool will allow you to render each page to a greyscale bitmap, then combine them into a CMYK bitmap, then write it out as an EPS composite page. If it is ordinary PostScript, then epstool won't do it. There are some PostScript methods for rendering only some colours (Separation colour spaces)while leaving the others alone, which would allow you to render one colour at a time, but I don't know if this is supported by ghostscript. Russell Lang gsview <at> ghostgum.com.au Ghostgum Software Pty Ltd http://www.ghostgum.com.au/
Your fix is completely reasonable. It is unfortunate that MSVC has the limitation that it cannot compile multiple files with conflicting names even if only a non-conflicting subset is actually linked into the executable. I will change the comments in devs.mak so that it normally only compiles whichever of pdftext or pdxtext is actually being linked. -- -- L. Peter Deutsch | Aladdin Enterprises | 203 Santa Margarita Ave. ghost <at> aladdin.com | http://www.aladdin.com | Menlo Park, CA 94025 No government censorship of software! Oppose the CBDTPA! www.eff.org
Miguel and Russell, Ghostscript does not yet support the /Overprint flag of Separation color space. Once it does, then it will be fairly easy to merge individual C, M, Y and K planes into a CMYK composite. This feature is planned for 8.0 along with support for DeviceN color spaces. We are nearing a commit to CVS with the DeviceN merged code and will have a tester release within a few weeks. The 8.0 release is expected by September (my best guess) but could beat that date, or (hopefully not) be later. Regards, Ray Johnston Artifex Software Inc. ________________________________________________________________ Russell Lang wrote: > > Miguel, > > > I have a PostScript file with four pages, organized this way: > > > > Page 1: Cyan mask > > Page 2: Magenta mask > > Page 3: Yellow mask > > Page 4: Black mask > > > > I want to mix these pages into a single PDF page. > > If the file is DCS 2.0, then epstool will allow you to > render each page to a greyscale bitmap, then combine them > into a CMYK bitmap, then write it out as an EPS composite > page. If it is ordinary PostScript, then epstool won't do > it. > > There are some PostScript methods for rendering only some > colours (Separation colour spaces)while leaving the others > alone, which would allow you to render one colour at a > time, but I don't know if this is supported by ghostscript. > > Russell Lang gsview <at> ghostgum.com.au > Ghostgum Software Pty Ltd http://www.ghostgum.com.au/ > > _______________________________________________ > gs-devel mailing list > gs-devel <at> ghostscript.com > http://www.ghostscript.com/mailman/listinfo/gs-devel
RSS Feed6 | |
|---|---|
24 | |
6 | |
18 | |
20 | |
10 | |
10 | |
30 | |
14 | |
17 | |
17 | |
36 | |
9 | |
11 | |
29 | |
17 | |
13 | |
10 | |
16 | |
18 | |
12 | |
19 | |
7 | |
11 | |
30 | |
25 | |
27 | |
24 | |
9 | |
22 | |
5 | |
5 | |
36 | |
13 | |
7 | |
12 | |
7 | |
20 | |
32 | |
8 | |
2 | |
13 | |
28 | |
35 | |
25 | |
13 | |
38 | |
39 | |
107 | |
53 | |
39 | |
85 | |
148 | |
17 | |
9 | |
12 | |
51 | |
47 | |
41 | |
10 | |
23 | |
13 | |
20 | |
14 | |
25 | |
14 | |
84 | |
38 | |
25 | |
57 | |
36 | |
29 | |
79 | |
38 | |
12 | |
10 | |
13 | |
2 | |
4 | |
4 | |
1 | |
5 | |
7 | |
9 | |
9 | |
10 | |
17 | |
15 | |
9 | |
8 | |
7 | |
9 | |
7 | |
3 | |
1 | |
15 | |
13 | |
19 | |
17 | |
15 | |
21 | |
23 | |
13 | |
11 | |
20 | |
10 | |
10 | |
19 | |
18 | |
40 | |
59 | |
41 | |
59 | |
62 | |
25 | |
14 | |
38 | |
24 | |
43 | |
42 | |
74 | |
52 | |
43 | |
47 | |
54 | |
83 | |
91 | |
60 | |
63 | |
55 | |
34 |