-
PyPI_0.2.5 Release: PyPI_0.2.5
# 0.2.4 -> 0.2.5 (22/07/2023) ## SLA - Fixed `SLA.stories()` when it asks for all existing stories. ## Document See commits 65132615, a6878fc, 899be579. - Added the method `style()` to return one or more existing styles. - Handle during load some attributes (`@ANZPAGES`, `@BORDERLEFT`, `@BORDERRIGHT`, `@BORDERTOP`, `@BORDERBOTTM`, `@KEYWORDS`, `@PAGEHEIGHT`, `@PAGEWIDTH`) that were handled only during export. ### CheckProfile See commit 304ee181. - During export, align attribute order to Scribus export order. ## Page objects ### Multiple page object types See commits 93cd2e60, bc10aaff. - Text flow mode for polygon, polyline and text objects (`@TEXTFLOWMODE`). - Object fill opacity (`@TransValue`). ### Texts #### Text-on-path See commits 7c9388ee, 98eeb71, 7b0fbd2. - Show the path (`@PLTSHOW`). - Offset of the path (`@BASEOF`). - Export story. ### Tables See commits 0f8cda21. - Table style (`PAGEOBJECT/@TableStyle`). Older attribute `TableObject.style` becames `TableObject.data_style` as it is for table data, not table itself. ### Images See commits 0f8cda21, 016ee58c. - Rendering intent for images (`@IRENDER`). - Inline image marker (`@isInlineImage`). - Page number (`@Pagenumber`). - Compression method (`@COMPRESSIONMETHOD` or `@CMethod`). ## Styles ### Paragraph See commits 8a130601, 0bf0c823, b4e38299. Fixed: - Setting defaults values. - Export of optical margins (`@OpticalMargins`) and leading (`LINESP`) settings. New handling: - Ordered lists numeration types. - Hyphenation consecutive lines (`@HyphenConsecutiveLines`). - Kerning (`@KERN`). - Leading (`LINESP`) in automatic mode. ### Cell See commit 11a78bc2. - During export, align attribute order to Scribus export order. ## Printing See commit 5bfebaca. ### PDF settings Fixed: - LPI settings not being exported. New handling: - Use LPI (`@UseLpi`) - PDF version (`@Version`) - Generating/Embedding objects (`@EmbedPDF`, `@Articles`, `@Bookmarks`, `@Thumbnails`) - Transformation settings (`@MirrorH`, `@MirrorV`, `@RotateDeg`) ### LPI Fixed: - Some attributes export (`@Frequency`, `@Angle`)