Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Rendering issue: Type3 fonts are not currently supported #235

Closed
gunnsth opened this issue Jan 22, 2020 · 2 comments
Closed

[BUG] Rendering issue: Type3 fonts are not currently supported #235

gunnsth opened this issue Jan 22, 2020 · 2 comments
Labels
bug Something isn't working render

Comments

@gunnsth
Copy link
Contributor

gunnsth commented Jan 22, 2020

Description

When rendering the attached PDF there is an error. Problem seems to be lack of support for rendering Type 3 fonts.
Type 3 fonts have glyphs stored as PDF objects (content stream), so it should be fairly easy to support going forward.

Expected Behavior

Expected to run without issues and create an image rendering of the PDF page.

Actual Behavior

Steps to reproduce the behavior:
1, Run the rendering example

$ ./pdf_image_render out image_cliprect.pdf
2020/01/22 18:56:25 Image rendering error: Type3 fonts are not currently supported

Attachments

image_cliprect.pdf

@gunnsth gunnsth added the render label Jan 22, 2020
@gunnsth gunnsth added the bug Something isn't working label Jun 2, 2020
@3ace
Copy link

3ace commented Aug 7, 2024

@gunnsth I think this should no longer be an issue in latest code. here is the result of running the pdf_image_render.go against the attached pdf file

image_cliprect_1

@gunnsth
Copy link
Contributor Author

gunnsth commented Aug 7, 2024

Great, closing this then.

@gunnsth gunnsth closed this as completed Aug 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working render
Projects
None yet
Development

No branches or pull requests

2 participants