The Syncfusion native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
I try to write data on PDFForm, i use Form Filling I want to changethe spacing betweencharacters of pdf. but Ihave not found thepropriétefor creatingspaces betweencharacters. I use the following code : --------------------------------------------- PdfLoadedTextBoxField txt = form.Fields[champ.Champ] as PdfLoadedTextBoxField; txt.BorderColor = Color.SteelBlue; txt.BackColor = new PdfColor(Color.AliceBlue); txt.HighlightMode = PdfHighlightMode.Invert; txt.TextAlignment = PdfTextAlignment.Left; System.Drawing.Font f = new System.Drawing.Font("Helvetica", 8f); PdfTrueTypeFont txtfnt = new PdfTrueTypeFont(f, false); txt.Font = txtfnt; txt.Text = valeurs[i]; ------------------------------------------------ You will findattachedthe document.
PHPraveenkumar H Syncfusion Team September 2, 2013 04:06 AM UTC
Hi Hocine,
Thank you for using syncfusion products,
Please provide us the sample pdf with form fields.
We will analyze and let you know the further details to fill the text field.
Please let us know if you have any concern.
With Regards,
Praveen
MWMichael WheelaghanOctober 14, 2013 01:03 AM UTC
I have a support ticket open asking this also - can you provide the resolution to this issue?
I have tried to set A/V setting in Livecycle which is not interpreted by component, also manually spacing characters in a string (C#) is not accounting for whitespace.
Thanks
PHPraveenkumar H Syncfusion Team October 21, 2013 03:37 AM UTC
Hi Michael,
Thank you for using Syncfusion products,
Please provide us the sample input file which reproduces the issue.
It will help us to investigate further in this.
Please let us know if you need further assistance.