Add a support for the section-report format#106
Merged
hidakatsuya merged 20 commits intothinreports:masterfrom Nov 29, 2020
Merged
Add a support for the section-report format#106hidakatsuya merged 20 commits intothinreports:masterfrom
hidakatsuya merged 20 commits intothinreports:masterfrom
Conversation
- affect-bottom-margin - follow-stretch Co-authored-by: kosappi <kosaka.ryuichi@misoca.jp> Co-authored-by: Katsuya HIDAKA <hidakatsuya@gmail.com>
Co-authored-by: kosappi <kosaka.ryuichi@misoca.jp> Co-authored-by: Katsuya HIDAKA <hidakatsuya@gmail.com>
- Backword compatibility is kept. - Drawing size of image block and text block can be got. - Some attributes of an item can be changed at drawing. Co-authored-by: kosappi <kosaka.ryuichi@misoca.jp> Co-authored-by: Katsuya HIDAKA <hidakatsuya@gmail.com>
Co-authored-by: kosappi <kosaka.ryuichi@misoca.jp> Co-authored-by: Katsuya HIDAKA <hidakatsuya@gmail.com>
Co-authored-by: kosappi <kosaka.ryuichi@misoca.jp> Co-authored-by: Katsuya HIDAKA <hidakatsuya@gmail.com>
Co-authored-by: Katsuya HIDAKA <hidakatsuya@gmail.com>
Co-authored-by: Katsuya HIDAKA <hidakatsuya@gmail.com>
Co-authored-by: Katsuya HIDAKA <hidakatsuya@gmail.com>
Co-authored-by: Katsuya HIDAKA <hidakatsuya@gmail.com>
Co-authored-by: Katsuya HIDAKA <hidakatsuya@gmail.com>
Co-authored-by: Katsuya HIDAKA <hidakatsuya@gmail.com>
Co-authored-by: Katsuya HIDAKA <hidakatsuya@gmail.com>
Co-authored-by: Katsuya HIDAKA <hidakatsuya@gmail.com>
Co-authored-by: Katsuya HIDAKA <hidakatsuya@gmail.com>
Co-authored-by: Katsuya HIDAKA <hidakatsuya@gmail.com>
Co-authored-by: Katsuya HIDAKA <hidakatsuya@gmail.com>
Co-authored-by: Katsuya HIDAKA <hidakatsuya@gmail.com>
Co-authored-by: Katsuya HIDAKA <hidakatsuya@gmail.com>
Co-authored-by: Katsuya HIDAKA <hidakatsuya@gmail.com>
5d3eb39 to
da03fac
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Introduction
This pull request is one of the activities to support a new report type called section-report format. See Issue: Implement "New Report Type: Section Report" for the details.
Summary
This pull request adds a support for the section-report format proposed at the Issue: New Report Type: SectionReport to the generator.
Getting Started
Prerequisites
To generate PDF with the section-report format, you need a template (tlf) file for the section-report format. You have to use the new Thinreports Editor to create a template file for the section-report format.
Examples
Some example codes (Ruby codes, templates, and output PDFs) are listed at the Issue: Implement "New Report Type: Section Report".
Implementation Status
Here is the current implementation status based on the feature concept in Issue: New Report Type: SectionReport.
Not Implemented
fixed at the bottomproperty for footer sectionsAdditional Features
offset_xandoffset_yparameters for item position translationvertical-alignproperty istop.follow-stretchproperty, which specifies how to change the layout of an item according to the stretch of the section or the stack-view-rowKnown Issues