Search found 84 matches

by IntegraHarlan
Mon Nov 21, 2022 10:42 pm
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: JavaScript for combobox and checkbox not working as expected.
Replies: 4
Views: 2536

JavaScript for combobox and checkbox not working as expected.

Hi, There are two issue with Java script that we are experiencing. The first issue has to do with getting the "Export Value" from a combo box using the JS engine. When getting the value from a combo box, we should get the "Export Value". However, we are getting the display value ...
by IntegraHarlan
Mon Oct 17, 2022 9:26 pm
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: High CPU Usage when viewer.SizeMode set to FitToWidth when editing form fields
Replies: 3
Views: 2019

Re: High CPU Usage when viewer.SizeMode set to FitToWidth when editing form fields

Hi Alex. Thank you for your quick response. We are using the Winforms image viewer. "Do you change size of image or image viewer when you are editing text of form field on PDF page?" Are you asking if we are changing the size of the document or the form field that we are editing? We are us...
by IntegraHarlan
Fri Oct 14, 2022 3:01 am
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: High CPU Usage when viewer.SizeMode set to FitToWidth when editing form fields
Replies: 3
Views: 2019

High CPU Usage when viewer.SizeMode set to FitToWidth when editing form fields

Hi, I am seeing that when editing form fields the cpu useage goes up by about 20 - 30%. This happens when the viewer.SizeMode is set to FitToWidth, FitToHeight, or BestFit. I do not see the CPU usage increase when the SizeMode is set to Normal, or if I set it to a specific zoom percentage. I have no...
by IntegraHarlan
Mon Dec 06, 2021 11:58 pm
Forum: VintaSoft PDF .NET Plug-in Discussions
Topic: Adding existing page form fields to new document.
Replies: 9
Views: 6903

Re: Adding existing page form fields to new document.

Hi Alex, Thank you for the update. The PdfDocumentCopy command has improved the copy performance significantly. I do have a question about the copied for fields. I notice that some Intaractiveform fields on the copied pager are null. I assume those are fields that belong to other pages. Is it intent...
by IntegraHarlan
Thu Nov 18, 2021 6:20 am
Forum: VintaSoft PDF .NET Plug-in Discussions
Topic: Adding existing page form fields to new document.
Replies: 9
Views: 6903

Re: Adding existing page form fields to new document.

Hi Alex, Your suggestion works. However we are having a performance issue with larger documents. What we are doing is taking a document and splitting every page apart and making the page its own document. We want to make sure that each page retains its form fields. We are doing this with the code be...
by IntegraHarlan
Wed Oct 20, 2021 6:27 pm
Forum: VintaSoft PDF .NET Plug-in Discussions
Topic: Adding existing page form fields to new document.
Replies: 9
Views: 6903

Re: Adding existing page form fields to new document.

Hi Alex, Thanks you for your reply. If I understand your response correctly, If I want to copy a page from one document to another document and add the form fields, I will need to get the page from the document I am copying the page from and create a new document then add the page? Then use the copy...
by IntegraHarlan
Mon Oct 11, 2021 10:05 pm
Forum: VintaSoft PDF .NET Plug-in Discussions
Topic: Adding existing page form fields to new document.
Replies: 9
Views: 6903

Adding existing page form fields to new document.

Hi, I am trying to create a new document using a page from an existing document and add the form fields from the page to the Interactive form. When I add the page, I would expect that the form fields would be added to the Interactive form of the new document. This is not happening. I tried to manual...
by IntegraHarlan
Thu Oct 07, 2021 12:12 am
Forum: VintaSoft PDF .NET Plug-in Discussions
Topic: Form fields not removed from document when page removed.
Replies: 1
Views: 3549

Form fields not removed from document when page removed.

Hi, If I remove a page from a document, the fields in document terminal fields that are related to the page that was removed are still in the Terminal fields list of the document. As far as I can tell those terminal fields are not related to anything, and should not stay with the document. Is there ...
by IntegraHarlan
Wed Oct 06, 2021 2:56 am
Forum: VintaSoft PDF .NET Plug-in Discussions
Topic: AutoSize not working correctly in multi line Text Widget.
Replies: 2
Views: 3989

AutoSize not working correctly in multi line Text Widget.

Hi, I have a document with Multiline Text widgets with Font Size set to Auto. When entering text, the font will get smaller as it it gets near the maximum width of the field until it reaches it smallest size. the text will then wrap when it reaches the maximum width of the text field. I am able to r...