How to improve handwriting in pdf (pencil tool)

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

jorge.cassiano.jr
User
Posts: 11
Joined: Sat Jan 27, 2018 10:06 pm

How to improve handwriting in pdf (pencil tool)

Post by jorge.cassiano.jr »

Guys, is there any way to make writing smoother? I'm testing other pdf readers and the pencil tool in them is more fluid, as if I were writing by hand, very similar to using it on a tablet
However, in PDF X-Change it is more "stucked", it is not exactly as I drew it.
Is there any way to fix it?
Thanks!
User avatar
rakunavi
User
Posts: 1825
Joined: Sat Sep 11, 2021 5:04 am

Re: How to improve handwriting in pdf (pencil tool)

Post by rakunavi »

Hello jorge.cassiano.jr,

The Smooth Level setting in the Pencil tool properties might change the impression slightly.

  • penciltoolproperties.png
Best regards,
rakunavi
You do not have the required permissions to view the files attached to this post.
TOP desires for PDFXCE
forum.pdf-xchange.com/viewtopic.php?t=39665 LassoTool
forum.pdf-xchange.com/viewtopic.php?t=38554 CmtGarbled
forum.pdf-xchange.com/viewtopic.php?t=37353 FulScrMultiMon
forum.pdf-xchange.com/viewtopic.php?t=41002 DisableTouchSelect
User avatar
Stefan - PDF-XChange
Site Admin
Posts: 19913
Joined: Mon Jan 12, 2009 8:07 am

How to improve handwriting in pdf (pencil tool)

Post by Stefan - PDF-XChange »

:)
jorge.cassiano.jr
User
Posts: 11
Joined: Sat Jan 27, 2018 10:06 pm

Re: How to improve handwriting in pdf (pencil tool)

Post by jorge.cassiano.jr »

rakunavi wrote: Sun Apr 02, 2023 11:27 pm Hello jorge.cassiano.jr,

The Smooth Level setting in the Pencil tool properties might change the impression slightly.

  • penciltoolproperties.png
Best regards,
rakunavi
Thanks!
I had already done that, however, it still doesn't look as "natural" as other readers or tablet
User avatar
Stefan - PDF-XChange
Site Admin
Posts: 19913
Joined: Mon Jan 12, 2009 8:07 am

Re: How to improve handwriting in pdf (pencil tool)

Post by Stefan - PDF-XChange »

Hello jorge.cassiano.jr,

The options in the UI are indeed not turning the smoothing off completely.
You can however do it through the registry:
viewtopic.php?f=62&t=27912&p=117672#p113284

Kind regards,
Stefan
Willy Van Nuffel
User
Posts: 2771
Joined: Wed Jan 18, 2006 12:10 pm

Re: How to improve handwriting in pdf (pencil tool)

Post by Willy Van Nuffel »

Hi Stefan,

The registry setting does not seem to work anymore since the update with the Low/Normal/High choices for the Pencil Tool.

Like mentioned by 'christian kuhlman' (Sep 30, 2019) the registry key gets deleted when you quit PDF-XChange Editor.

Any idea at which percentage (0 to 100) the current levels (low/normal/high) are corresponding ?

Kind regards.

Willy
User avatar
rakunavi
User
Posts: 1825
Joined: Sat Sep 11, 2021 5:04 am

Re: How to improve handwriting in pdf (pencil tool)

Post by rakunavi »

Hello Willy and Stefan,
Willy Van Nuffel wrote: Tue Apr 04, 2023 8:48 am The registry setting does not seem to work anymore since the update with the Low/Normal/High choices for the Pencil Tool.
Like mentioned by 'christian kuhlman' (Sep 30, 2019) the registry key gets deleted when you quit PDF-XChange Editor.
Any idea at which percentage (0 to 100) the current levels (low/normal/high) are corresponding ?
I believe the new registry location is below.

  • HKEY_CURRENT_USER\Software\Tracker Software\PDFXEditor\3.0\Settings\Tools\Pencil

    i.SmoothLevel
If you change to normal, the corresponding value is not saved in the registry.

  • Low : 0x00000019 (25)
  • Normal: 0x00000064 (100)
  • High : 0x0000012c (300)
