Attribute "media-col-database" #29
Replies: 2 comments
|
@paweljarosz82 media-col-database is in PWG5100.7. btw extensions has a lot of attributes so I'm trying to automate process. But pdf files are problematic. I'm trying to use docling to clean up text and convert to markdown. |
|
Good to know that you are working on adding features to the library. During my early stage work on adding features I've mentioned in the first post, problem appeared. `media-size :: media-size : no value media-size :: x-dimension : 1270 - 3527778 media-size :: y-dimension : 1270 - 3527778 :: : no value
I think the first one will brake current users codebase of the library. What do you think @danielklecha? |
Uh oh!
There was an error while loading. Please reload this page.
Hi Daniel,
Are there any plans to implement "media-col-database" attribute?
I have a side project to print labels on label printer. I have had it working with previous version 2.x.x of the SharpIppNext nuget package by parsing "raw attributes". Since raw attributes are no longer supported (or i'm missing something) i was thinking to implement it by myself. But ...
"media-col-database" is printer attribute of type "1setOf" collection. It contains list of media-col's supported by the printer.
... i can't find similar example of how to implement this "1setOf collection" type in the library ... so any suggestions are welcome how to do that.
I have already added "MediaColDatabase" field of type "MediaCol[]" to "PrinterDescriptionAttributes" class and "MediaColDatabase" constant to "PrinterAttribute" class.
And now I'm stuck with mappings.
Do you have any suggestions how to implement 1SetOf collection in your library?
All reactions