Search found 512 matches

by julien_lacour
Tue Dec 20, 2022 3:49 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Images in PDF scales and occupy full width of the page
Replies: 8
Views: 1227

Re: Images in PDF scales and occupy full width of the page

Hello,

Normally images should keep their original or scaled size (except if they are bigger than the page size), maybe you have a CSS rule setting their width to 100%.
For more information, you can also take a look at the Images and Figures topic from our user-guide.

Regards,
Julien
by julien_lacour
Fri Dec 16, 2022 10:35 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Customize TOC
Replies: 3
Views: 666

Re: Customize TOC

Hello, Which transformation scenario are you using? The attribute-sets solution is valid for the DITA Map PDF - based on XSL-FO scenario: <xsl:attribute-set name ="__lotf__heading" use-attribute-sets="__toc__header"> <xsl:attribute name="font-size">40pt</xsl:attribute> ...
by julien_lacour
Fri Dec 16, 2022 10:18 am
Forum: Other Issues
Topic: <alt> element text is not publishing in PDF output.
Replies: 1
Views: 497

Re: <alt> element text is not publishing in PDF output.

Hello,

You need to activate accessibility in the plugins/org.dita.pdf2.fop/cfg/fop.xconf file:

Code: Select all

<accessibility>true</accessibility>
Regards,
Julien
by julien_lacour
Thu Dec 15, 2022 3:31 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: External web links in footer
Replies: 4
Views: 594

Re: External web links in footer

Hello, There is a workaround, you can use the SVG method to add two links: <svg width="50" height="40" viewBox="0 0 50 40" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <a xlink:href="https://www.oxygenxml.com/&q...
by julien_lacour
Wed Dec 14, 2022 1:21 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Content to be published in Cover page and Rest of the document
Replies: 3
Views: 528

Re: Content to be published in Cover page and Rest of the document

Hello, It is of course possible to show dynamic content in the page headings. You can add metadata in your DITA content and gather it with the oxy_xpath() function. See How to Show Metadata in the Header or Footer from our user-guide for more information. You can also find other examples in the How ...
by julien_lacour
Tue Dec 13, 2022 3:34 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: External web links in footer
Replies: 4
Views: 594

Re: External web links in footer

Hello,

You can check in our user-guide how to add a link in headers and footers (note there are two methods).
For the display, you can take a look at my answer on this post.

Regards,
Julien
by julien_lacour
Tue Dec 13, 2022 3:31 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Content to be published in Cover page and Rest of the document
Replies: 3
Views: 528

Re: Content to be published in Cover page and Rest of the document

Hello, You need to override the front-page built-in CSS rules and create a multi-line content . @page front-page { @bottom-right { content: "Doc No.-101 \A Version A.1 \A December 2022"; } } For the other pages, you will need to override the chapter page definition : @page chapter:first:le...
by julien_lacour
Mon Dec 12, 2022 3:29 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Customizing pdf output - css or xsl-fo?
Replies: 2
Views: 605

Re: Customizing pdf output - css or xsl-fo?

Hello, It mainly depends on your knowledge: if you don't have any of CSS or XSLT knowledge you should prefer the CSS transformation which is easier to learn. The XSL-FO transformation on the other side allow a more advanced customization but is harder to create. Besides that, if you are transforming...
by julien_lacour
Mon Dec 12, 2022 11:57 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Example CSS file
Replies: 2
Views: 429

Re: Example CSS file

Hello, Besides Oxygen Styles Basket, you can take a look at our webinars: Transforming XML and HTML documents to PDF using CSS Transforming DITA documents to PDF using CSS You can also access to all the CSS specification by searching the web with either MDN or W3C keyword. Here are some examples: &q...
by julien_lacour
Thu Dec 08, 2022 12:53 pm
Forum: Feature Request
Topic: Do not create the indexTerms.html file when webhelp.show.indexterms.link==no
Replies: 4
Views: 1318

Re: Do not create the indexTerms.html file when webhelp.show.indexterms.link==no

Hi Chris, I added your vote to the issue, as a workaround you can create an additional plugin that overrides the 'whr-create-indexterms-page' Ant target. I already did such plugin, you can use it as a starting point: com.oxygenxml.webhelp.responsive.custom.zip If you want the indexterm page on some ...
by julien_lacour
Thu Dec 08, 2022 10:51 am
Forum: Common Problems
Topic: Custom icons before the text
Replies: 6
Views: 1076

