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
Search found 80 matches
- Tue May 25, 2021 1:09 am
- Forum: VintaSoft PDF .NET Plug-in Discussions
- Topic: Flattening PDF documents.
- Replies: 6
- Views: 1097
- 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: 1255
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...
- 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: 949
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...
- 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: 1794
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
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
- 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: 1794
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
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
- 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: 1794
"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 ...
- Wed Oct 21, 2020 12:23 am
- Forum: VintaSoft PDF .NET Plug-in Discussions
- Topic: Printing multiple pages per sheet.
- Replies: 1
- Views: 1055
Printing multiple pages per sheet.
Hi,
Is there a way to print multiple pages per sheet using the AnnotatedPdfPrintDocument class?
Thanks
Harlan
Is there a way to print multiple pages per sheet using the AnnotatedPdfPrintDocument class?
Thanks
Harlan
- Thu Jul 02, 2020 10:11 pm
- Forum: VintaSoft PDF .NET Plug-in Discussions
- Topic: TextPadding property for PdfFreeTextAnnotations do not seem to have an affect.
- Replies: 3
- Views: 724
Re: TextPadding property for PdfFreeTextAnnotations do not seem to have an affect.
Hi Alexander,
So the TextPadding property pads that annotation rectangle, and not the text?
I am trying to add text padding so there is more separation of the text from the annotation border.
Is there a way to do this?
Thanks
Harlan
So the TextPadding property pads that annotation rectangle, and not the text?
I am trying to add text padding so there is more separation of the text from the annotation border.
Is there a way to do this?
Thanks
Harlan
- Thu Jul 02, 2020 6:46 pm
- Forum: VintaSoft PDF .NET Plug-in Discussions
- Topic: Automatically size PdfFreeTextAnotation while typing.
- Replies: 10
- Views: 1492
Re: Automatically size PdfFreeTextAnotation while typing.
Hi Alexander You can just use the PdfFreeTextExpansionController class that you sent me and add the code to add the font. Using your sample PdfTextFields.pdf which uses the Times-Rome Pdf font I added the following line to the TextBoxShowing method. Add the line after the _currentFont field is set. ...
- Thu Jul 02, 2020 4:36 am
- Forum: VintaSoft PDF .NET Plug-in Discussions
- Topic: TextPadding property for PdfFreeTextAnnotations do not seem to have an affect.
- Replies: 3
- Views: 724
TextPadding property for PdfFreeTextAnnotations do not seem to have an affect.
Hi, When I apply text Padding to a PdfFreeTextAnnotation, I do not see the padding affect. I tried it on your demo project for PdfFreeTextAnnotations and I do not see the padding affect in the demo project. I set the padding before the annotation is built. textAnnotation.TextPadding = new PaddingF(1...