Re: [Interest] QTextDocument | QPdfWriter | Internal Links

2016-02-21 Thread Giuseppe D'Angelo
On Sun, Feb 21, 2016 at 9:22 PM, Igor Mironchik wrote: > It's good suggestion to Qt's guys to implement internals links in > QTextDocument. Feel free to open a feature request on the bugracker, or even better, implement the feature yourself :) -- Giuseppe D'Angelo

Re: [Interest] QTextDocument | QPdfWriter | Internal Links

2016-02-21 Thread Igor Mironchik
Again the answer to my own question: seems that currently QTextDocument supports external links only. Even if set HTML with and doesn't work... It's good suggestion to Qt's guys to implement internals links in QTextDocument. On 20.02.2016 10:01, Igor Mironchik wrote: Hi, I'm trying to

[Interest] QTextDocument | QPdfWriter | Internal Links

2016-02-19 Thread Igor Mironchik
Hi, I'm trying to understand how to work with internal links in PDF. Here is the simple code: #include #include #include #include #include int main( int argc, char ** argv ) { QApplication app( argc, argv ); QPdfWriter pdf( "/home/igor/test.pdf" ); QTextDocument doc;