Search found 84 matches

by IntegraHarlan
Fri Sep 24, 2021 6:01 pm
Forum: VintaSoft PDF .NET Plug-in Discussions
Topic: Setting selected text to bold or Italic in a PdfFreeTextAnnotation
Replies: 2
Views: 5849

Re: Setting selected text to bold or Italic in a PdfFreeTextAnnotation

Hi Alex,
Thank you for your quick reply. I look forward to that functionality.
by IntegraHarlan
Fri Sep 24, 2021 3:08 am
Forum: VintaSoft PDF .NET Plug-in Discussions
Topic: Setting selected text to bold or Italic in a PdfFreeTextAnnotation
Replies: 2
Views: 5849

Setting selected text to bold or Italic in a PdfFreeTextAnnotation

When editing text for a PdfFreeTextAnnotation, I can use the RichTextBox to set selected text to bold, but I am not sure how I can make it show as bold in the annotation after editing it. I know that I can set all the text to bold for the PdfFreeTextAnnotation, but If I just want part of the text to...
by IntegraHarlan
Wed Jul 21, 2021 6:49 pm
Forum: VintaSoft PDF .NET Plug-in Discussions
Topic: PdfFreeTextAnnotation border width
Replies: 1
Views: 5566

PdfFreeTextAnnotation border width

Hi I am trying to programmatically adjust the PdfFreeTextAnnotation size so the text is not truncated by the increased border width when the border width property is made larger. There appear to be a couple things happening that is making this difficult. When I make the border width larger, there al...
by IntegraHarlan
Wed Jun 30, 2021 7:29 pm
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: Adding HyperLink and images to DocxDocument
Replies: 4
Views: 3687

Re: Adding HyperLink and images to DocxDocument

I tried the method of adding images to DocxDocuments according to the example you pointed me to.
The issue I have is that There already has to be an existing image in the DocxDocument to replace with the image I am trying to add.
I could not find a way of actually adding an image to the docxdocument.
by IntegraHarlan
Wed Jun 30, 2021 7:27 pm
Forum: VintaSoft PDF .NET Plug-in Discussions
Topic: Convert large text file to multi page pdf
Replies: 8
Views: 7870

Re: Convert large text file to multi page pdf

Thank you for pointing me to the demo. I have the documents converting to pdf's with the annotations working now.
by IntegraHarlan
Tue Jun 29, 2021 10:49 pm
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: Adding HyperLink and images to DocxDocument
Replies: 4
Views: 3687

Adding HyperLink and images to DocxDocument

Hi, Is there a way to add hyperlinks and images to a DocxDocuments? For hyperlinks: I am populating a DocxDocument form a string which is a string from a email body. The string may have hyplinks in the string. I am using a regex to find the hypelink text and want to replace it with a hyperlink. For ...
by IntegraHarlan
Fri Jun 25, 2021 7:34 pm
Forum: VintaSoft PDF .NET Plug-in Discussions
Topic: Convert large text file to multi page pdf
Replies: 8
Views: 7870

Re: Convert large text file to multi page pdf

Alex, thank you for the information on using a docx document.
I did notice that when converting a docx to pdf, the hyperlinks are no longer function after converting to a pdf.
is there a way to make hyper links functional when the docx is converted to pdf?

Thanks
by IntegraHarlan
Tue Jun 22, 2021 7:45 pm
Forum: VintaSoft PDF .NET Plug-in Discussions
Topic: Converting html to PDF.
Replies: 1
Views: 5547

Converting html to PDF.

Hi,
Is there a way to convert html to PDF so that it is formatted as it would appear in browser with out the formatting tags?
Thanks
by IntegraHarlan
Tue Jun 22, 2021 7:41 pm
Forum: VintaSoft PDF .NET Plug-in Discussions
Topic: Convert large text file to multi page pdf
Replies: 8
Views: 7870

Re: Convert large text file to multi page pdf

Thank you for your reply. This example works well except that it adds new line characters to the end of each line which does not meet our requirements. Our product management has agreed to update the requirements. to allow adding new line characters to the end of each line. However, If it would be a...
by IntegraHarlan
Sat Jun 12, 2021 12:30 am
Forum: VintaSoft PDF .NET Plug-in Discussions
Topic: Convert large text file to multi page pdf
Replies: 8
Views: 7870

Re: Convert large text file to multi page pdf

Hi Alex, Thank you for the example. It gets me pretty close. However when using text files with long text string with no spaces, the text is truncated at the right border of the page. I think this is happening because the DrawString method will word wrap but not wrap on character. I was able to get ...