Search found 84 matches

by IntegraHarlan
Sat Jun 05, 2021 1:37 am
Forum: VintaSoft PDF .NET Plug-in Discussions
Topic: Convert large text file to multi page pdf
Replies: 8
Views: 6227

Convert large text file to multi page pdf

I am trying to convert a large text file to a multipage pdf document. I tried the code in this example https://www.vintasoft.com/docs/vsimaging-dotnet/Programming-Pdf-How_To_Convert_Text_File_To_Pdf_Document.html . This works fine for 1 page, but when the text file is large enough to be on multiple ...
by IntegraHarlan
Tue Jun 01, 2021 6:48 pm
Forum: VintaSoft PDF .NET Plug-in Discussions
Topic: Flattening PDF documents.
Replies: 6
Views: 5048

Re: Flattening PDF documents.

Thank you for your reply.
I will try your suggestion for flatting annotations.
I suspect that this method will fix the issue with the page BasicObject items being removed. I will let you know if I still have problems with that.

Thanks again.
by IntegraHarlan
Sat May 29, 2021 1:52 am
Forum: VintaSoft PDF .NET Plug-in Discussions
Topic: Flattening PDF documents.
Replies: 6
Views: 5048

Re: Flattening PDF documents.

Hi, I was able to play with flattening and get some things figured out. I still have some questions. I would like to flatten most of the annotations, but would like to exclude some annotation types. Specifically the Link annotations. I would like the Link annotations to not be flattened if possible....
by IntegraHarlan
Tue May 25, 2021 8:52 pm
Forum: VintaSoft PDF .NET Plug-in Discussions
Topic: Flattening PDF documents.
Replies: 6
Views: 5048

Re: Flattening PDF documents.

Thank you for your quick reply. I have a couple questions about using the PdfSimplifyContentCommand. 1. I see how to apply the command to documents and pages, but is there a way to apply the command to just annotations, or just FormFields? 2 Also, I am unsure what properties to set to flatten the do...
by IntegraHarlan
Tue May 25, 2021 1:09 am
Forum: VintaSoft PDF .NET Plug-in Discussions
Topic: Flattening PDF documents.
Replies: 6
Views: 5048

Flattening PDF documents.

HI,
Other PDF API's that I have worked with have flatten features to flatten the document, annotations, and form fields.
I do not see any flatten methods in the VintaSoft API. Is there a way to perform the flatten functionality in VintaSoft?

Thanks
Harlan
by IntegraHarlan
Sat Mar 20, 2021 1:52 am
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: Error attempting to convert DOCX to PDF
Replies: 1
Views: 3410

Error attempting to convert DOCX to PDF

Hi, I am tying to convert a docx file to a pdf. I am using the sample code here: https://www.vintasoft.com/docs/vsimaging-dotnet/Programming-Codecs-How_To_Convert_Docx_To_Pdf.html When adding the file to the collection, I get an exception with the message: Wrong or unsupported image format. imageCol...
by IntegraHarlan
Sat Feb 20, 2021 12:25 am
Forum: VintaSoft PDF .NET Plug-in Discussions
Topic: Image on annotation not shown in viewer.
Replies: 3
Views: 4635

Image on annotation not shown in viewer.

Hi, I have a pdf page that has a line annotation with an image on the annotation. The image appears to be added on the annotation when a comment was added to the annotation. The Image appears to be a comment icon. When I open the PDF document in Adobe I can see the image on the line annotation. When...
by IntegraHarlan
Thu Dec 10, 2020 9:46 pm
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: "Parameter is not valid" exception when printing PDF
Replies: 5
Views: 4464

Re: "Parameter is not valid" exception when printing PDF

Thank you for your quick reply.
I have uploaded a sample PDF file to google drive and sent an email to your support email address with the link to get the file.
Please let me know if you have any issues getting the PDF file.

Thanks
Harlan
by IntegraHarlan
Thu Dec 10, 2020 9:46 pm
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: "Parameter is not valid" exception when printing PDF
Replies: 5
Views: 4464

Re: "Parameter is not valid" exception when printing PDF

Thank you for your quick reply.
I have uploaded a sample PDF file to google drive and sent an email to your support email address with the link to get the file.
Please let me know if you have any issues getting the PDF file.

Thanks
Harlan
by IntegraHarlan
Thu Dec 10, 2020 12:55 am
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: "Parameter is not valid" exception when printing PDF
Replies: 5
Views: 4464

"Parameter is not valid" exception when printing PDF

Hi, When printing large PDF documents I am getting a "Parameter is not valid" exception. This is happening in the overridden DrawImage method. It looks like the graphics parameter is corrupted at some point when this method is called. This appears to be happening when running in 32 bit. I ...