BoldDesk®Customer service software offering ticketing, live chat, and omnichannel support, starting at $49/mo. for 10 agents. Try it for free.
AI-based smart image color inversion for dark mode
That is, only the text/page background color is changed from black text on white background to white text on black background, while the color of the image is maintained.
Hi Shompinice,
Currently, we do not support color inversion for PDF pages in dark mode. Due to limitations in the native renderer even if the inversion were applied, it would affect all elements on the page, including images, as the native renderer processes each page as a single image during PDF rendering.
Regards,
Manoj Kumar
This is exactly why I'm looking for help, is it possible to identify the image area in it and remove the inversion through local AI. That is, actually output as 2 layers, in the inverted layer above, the part that needs to be subtracted is covered with a mask.
Hi Shompinice,
As mentioned previously, we currently do not support image extraction from PDF pages. We are using the PdfDocument native API for rendering, which does not provide capabilities for extracting images or inverting colors within the PDF content.
Please let us know if there’s anything else we can assist you with.
https://www.syncfusion.com/forums/189199/when-opening-a-file-with-many-pages-the-loading-speed-is-very-slow-and-the-following
you give the preview thumbnail in left, they are image
Hi Shompinice,
Yes, the preview thumbnails are images. Those images provided in the thumbnail using get images are images received from the PdfDocument native API that we are using in our component.