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

[FEATURE] Vectorized image from SVG file for use with creator #179

Closed
gunnsth opened this issue Oct 4, 2019 · 2 comments
Closed

[FEATURE] Vectorized image from SVG file for use with creator #179

gunnsth opened this issue Oct 4, 2019 · 2 comments
Labels

Comments

@gunnsth
Copy link
Contributor

gunnsth commented Oct 4, 2019

Is your feature request related to a problem? Please describe.
The use case is to load an SVG vectorized graphic and display as a vectorized graphic in PDF.
SVG is in many ways similar to the operands used in PDF content streams.

Describe the solution you'd like
The SVG should be converted into a PDF content stream operands. It should be possible to apply basic transformations to it such as scaling, rotating (or apply a transformation matrix). It would behave similar to an image such that an absolute position could be set or relative mode used.

It would make sense to focus on a subset of SVG operators as the full set is quite extensive and some operators may not make sense in PDF.

Describe alternatives you've considered
N/A

Additional context
N/A

@gunnsth gunnsth added feature New feature creator labels Jun 2, 2020
@sampila
Copy link
Collaborator

sampila commented Aug 8, 2024

We added basic SVG support on version https://github.com/unidoc/unipdf/releases/tag/v3.41.0

@anovik
Copy link

anovik commented Nov 24, 2024

We added support for basic SVG transformations for version https://github.com/unidoc/unipdf/releases/tag/v3.64.0

So basic SVG operations are now supported and I am closing this issue.

@anovik anovik closed this as completed Nov 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants