using VB.net with itextsharp to create PDF/A-3 - vb.net

I'm successfully using VB.Net with itextsharp to save file as PDF but when I try to produce PDF/A-3, I have no idea on what function and parameter to use.
I can only find the sample code for C# but when trying to paste the code and convert to VB.net, it does not work.
Any example of VB.net from experience developer is very appreciated.

Related

HPGL File Viewer in vb.net

Hello Respected Everyone,
I'm a Beginner level programmer having working knowledge of vb.net. Currently I'm working on a program in VB.NET, which will extract labels from an HPGL file and print them on Thermal Printer. I've successfully read and extracted the Label Values from Label Command. Now I'm trying to create an HPGL viewer in my Program. I've searched the internet for any Library or sample program which can guide me through but haven't found any reasonable answer. Please Guide me how can I view an HPGL File in a vb.net program.
I'll provide more information if needed.
Thank You in advance...

Programmatically fill in pdf text fields

I have some pdf forms that I am trying to populate the text fields programmatically. The program I am working with is MS Access 2013. I have tried to fill the fields directly, but no such luck. The pdf will be local to the Access database.
Is there a way that I could write the fields to a text file and kick off another script (powershell, javascript or whatever) to read that file and fill in the text fields? Im not familiar with other languages, but will figure it out if it will work.
So the fix is going to be writing to a text file from Access, opening the pdf and inside the pdf is javascript to read in that file and update the fields. A little clunky but it is working.

Replace a word in PDF using iTextSharp in vb.net

I want to replace a specific word in existing PDF file using iTextSharp.I did a lot of research but couldn't find proper way. Can somebody share some sample code to do this?

How can I export the contents of a data bound datagridview to word in vb.net?

I have found ways to do this in c# or asp.net, but I need VB.net. I have a dataviewgrid that I need to export to a .doc file (i am sure I can figure out the formatting and such of the doc). Or, if that is too complex, to an excel file.
There seems to be many asp.net examples, but nothing that works in vb studio on vb.
In the past displayed the datagridview on screen and changed the mime type of the page to application/excel. It will automatically open in an embedded excel file.
Try this link for how to do it: http://support.microsoft.com/kb/317719

How to create a pdf print out using Visual basic 2010?

I read a webpage (link). It shows how to create a pdf file using VB. However, VB shows many errors after I follow the webpage to create my own pdf program. For example
mjwPDF.cls(1) : error BC30188: Declaration expected.
I am not sure whether it is a VB version difference problem. Does anyone know another pdf creator which is free?
Thanks