Forum for the PDF-XChange Editor - Free and Licensed Versions
Moderators:PDF-XChange Support, Daniel - PDF-XChange, Chris - PDF-XChange, Sean - PDF-XChange, Paul - PDF-XChange, Vasyl - PDF-XChange, Ivan - Tracker Software, Stefan - PDF-XChange
var rep = new Report();
rep.size = 1.2;
rep.color = color.blue;
rep.divide(1);
rep.writeText("Hello World!");
rep.indent(20);
rep.color = color.red;
rep.writeText("This text and the next divide should be red and indented!");
rep.divide(1);
rep.open("My Report");
You do not have the required permissions to view the files attached to this post.
I have passed this up to the dev team for review, hopefully we hear some good news back from them
[Edit]
We have confirmation that the indent issue will be fixed for sure.
Color is still under investigation, but it is nearing the end of my day. I will let you know on Monday if anything else comes up over the weekend.
Kind regards,
Dan McIntyre - Support Technician
PDF-XChange Co. LTD
+++++++++++++++++++++++++++++++++++
Our Web site domain and email address has changed as of 26/10/2023.
https://www.pdf-xchange.com
Support@pdf-xchange.com
I just heard back regarding the color. That aspect will not be changing. Divide lines are mimicking Acrobats handling, which also ignores color input, which is an intentional decision for consistency at this time.
Kind regards,
Dan McIntyre - Support Technician
PDF-XChange Co. LTD
+++++++++++++++++++++++++++++++++++
Our Web site domain and email address has changed as of 26/10/2023.
https://www.pdf-xchange.com
Support@pdf-xchange.com