Replies: 3 comments
-
Beta Was this translation helpful? Give feedback.
-
Hi! @jsvine, thank you for your reply! You're right, when the curve uses the CMYK format, the color is normal! When the curve uses the RGB format, the value of non_stroking_color shows the following issues: The correct color is purple, but the value is [1]. This is the PDF I used for testing: |
Beta Was this translation helpful? Give feedback.
-
TEST 62 - trouse-fd7b74be16be80f5c0397ef382664f74.pdf: Here a Lab color space with three components is used. The latter two components may be negative. TEST 66 - IE_Logo_Vector-2dc8c79f1cea26d809275d24b699b7c0.pdf: Here Separation color spaces with a single component are used. |
Beta Was this translation helpful? Give feedback.
-
Hi Team,
I am trying to use the following JS code to convert the obtained non_stoking.color into RGB color for use in HTML.
`
`
But there are obvious color differences in the obtained colors.
![image](https://private-user-images.githubusercontent.com/46550365/371833479-f9b23bf4-5f46-4fbc-9304-ecaeb5ce2415.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk1NTc4MzAsIm5iZiI6MTczOTU1NzUzMCwicGF0aCI6Ii80NjU1MDM2NS8zNzE4MzM0NzktZjliMjNiZjQtNWY0Ni00ZmJjLTkzMDQtZWNhZWI1Y2UyNDE1LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTQlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE0VDE4MjUzMFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTdiMDZiZTczZjY1M2NlOGUwYjVkODllNjE4NjIxYmE2ZWM1NDIyMzRjYjRlZmNhODI1NGQyNDBhMTA5NTdlYmQmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.TfZC0RfeYJKFUwQ4VKL3lVvhqjfJokOa44yJQ8t1_84)
![image](https://private-user-images.githubusercontent.com/46550365/371833491-759684c0-56ab-4ca7-a481-2e9d1337590b.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk1NTc4MzAsIm5iZiI6MTczOTU1NzUzMCwicGF0aCI6Ii80NjU1MDM2NS8zNzE4MzM0OTEtNzU5Njg0YzAtNTZhYi00Y2E3LWE0ODEtMmU5ZDEzMzc1OTBiLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTQlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE0VDE4MjUzMFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTU2N2I0ZWZhNDg4MGZmYmRmY2IyMmM2Y2Q4YTU5ZDcwZWUwYTI0NTQ0NWZhZmE0NmU1ZGI0N2ZhMDZiNzYyNzAmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.MD4qEAWi602kn96y9YeNHU2IshIKCV0oJAZV4cfSb8Q)
pdf:
html:
This is the PDF I used for testing:
TEST 5 - 48in-Height-Chef-Supplies-Banner-d4-ced6f345009972ad3e50309422be6654.pdf
Does anyone know how to solve it? thank you
Beta Was this translation helpful? Give feedback.
All reactions