You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I am styling a template for technical documents, and want to use the standard scientific table form (thick line separates header and footer, hairlines in between rows). The minimal line thickness is rather high though. The thinnest lines I could achieve are:
Using this CSS:
/* set width of bottom table separator line */table.grid-all>tbody>tr:last-child>.tableblock,table.grid-all>thead:last-child>tr>.tableblock,table.grid-rows>tbody>tr:last-child>.tableblock,table.grid-rows>thead:last-child>tr>.tableblock {
border-bottom-width:2px;
}
/* set width of inner table separator line */table.grid-rows>thead>tr>.tableblock,table.grid-rows>tbody>tr>.tableblock {
border-width:001px0;
}*/
When checking the resulting PDF on different PDF readers, the thin lines usually appear thicker than the font and always have a fixed pixel width, unlike fonts that use anti-aliasing (or whatever using half-shaded pixel is called).
Is there way to bring down that minimal thickness? Other units like em, pt, etc. and decimal values have not worked for me. thin gives the same result as 1px it seems like.
This discussion was converted from issue #689 on July 06, 2023 21:18.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi, I am styling a template for technical documents, and want to use the standard scientific table form (thick line separates header and footer, hairlines in between rows). The minimal line thickness is rather high though. The thinnest lines I could achieve are:
![image](https://private-user-images.githubusercontent.com/95616936/251071805-c1b9d10d-bbea-4154-8ce8-9267c246b4c2.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkwMzc3OTcsIm5iZiI6MTczOTAzNzQ5NywicGF0aCI6Ii85NTYxNjkzNi8yNTEwNzE4MDUtYzFiOWQxMGQtYmJlYS00MTU0LThjZTgtOTI2N2MyNDZiNGMyLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDglMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA4VDE3NTgxN1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTBlMDRkMTQ1MjUzMGQyMTQyYWNkZjQ0MzBhZjVhZmU0NzNmZjIxYTc5NTYwMWRmOTQzNTRhNzdjNGM2NjkxMmImWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.ycgrn6oSqOi70oR4Jt-Z9swEC1gM5gRS4QWEix9AqI0)
Using this CSS:
When checking the resulting PDF on different PDF readers, the thin lines usually appear thicker than the font and always have a fixed pixel width, unlike fonts that use anti-aliasing (or whatever using half-shaded pixel is called).
Is there way to bring down that minimal thickness? Other units like em, pt, etc. and decimal values have not worked for me.
thin
gives the same result as1px
it seems like.Beta Was this translation helpful? Give feedback.
All reactions