OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?
PDF Layout (0 viewing) 
Go to bottom Favoured: 0

PDF Layout

VlaDOS (Admin)
Admin
Posts: 133
graphgraph
User Offline Click here to see the profile of this user
Re:PDF Layout 1 Year, 8 Months ago
Karma: 3  
Hello. I will give you answers to your questions in installments as I process and correct errors.

1.The layout's title appears at the top left (see attached image). If you want it to be displayed anywhere else, you'll need to set up a custom field and enter the necessary data there.

2. I misled you a little bit before this. Our custom fields support HTML, but since the conversion between styles is done automatically by a third-party library, not all tags are supported. In your case, the code in your custom field should look like this:
Code:

<span style="text-align:center;">Your text</span>

It is also better to enter all style options using the style attribute.

3,4. Fixed.
Logged Logged
Last Edit: 2022/08/15 12:28 By VlaDOS.
The administrator has disabled public write access.
hansel (User)
Gold Boarder
Posts: 240
graphgraph
User Offline Click here to see the profile of this user
Re:PDF Layout 1 Year, 8 Months ago
Karma: 0  
I would like to summarize what is still not working in PDF instance layout :

5. Rows and columns are not css stylable in "Block Styling options"

6. Fields are not stylable independently for margin and padding. That means:
If I style the first field for margin and padding in styling options, all other fields get automatically the same margin and padding

10. Attached child entities are not getting shown
Logged Logged
The administrator has disabled public write access.
VlaDOS (Admin)
Admin
Posts: 133
graphgraph
User Offline Click here to see the profile of this user
Re:PDF Layout 1 Year, 8 Months ago
Karma: 3  
Hello. We are aware of you and have not forgotten about you. It's just that creating the structure and styling the PDF is a very complicated process.
Logged Logged
The administrator has disabled public write access.
hansel (User)
Gold Boarder
Posts: 240
graphgraph
User Offline Click here to see the profile of this user
Re:PDF Layout 1 Year, 8 Months ago
Karma: 0  
Sure. I can imagin it. My posting should be only a summary for myself as well. We have posted so many times and most of the things are solved already. I appreciate it and many thanks for it.

Do you know if it is possible to put a logo (jpg file) to a PDF Layout or does the pdf schemata only allows text?
Logged Logged
The administrator has disabled public write access.
VlaDOS (Admin)
Admin
Posts: 133
graphgraph
User Offline Click here to see the profile of this user
Re:PDF Layout 1 Year, 7 Months ago
Karma: 3  
Hello. You can insert the logo using HTML in the custom field. For example
Code:

<span><img src="http://your_site.com/images/imagefield_10_1491913656_1_300_200_resize.png"></span>
Logged Logged
The administrator has disabled public write access.
hansel (User)
Gold Boarder
Posts: 240
graphgraph
User Offline Click here to see the profile of this user
Re:PDF Layout 1 Year, 7 Months ago
Karma: 0  
It works, thank you.

Is there already any solution to show the child entities in PDF Layout?
Logged Logged
The administrator has disabled public write access.
Go to top
»