https://bugs.documentfoundation.org/show_bug.cgi?id=156693
Mike Kaganski <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|Printing and PDF export |filters and storage Ever confirmed|0 |1 Status|UNCONFIRMED |NEW Summary|Convert to pdf with page |IMPORT images: use image |size same as original input |size as page size |image/page size(real desire | |is from Emf to pdf) | --- Comment #9 from Mike Kaganski <[email protected]> --- The actual request here is completely correct, and is not related to the *conversion*, but to import: Whenever we import any file, we must use as much information in the file, as possible. When we import DOC, we import its page sizes; when we import PDF, we also import its page size (the first, when we talk about Draw import - bug 49787). The same must happen when we import any graphic file (PNG / SVF / EMF / ...). Whenever there is an information about the image size (for raster images, at least pixel size is always present, so may be used even in the absence of PPI info, based on "standard" pixel definition e.g. from CSS), we must not ignore it, as if we insert it into some default document. -- You are receiving this mail because: You are the assignee for the bug.
