Hi,
I am beating my head against a wall trying to get the Journal I am using to export PDFs to set the line widths.
See Code snippet below, The variable 'thinLineWidth' is a Boolean. If it is true I get the correct thin line output from the PDF. If it is false, I should get the custom...
It looks like the LoadComponent subroutine below could be modified to also load partially loaded components, it already has a check to determine if the component is fully loaded. This is beyond my limited coding skills to do without completely breaking this.
Private Function...
Excellent, Date is now working great, Thanks.
I am still having the same issue that the OP on the last thread had, on the first run not all PDF's are being generated. But they are then created on the second run.
It looks like it may have to do with the load state of the components. Any...
Ok so that was easier to do than I thought, after some googling I added the 2 lines of code below 'Internationalization for dates and replaced "Today" with "strDate" in the line below that.
Private _watermarkAddDatestamp As Boolean = True
Public Property WatermarkAddDatestamp() As...
Awesome! Thanks Cowski, it works great.
I was looking through the code to see if I could change the date format to DDMMMYY (ie 04JUN20)
I noticed this comment "'to do: internationalization for dates"
Any chance you have worked through this already or have any guidance for how to accomplish this?
I've been using the batch export NX journal from the top of this thread for years thread561-377372
But it always had the issue of saving to MyDocs instead of the chosen folder and I never got around to fixing it. And the last post has a link to the fix but the link no longer works.
Any chance...