Jump to content

(Uk) Ukba Set M Converting Pdf To Word


Recommended Posts

Hi

Has anyone got a converted version 04/13 SET M in word that they can send me. I have attempted to convert a PDF into word, But its all over the place and unusable.

I am looking at filling in the form using word and then printing off and getting my wife to fill in her own Set M application.

http://www.ukba.homeoffice.gov.uk/sitecontent/applicationforms/settlement/formsetm0420091.pdf

PM me for my email address

Malc

Link to comment
Share on other sites

We are on the 3rd print off set, just thought it would be like doing it on line, Least you can make adjustments as and when required.

I have tried Acrobat Pro, But cant get the free trail and want me to pay up to use the service.

Link to comment
Share on other sites

Thank you time and for the links

I have tried all 3, PDF to word, impossible to read, Zamzar better, but will need a lot of adjusting to get it into the correct format and HelloPDF when i try and put it onto word says i dont have enough memory!!!

I think i might just take 7by7 advice!!!

Link to comment
Share on other sites

  • 3 months later...

Maybe you can try to the following demo code to convert pdf:

namespace RE__Test
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}

private void button1_Click(object sender, EventArgs e)
{

RasterEdgeImaging PDF = new RasterEdgeImaging();
public void ConvertPdftoWord();
{
PDFInputFile = (@"C:/1.pdf");
PDFPageNumber = "2";
WordOutputFile = OutputFormat.docx;
}
PDF.Save("OutputFormat.docx", SaveFormat.docx);

}

Link to comment
Share on other sites

  • 1 month later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.







×
×
  • Create New...