How to retrieve the
coordinates of a textbox (inserted in word doc before conversion) which has
text in a PDF - which got converted from Word doc - Using
Syncfusion.pdf.net.core dll ?(Attached)
2. In pdf doc When
replace function is used to replace an image based on index, it is replacing
other images of same size, how to achieve this? How do I uniquely identify
images in pdf doc?(Attached)this I tried with .net framework 4.7?
·
Below code is not working while I am trying to
replace single image in doc, it is replacing all related images in the pdf doc.
3. Coredll - not having replace function?
·
Core dll is not supporting the image related
information as highlighted above while working with images in the PDF Doc.
4. How to add multiple
digital signatures?
·
We are getting null value at signaturefield1 due
to present of two forms in the collection and first field is not containing any
value.
How to retrieve the coordinates of a textbox (inserted in word doc before conversion) which has text in a PDF - which got converted from Word doc - Using Syncfusion.pdf.net.core dll ?(Attached |
We can retrieve the coordinates of textbox field in a PDF document. Please refer the below code snippet,
While converting Word to PDF document, we need to enable “PreserveFormFields” property to preserve the Word document form field as editable PDF form field in PDF document. Please refer the below UG documentation for more details,
| |
In pdf doc When replace function is used to replace an image based on index, it is replacing other images of same size, how to achieve this?
|
We can replace an image based on index with the same size on other image. Please refer the below UG documentation for more details,
| |
How do I uniquely identify images in pdf doc?(Attached)this I tried with .net framework 4.7? |
We can identify the images in PDF document based on its index. | |
|
While adding same images in multiple times in a PDF document, it will add only single resource and shared it for all. So, when replacing the image it will replace all and this is the default behavior. | |
|
At present we do not have support for “Replacing images in an existing PDF document” and “Get image related information” in .NET Core. | |
|
Please refer the below code snippet to add multiple signature,
| |
|
As per the provided code snippet, we suspect that the issue may occurs due to get field from new collection. Kindly use the below code snippet to get the collections of form fields in a PDF document.
|
At present we do not have support for “Replacing images in an existing PDF document” and “Get image related information” in .NET Core. |
How do I uniquely identify images in pdf doc?(Attached)this I tried with .net framework 4.7? | We can identify the images in PDF document based on its index. |
How to retrieve the coordinates of a textbox (inserted in word doc before conversion) which has text in a PDF - which got converted from Word doc - Using Syncfusion.pdf.net.core dll ?(Attached | We can retrieve the coordinates of textbox field in a PDF document. Please refer the below code snippet,
While converting Word to PDF document, we need to enable “PreserveFormFields” property to preserve the Word document form field as editable PDF form field in PDF document. Please refer the below UG documentation for more details, |
Install-Package Syncfusion.DocIO.Net.Core
Install-Package Syncfusion.DocIORenderer.Net.Core
// Install dependent package
Install-Package SkiaSharp -Version 1.59.3
Install-Package Syncfusion.DocIO.AspNet
Install-Package Syncfusion.DocToPdfConverter.AspNet
Install-Package Syncfusion.OfficeChartToImageConverter.AspNet
As per you suggestion tried to preserve the form fields in word doc during word to pdf conversion ,below are the issues i am facing while converting word to pdf as per your suggestion.
When i installed below mentioned two packages as per the portal link :
Install-Package Syncfusion.DocIO.Net.Core Install-Package Syncfusion.DocIORenderer.Net.Core
// Install dependent package Install-Package SkiaSharp -Version 1.59.3
i am getting error while i am trying to convert word doc to pdf.
|
We suspect that you have installed both Base (Assemblies / NuGet used for WPF, WF and ASP.NET web applications) and Portable (Assemblies / NuGet used for ASP.NET Core and Xamarin application) in your current application. Please use the assemblies depends on the platform of the application. For more details about the assemblies usage, please use the below UG documentation page. https://help.syncfusion.com/file-formats/docio/assemblies-required | |
While i am trying to work by installing below dlls and convert the word to doc in core i am getting below error.
Install-Package Syncfusion.DocIO.AspNet
Install-Package Syncfusion.DocToPdfConverter.AspNet
Install-Package Syncfusion.OfficeChartToImageConverter.AspNet
|
As mentioned above, please use the “Portable” NuGet alone in the ASP.NET Core application. You have tried to install the “Base” assemblies in the .NET Core application. These base assemblies are entirely depended only for WPF, WF and ASP.NET Web application alone.
Please install the proper NuGet depends upon the platform to avoid this kind of conflicts. We suggest you make use of our UG documentation page using the below link to know more details about NuGet and assemblies depends required for each platform.
https://help.syncfusion.com/file-formats/docio/nuget-packages-required https://help.syncfusion.com/file-formats/docio/assemblies-required Note: If you are facing the same issue means, then we would, therefore, like to set up a web meeting with you to check and provide resolution. Could you please let me know of your availability for this? Our team will make every effort to have this scheduled on a date and time per your convenience | |
When can we get this fix into the core dll related to “Replacing images in an existing PDF document” and “Get image related information”? |
At present, we do not support extract/replacing images in an existing PDF document and get image information in the .NET Core framework. However, we have added it to our features request list and it can be tracked through our features management system.
We do not have any immediate plans to implement this feature and this feature will be included in any of our upcoming release. Please let us know if you have any concerns on this. | |
We need to identify a place holder to insert a digital signature in pdf doc, can you suggest best approach in order to achieve the required action to replace place holder other than image in core.? |
We have created the sample to achieve your requirement. Please refer the sample for the same from below link,
Please try with this sample and let us know whether it satisfies your requirement. If not please provide us further details on this. | |
.In this scenario i had three different images ,based on index i cant identify which image is related to which one.please suggest a way to identify the image? |
We can get the image position based on its preservation in the PDF page. Please refer the below code snippet for more details,
In some cases the image position has been changed. In that case we can identify the image based on the bounds as mentioned in the above code snippet. Please let us know whether it satisfies your requirement. |
How to retrieve the coordinates of a textbox (inserted in word doc before conversion) which has text in a PDF - which got converted from Word doc - Using Syncfusion.pdf.net.core dll ?(Attached | We can retrieve the coordinates of textbox field in a PDF document. Please refer the below code snippet,
While converting Word to PDF document, we need to enable “PreserveFormFields” property to preserve the Word document form field as editable PDF form field in PDF document. Please refer the below UG documentation for more details, |
While i am trying to work by installing below dlls and convert the word to doc in core i am getting below error. Install-Package Syncfusion.DocIO.AspNet Install-Package Syncfusion.DocToPdfConverter.AspNet Install-Package Syncfusion.OfficeChartToImageConverter.AspNet | As mentioned above, please use the “Portable” NuGet alone in the ASP.NET Core application. You have tried to install the “Base” assemblies in the .NET Core application. These base assemblies are entirely depended only for WPF, WF and ASP.NET Web application alone. Please install the proper NuGet depends upon the platform to avoid this kind of conflicts. We suggest you make use of our UG documentation page using the below link to know more details about NuGet and assemblies depends required for each platform. https://help.syncfusion.com/file-formats/docio/nuget-packages-required https://help.syncfusion.com/file-formats/docio/assemblies-required Note: If you are facing the same issue means, then we would, therefore, like to set up a web meeting with you to check and provide resolution. Could you please let me know of your availability for this? Our team will make every effort to have this scheduled on a date and time per your convenience |
Query |
Detail |
I tried with the above solution and I am unable to carry forward the form fields in word doc to PDF as editable. Providing you the sample word doc.tried in .net 4.7 frame work.
|
On further analyzing the input Word document provided form your side, we could not find any form fields in the document provided from your side. We request you to share the screenshot of the form field in which you have been facing an issue which will be helpful for us to track the issue and provide you solution at earliest. |
Regarding meeting request to discuss NuGet conflict |
A support incident to track the status of this defect has been created under your account. Please log on to our support website to check for further updates
|