Best regards,
rakunavi
TOP desires for PDFXCE
forum.pdf-xchange.com/viewtopic.php?t=39665 LassoTool
forum.pdf-xchange.com/viewtopic.php?t=38554 CmtGarbled
forum.pdf-xchange.com/viewtopic.php?t=37353 FulScrMultiMon
forum.pdf-xchange.com/viewtopic.php?t=41002 DisableTouchSelect
Willy Van Nuffel
User
Posts: 2771
Joined: Wed Jan 18, 2006 12:10 pm

Re: How to improve handwriting in pdf (pencil tool)

Post by Willy Van Nuffel »

Thanks for the information @rakunavi
User avatar
Stefan - PDF-XChange
Site Admin
Posts: 19913
Joined: Mon Jan 12, 2009 8:07 am

Re: How to improve handwriting in pdf (pencil tool)

Post by Stefan - PDF-XChange »

Hello Willy Van Nuffel, Rakunavi,

Thanks for your comments! Indeed there is a new registry entry, and the 25 value is 25 of the full smoothing, 100 being 100% for the normal smoothing and High is quite extreme. Turning this "off" can be achieved with setting that value to 1 (not sure if 0 is accepted).


Kind regards,
Stefan
jorge.cassiano.jr
User
Posts: 11
Joined: Sat Jan 27, 2018 10:06 pm

Re: How to improve handwriting in pdf (pencil tool)

Post by jorge.cassiano.jr »

rakunavi wrote: Tue Apr 04, 2023 9:28 am Hello Willy and Stefan,
Willy Van Nuffel wrote: Tue Apr 04, 2023 8:48 am The registry setting does not seem to work anymore since the update with the Low/Normal/High choices for the Pencil Tool.
Like mentioned by 'christian kuhlman' (Sep 30, 2019) the registry key gets deleted when you quit PDF-XChange Editor.
Any idea at which percentage (0 to 100) the current levels (low/normal/high) are corresponding ?
I believe the new registry location is below.

  • HKEY_CURRENT_USER\Software\Tracker Software\PDFXEditor\3.0\Settings\Tools\Pencil

    i.SmoothLevel
If you change to normal, the corresponding value is not saved in the registry.

  • Low : 0x00000019 (25)
  • Normal: 0x00000064 (100)
  • High : 0x0000012c (300)
Best regards,
rakunavi
Thanks! S2
jorge.cassiano.jr
User
Posts: 11
Joined: Sat Jan 27, 2018 10:06 pm

Re: How to improve handwriting in pdf (pencil tool)

Post by jorge.cassiano.jr »

Tracker Supp-Stefan wrote: Tue Apr 04, 2023 10:49 am Hello Willy Van Nuffel, Rakunavi,

Thanks for your comments! Indeed there is a new registry entry, and the 25 value is 25 of the full smoothing, 100 being 100% for the normal smoothing and High is quite extreme. Turning this "off" can be achieved with setting that value to 1 (not sure if 0 is accepted).


Kind regards,
Stefan
Done! S2
jorge.cassiano.jr
User
Posts: 11
Joined: Sat Jan 27, 2018 10:06 pm

Re: How to improve handwriting in pdf (pencil tool)

Post by jorge.cassiano.jr »

Tracker Supp-Stefan wrote: Tue Apr 04, 2023 10:49 am Hello Willy Van Nuffel, Rakunavi,

Thanks for your comments! Indeed there is a new registry entry, and the 25 value is 25 of the full smoothing, 100 being 100% for the normal smoothing and High is quite extreme. Turning this "off" can be achieved with setting that value to 1 (not sure if 0 is accepted).


Kind regards,
Stefan
viewtopic.php?p=113284#p113284

Are these files still good?? Can I use It?
Or do you have any updates for them?

Thanks!
User avatar
Daniel - PDF-XChange
Site Admin
Posts: 11586
Joined: Wed Jan 03, 2018 6:52 pm

Re: How to improve handwriting in pdf (pencil tool)

Post by Daniel - PDF-XChange »

Hello, jorge.cassiano.jr

Pleas see my post at the bottom of that thread: viewtopic.php?p=168541#p168541

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