Re: Custom icons before the text

Hello,

If you want to change standard DITA <note> element, you can follow this topic from our user-guide.
If this topic is unclear, don't hesitate to give your feedback, it will help us make the user-guide better!

Regards,
Julien
by julien_lacour
Wed Dec 07, 2022 1:33 pm
Forum: Common Problems
Topic: How to style TOC elements - both in the TOC and within the document?
Replies: 3
Views: 650

Re: How to style TOC elements - both in the TOC and within the document?

Hello, I added an issue related to reset inline elements in TOC, I will notify this thread once resolved. Until then you can repair it by using an XSLT extension, don't worry I already created it and the publishing template declaring it. I also created a custom.css stylesheet that change the TOC dep...
by julien_lacour
Wed Dec 07, 2022 10:53 am
Forum: Common Problems
Topic: How to make "zero indent" for List of Tables and List of Figures in the table of contents?
Replies: 2
Views: 475

Re: How to make "zero indent" for List of Tables and List of Figures in the table of contents?

Hello, This happens because figurelist and tablelist inherit from topicref (see DITA specs for figurelist and tablelist ). You can override this by adding this rule to your CSS customization: *[class ~= "bookmap/figurelist"], *[class ~= "bookmap/tablelist"] { margin-left: 0 !impo...
by julien_lacour
Tue Dec 06, 2022 6:05 pm
Forum: Common Problems
Topic: deep-chapter-scope without numbering sections or stopping at a point
Replies: 1
Views: 456

Re: deep-chapter-scope without numbering sections or stopping at a point

Hello, I tried to create a sample with the given CSS and the numbering look correct to me. deep-chapter-scope.zip Could you indicate which structure your ditamap have, you can start from my sample and update it to reproduce the error. Then I will be able to analyze and fix any problem. Regards, Julien
by julien_lacour
Tue Dec 06, 2022 4:12 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Tabs turn into spaces in PDF transformation
Replies: 1
Views: 413

Re: Tabs turn into spaces in PDF transformation

Hi Cindy, I will answer here for visibility and because it is Oxygen related: By default we don't keep the tab character in the PDF transformation because in either PDF XSL-FO or PDF HTML5&CSS transformation the tab conversion is 1 to 1 (meaning that one tab in DITA will lead to one space in PDF...
by julien_lacour
Mon Dec 05, 2022 1:49 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: An error occurs when I publish a table with split rows
Replies: 1
Views: 348

Re: An error occurs when I publish a table with split rows

Hello, Could you indicate which version of Oxygen you are currently using? Also if you can provide the sample you are using to obtain this output, it will help us analyzing the problem and fixing it. I tried with the following sample and the outputs look fine to me: <table frame="all" rows...
by julien_lacour
Mon Dec 05, 2022 11:57 am
Forum: Common Problems
Topic: Forced prohibition of breaking tables/table cells?
Replies: 1
Views: 441

Re: Forced prohibition of breaking tables/table cells?

Behold everyone! Where do you want to forbid these breaks? If you are using the DITA Map PDF - based on HTML5 & CSS transformation scenario you can use the page-break-before / page-break-after / page-break-inside properties (or their equivalent break-before/break-after/break-inside). For example...
by julien_lacour
Tue Nov 29, 2022 5:57 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: An error is reported when exporting a PDF document
Replies: 6
Views: 643

Re: An error is reported when exporting a PDF document

Hello, The original error is the following one: [java] 12998 FATAL [ main ] com.oxygenxml.chemistry.OxygenPDFChemistry - Error: com.oxygenxml.chemistry.stages.StageException "null:6978:112: The column-number or number of cells in the row overflows the number of fo:table-columns specified for th...
by julien_lacour
Tue Nov 29, 2022 5:19 pm
Forum: Feature Request
Topic: CSS: Support for value "double" in "text-decoration-style"
Replies: 2
Views: 1161

Re: CSS: Support for value "double" in "text-decoration-style"

Hello,

I added an issue related to text-decoration-style: double support, thank you for your reporting.

I added your vote to the feature request related to text-decoration-skip-ink, text-decoration-skip is still experimental, we will see what happens with it in the future CSS Specs.

Regards,
Julien
by julien_lacour
Tue Nov 29, 2022 5:01 pm
Forum: Common Problems
Topic: Fallback font applied too far in PDF output
Replies: 4
Views: 1433

Re: Fallback font applied too far in PDF output

Hello,

We are aware of this issue and I already added your vote to it.
As a workaround you can add a Zero Width Space (&#x200b;) character after the &#x2997; character.

Regards,
Julien
by julien_lacour
Tue Nov 29, 2022 4:19 pm
Forum: Common Problems
Topic: Fallback font applied too far in PDF output
Replies: 4
Views: 1433

Re: Fallback font applied too far in PDF output

Hello,

What PDF scenario are you using? DITA Map PDF - based on HTML5 & CSS or DITA Map PDF - based on XSL-FO?

Regards,
Julien
by julien_lacour
Fri Nov 11, 2022 9:48 am
Forum: Feature Request
Topic: Applying higher compression to PDF files
Replies: 11
Views: 8474

Re: Applying higher compression to PDF files

Hi Chris,

Sure, CH-661 it is.

Regards,
Julien
by julien_lacour
Mon Nov 07, 2022 10:37 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: How to troubleshoot "Unresolved ID reference" error?
Replies: 8
Views: 2851

Re: How to troubleshoot "Unresolved ID reference" error?

Hello,

As mentioned in my previous messages, this warning may have multiple cause and the only way to analyze this cause is to send us a small sample at support@oxygenxml.com. In most of the cases this warning doesn't affect the PDF output.

Regards,
Julien
by julien_lacour
Fri Nov 04, 2022 11:23 am
Forum: Common Problems
Topic: Appendix
Replies: 5
Views: 743

Re: Appendix

Hi Léontine,

Could you indicate which transformation scenario you are using?
Depending on if you are using DITA Map PDF - based on HTML5 & CSS or DITA Map PDF - based on XSL-FO, the solution will be different.

Regards,
Julien
by julien_lacour
Thu Nov 03, 2022 3:21 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Rename the relations group title
Replies: 5
Views: 744

Re: Rename the relations group title

Hello, You can find attached an example of localization plugin with the Related Information text changed to "Parent Interface Class": com.oxygenxml.webhelp.localization.zip You can directly unzip this plugin into OXYGEN_INSTALL_DIR\frameworks\dita\DITA-OT3.x\plugins or oxygen-publishing-en...
by julien_lacour
Thu Nov 03, 2022 1:28 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Questions about SEO and fonts
Replies: 7
Views: 2882

Re: Questions about SEO and fonts

Hi, Here are the answers to your question: You can follow this topic to Set Fonts in Titles and Content This works for the majority of fonts: You can place the font files in the same folder as your CSS and use a @font-face definition to reference them. You can use web fonts (for example, Google Font...
by julien_lacour
Wed Nov 02, 2022 10:26 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: how to delete the blank page in the reference topic
Replies: 1
Views: 268

Re: how to delete the blank page in the reference topic

Hello,

Could you indicate which Oxygen version you are using and which transformation scenario you are running?

Regards,
Julien
by julien_lacour
Tue Nov 01, 2022 11:31 am
Forum: Common Problems
Topic: Debugging java.lang.OutOfMemoryError issues
Replies: 18
Views: 4756

Re: Debugging java.lang.OutOfMemoryError issues

Hi Chris, I added your vote to the issue related to JVM Memory when running DITA-OT Project files (EXM-51733). The scope of this issue will be to transmit "JVM Arguments" from Scenario Options as ANT_OPTS environment variable. I will notify this thread as soon as it will be resolved. Until...
by julien_lacour
Mon Oct 31, 2022 9:33 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Unexpected element
Replies: 5
Views: 776

Re: Unexpected element

Hello,

If you are using the DITA Map PDF - based on HTML5 & CSS transformation scenario, you need to set the "show.image.map.area.shapes" parameter (in the Parameters tab of the scenario) value to 'yes'.

Regards,
Julien
by julien_lacour
Fri Oct 28, 2022 10:58 am
Forum: Common Problems
Topic: Debugging java.lang.OutOfMemoryError issues
Replies: 18
Views: 4756

Re: Debugging java.lang.OutOfMemoryError issues

Hi Chris, The thing is that when running DITA transformation through DITA-OT Project file under the hood a Java process is called (and not the dita command). This is why the Java usage may differ, for this use-cases the dita command is a better choice (maybe through a bat or sh script). Regarding th...